Difference between revisions of "2022 AIME I Problems/Problem 11"
(→Solution 3) |
|||
Line 24: | Line 24: | ||
</asy> | </asy> | ||
− | ==Solution 1== | + | ==Solution 1 (No trig)== |
+ | |||
+ | Let's redraw the diagram, but extend some helpful lines. | ||
+ | |||
+ | <asy> | ||
+ | defaultpen(linewidth(0.6)+fontsize(11)); | ||
+ | size(8cm); | ||
+ | pair A,B,C,D,P,Q; | ||
+ | A=(0,0); | ||
+ | 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); | ||
+ | </asy> | ||
+ | |||
+ | |||
+ | ==Solution 2== | ||
Let the circle tangent to <math>BC,AD,AB</math> at <math>P,Q,M</math> separately, denote that <math>\angle{ABC}=\angle{D}=\alpha</math> | Let the circle tangent to <math>BC,AD,AB</math> at <math>P,Q,M</math> separately, denote that <math>\angle{ABC}=\angle{D}=\alpha</math> | ||
Line 34: | Line 61: | ||
~bluesoul | ~bluesoul | ||
− | ==Solution | + | ==Solution 3== |
Denote by <math>O</math> the center of the circle. Denote by <math>r</math> the radius of the circle. | Denote by <math>O</math> the center of the circle. Denote by <math>r</math> the radius of the circle. | ||
Denote by <math>E</math>, <math>F</math>, <math>G</math> the points that the circle meets <math>AB</math>, <math>CD</math>, <math>AD</math> at, respectively. | Denote by <math>E</math>, <math>F</math>, <math>G</math> the points that the circle meets <math>AB</math>, <math>CD</math>, <math>AD</math> at, respectively. | ||
Line 79: | Line 106: | ||
~Steven Chen (www.professorchenedu.com) | ~Steven Chen (www.professorchenedu.com) | ||
− | ==Solution | + | ==Solution 4== |
Let <math>\omega</math> be the circle, let <math>r</math> be the radius of <math>\omega</math>, and let the points at which <math>\omega</math> is tangent to <math>AB</math>, <math>BC</math>, and <math>AD</math> be <math>X</math>, <math>Y</math>, and <math>Z</math>, respectively. Note that PoP on <math>A</math> and <math>C</math> with respect to <math>\omega</math> yields <math>AX=6</math> and <math>CY=20</math>. We can compute the area of <math>ABC</math> in two ways: | Let <math>\omega</math> be the circle, let <math>r</math> be the radius of <math>\omega</math>, and let the points at which <math>\omega</math> is tangent to <math>AB</math>, <math>BC</math>, and <math>AD</math> be <math>X</math>, <math>Y</math>, and <math>Z</math>, respectively. Note that PoP on <math>A</math> and <math>C</math> with respect to <math>\omega</math> yields <math>AX=6</math> and <math>CY=20</math>. We can compute the area of <math>ABC</math> in two ways: | ||
Revision as of 14:19, 21 February 2022
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.
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.