2022 AIME I Problems/Problem 11
Contents
Problem
Let be a parallelogram with . A circle tangent to sides , , and intersects diagonal at points and with , as shown. Suppose that , , and . Then the area of can be expressed in the form , where and are positive integers, and is not divisible by the square of any prime. Find .
Solution 1 (No trig)
Let's redraw the diagram, but extend some helpful lines.
defaultpen(linewidth(0.6)+fontsize(11)); size(8cm); pair A,B,C,D,P,Q,O; A=(0,0); O = (10.5,7.5); label("$A$", A, SW); B=(6,15); label("$B$", B, NW); C=(30,15); label("$C$", C, NE); D=(24,0); label("$D$", D, SE); P=(5.2,2.6); label("$P$", (5.8,2.6), N); Q=(18.3,9.1); label("$Q$", (18.1,9.7), W); draw(A--B--C--D--cycle); draw(C--A); draw(Circle((10.95,7.45), 7.45)); dot(A^^B^^C^^D^^P^^Q); dot(O); label("$O$",O,E); draw((10.5,15)--(10.5,0)); draw(D--(24,15),dashed); draw(C--(30,0),dashed); draw(D--(30,0)); label("$x$",midpoint(midpoint(A--B)--B),W); label("$x$",midpoint(midpoint(B--C)--B),N); label("$20$",midpoint(midpoint(B--C)--C),N); label("$6$",midpoint(midpoint(A--B)--A),W); label("$6̈$",midpoint(midpoint(A--D)--A),S); (Error making remote request. Unknown error_msg)
Solution 2
Let the circle tangent to at separately, denote that
Using POP, it is very clear that , let , using LOC in ,, similarly, use LOC in , getting that . We use the second equation to minus the first equation, getting that , we can get .
Now applying LOC in , getting , solving this equation to get , then , , the area is leads to
~bluesoul
Solution 3
Denote by the center of the circle. Denote by the radius of the circle. Denote by , , the points that the circle meets , , at, respectively.
Because the circle is tangent to , , , , , , .
Because , , , are collinear.
Following from the power of a point, . Hence, .
Following from the power of a point, . Hence, .
Denote . Because and are tangents to the circle, .
Because is a right trapezoid, . Hence, . This can be simplified as \[ 6 x = r^2 . \hspace{1cm} (1) \]
In , by applying the law of cosines, we have \begin{align*} AC^2 & = AB^2 + CB^2 - 2 AB \cdot CB \cos B \\ & = AB^2 + CB^2 + 2 AB \cdot CB \cos A \\ & = AB^2 + CB^2 + 2 AB \cdot CB \cdot \frac{AE - BF}{AB} \\ & = AB^2 + CB^2 + 2 CB \left( AE - BF \right) \\ & = \left( 6 + x \right)^2 + \left( 20 + x \right)^2 + 2 \left( 20 + x \right) \left( 6 - x \right) \\ & = 24 x + 676 . \end{align*}
Because , we get . Plugging this into Equation (1), we get .
Therefore, \begin{align*} {\rm Area} \ ABCD & = CB \cdot EF \\ & = \left( 20 + x \right) \cdot 2r \\ & = 147 \sqrt{3} . \end{align*}
Therefore, the answer is .
~Steven Chen (www.professorchenedu.com)
Solution 4
Let be the circle, let be the radius of , and let the points at which is tangent to , , and be , , and , respectively. Note that PoP on and with respect to yields and . We can compute the area of in two ways:
1. By the half-base-height formula, .
2. We can drop altitudes from the center of to , , and , which have lengths , , and . Thus, .
Equating the two expressions for and solving for yields .
Let . By the Parallelogram Law, . Solving for yields . Thus, , for a final answer of .
~ Leo.Euler
Video Solution
https://www.youtube.com/watch?v=FeM_xXiJj0c&t=1s
~Steven Chen (www.professorchenedu.com)
Video Solution 2 (Mathematical Dexterity)
https://www.youtube.com/watch?v=1nDKQkr9NaU
See Also
2022 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.