MathDB
Problems
Contests
National and Regional Contests
Chile Contests
Chile National Olympiad
2018 Chile National Olympiad
2
2
Part of
2018 Chile National Olympiad
Problems
(1)
area of a ... square inside a square wanted (Chile 2018 L2 P1)
Source:
10/22/2022
Consider
A
B
C
D
ABCD
A
BC
D
a square of side
1
1
1
. Points
P
,
Q
,
R
,
S
P,Q,R,S
P
,
Q
,
R
,
S
are chosen on sides
A
B
AB
A
B
,
B
C
BC
BC
,
C
D
CD
C
D
and
D
A
DA
D
A
respectively such that
∣
A
P
∣
=
∣
B
Q
∣
=
∣
C
R
∣
=
∣
D
S
∣
=
a
|AP| = |BQ| =|CR| =|DS| = a
∣
A
P
∣
=
∣
BQ
∣
=
∣
CR
∣
=
∣
D
S
∣
=
a
, with
a
<
1
a < 1
a
<
1
. The segments
A
Q
AQ
A
Q
,
B
R
BR
BR
,
C
S
CS
CS
and
D
P
DP
D
P
are drawn. Calculate the area of the quadrilateral that is formed in the center of the figure.[asy] unitsize(1 cm);pair A, B, C, D, P, Q, R, S;A = (0,3); B = (0,0); C = (3,0); D = (3,3); P = (0,2); Q = (1,0); R = (3,1); S = (2,3);draw(A--B--C--D--cycle); draw(A--Q); draw(B--R); draw(C--S); draw(D--P);label("
A
A
A
", A, NW); label("
B
B
B
", B, SW); label("
C
C
C
", C, SE); label("
D
D
D
", D, NE); label("
P
P
P
", P, W); label("
Q
Q
Q
", Q, dir(270)); label("
R
R
R
", R, E); label("
S
S
S
", S, N); label("
a
a
a
", (A + P)/2, W); label("
a
a
a
", (B + Q)/2, dir(270)); label("
a
a
a
", (C + R)/2, E); label("
a
a
a
", (D + S)/2, N); [/asy]
geometry
square
areas