Difference between revisions of "2021 AMC 12B Problems/Problem 24"
R00tsofunity (talk | contribs) |
(→Solution 7) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 43: | Line 43: | ||
<cmath> BD^2 = (2x+6)^2 = 4(x+3)^2 = 4a = 4 \cdot \frac{16 + \sqrt{656}}{2} = 32+8\sqrt{41}</cmath> | <cmath> BD^2 = (2x+6)^2 = 4(x+3)^2 = 4a = 4 \cdot \frac{16 + \sqrt{656}}{2} = 32+8\sqrt{41}</cmath> | ||
and the desired answer is <math>32+8+41 = \boxed{\textbf{(A)} ~81}</math> ~skyscraper | and the desired answer is <math>32+8+41 = \boxed{\textbf{(A)} ~81}</math> ~skyscraper | ||
+ | |||
+ | ==Solution 6 (Similar Triangles & Pythagorean Theorem)== | ||
+ | |||
+ | Let the intersection of <math>RS</math> and <math>BD</math> be <math>X</math>. | ||
+ | |||
+ | <math>\because</math> <math>\angle APX = \angle DSX</math> and <math>\angle AXP = \angle DXS</math>, <math>\triangle APX \sim \triangle DSX</math> by <math>AA</math> | ||
+ | |||
+ | <math>\therefore</math> <math>\frac{PA}{DS} = \frac68 = \frac34</math>, <math>DS = \frac43 \cdot PA</math> | ||
+ | |||
+ | By the Pythagorean theorem and the property of projection, <math>BD^2 = (DS+BR)^2 + RS^2 = 4DS^2 + 64 = 4(\frac43 \cdot PA)^2 + 64 = \frac{64}{9} \cdot PA^2 + 64</math>, <math>\frac{64}{9} \cdot PA^2 = BD^2 - 64</math> | ||
+ | |||
+ | <math>\because [ABCD] = PA \cdot BD = 15</math>, <math>\therefore PA = \frac{15}{BD}</math> | ||
+ | |||
+ | <cmath>\frac{64}{9} (\frac{15}{BD})^2 = BD^2 - 64</cmath> | ||
+ | |||
+ | <cmath>\frac{1600}{BD^2} = BD^2 - 64</cmath> | ||
+ | |||
+ | <cmath>BD^4 - 64 BD^2 - 1600 = 0</cmath> | ||
+ | |||
+ | <cmath>BD^2 = \frac{64 + \sqrt{64^2 - 4 (-1600)}}{2} = 32 + 8 \sqrt{41}</cmath> | ||
+ | |||
+ | Therefore, the answer is <math>32 + 8 + 41 = \boxed{\textbf{(A) } 81}</math>. | ||
+ | |||
+ | ~[https://artofproblemsolving.com/wiki/index.php/User:Isabelchen isabelchen] | ||
+ | |||
+ | ==Solution 7== | ||
+ | Let <math>O</math> be the intersection of the diagonals in quadrilateral <math>ABCD</math> and let the origin be at <math>O</math>. | ||
+ | |||
+ | Then, let <math>BD</math> be on the x-axis, making <math>\vec{Q}=\begin{pmatrix}3 \\ 0\end{pmatrix}</math>, <math>\vec{C}=\begin{pmatrix}3 \\ y\end{pmatrix}</math>, <math>\vec{B}=\begin{pmatrix}x \\ 0\end{pmatrix}</math>, and <math>\vec{D}=\begin{pmatrix}-x \\ 0\end{pmatrix}</math>. | ||
+ | |||
+ | The area of <math>\triangle BDC</math> is half the area of <math>ABCD</math>, so, | ||
+ | <cmath>\frac{1}{2}(\overline{BD})(\overline{QC})=\frac{1}{2}(ABCD)</cmath> | ||
+ | <cmath>\frac{1}{2}(2x)(y)=\frac{1}{2}(15)</cmath> | ||
+ | <cmath>xy=\frac{15}{2}</cmath> | ||
+ | <cmath>y= \frac{15}{2x}</cmath>. | ||
+ | |||
+ | Also, <math>\vec{R}</math> is the projection of <math>\vec{B}</math> onto <math>\vec{AC}</math>, which is the same as projecting it onto <math>\vec{C}</math>. We get: | ||
+ | <cmath>\vec{R}=proj_{\vec{C}}{(\vec{B})}=\frac{\vec{B} \cdot \vec{C}}{\vec{C} \cdot \vec{C}}(\vec{C})=\frac{\begin{pmatrix}x \\ 0\end{pmatrix} \cdot \begin{pmatrix}3 \\ y\end{pmatrix}}{\begin{pmatrix}3 \\ y\end{pmatrix} \cdot \begin{pmatrix}3 \\ y\end{pmatrix}}\begin{pmatrix}3 \\ y\end{pmatrix}=\frac{3x}{y^2+9}\begin{pmatrix}3 \\ y\end{pmatrix}</cmath> | ||
+ | |||
+ | We are given that <math>\overline{RS} = 8</math>, so <math>||\vec{RS}|| = 8</math>. Because diagonals bisect each other in a parallelogram, <math>||\vec{R}|| = \frac{8}{2} = 4</math>. Substituting <math>||\vec{R}||</math> with the previous equation gives: | ||
+ | <cmath>||\frac{3x}{y^2+9}\begin{pmatrix}3 \\ y\end{pmatrix}|| = 4</cmath> | ||
+ | <cmath>\frac{3x}{y^2+9}\sqrt{y^2+9} = 4</cmath> | ||
+ | <cmath>\frac{3x}{\sqrt{y^2+9}} = 4</cmath> | ||
+ | Squaring both sides gives: | ||
+ | <cmath>\frac{9x^2}{y^2+9}=16</cmath> | ||
+ | <cmath>9x^2=16y^2+144</cmath> | ||
+ | Substituting <math>y=\frac{15}{2x}</math>: | ||
+ | <cmath>9x^2=16\left(\frac{15}{2x}\right)^2+144</cmath> | ||
+ | <cmath>9x^2=16\left(\frac{225}{4x^2}\right)+144</cmath> | ||
+ | <cmath>9x^4=144x^2+900</cmath> | ||
+ | <cmath>x^4-16x^2-100=0</cmath> | ||
+ | Solving the quadratic for <math>x^2</math> gives: | ||
+ | <cmath>x^2 = \frac{16 \pm \sqrt{16^2 - 4(1)(-100)}}{2} = 8 \pm 2\sqrt{41}</cmath> | ||
+ | But <math>x^2</math> is nonnegative, so <math>x^2</math> must be <math>8 + 2\sqrt{41}</math>. We are looking for <math>\overline{BD}^2</math>, which is <math>4x^2</math>. <math>4(8 + 2\sqrt{41}) = 32 + 8\sqrt{41}</math>, so <math>a + b + c = 32 + 8 + 41 = \boxed{\textbf{(A) } 81}</math> ~askeww (My first solution ever!) | ||
==Video Solution by MOP 2024== | ==Video Solution by MOP 2024== |
Latest revision as of 20:14, 28 May 2024
Contents
- 1 Problem
- 2 Solution 1
- 3 Solution 2 (Trig)
- 4 Solution 3 (Similar Triangles and Algebra)
- 5 Solution 4 (Similar Triangles)
- 6 Solution 5
- 7 Solution 6 (Similar Triangles & Pythagorean Theorem)
- 8 Solution 7
- 9 Video Solution by MOP 2024
- 10 Video Solution by OmegaLearn (Cyclic Quadrilateral and Power of a Point)
- 11 Video Solution (Simple: Using trigonometry and Equations)
- 12 See Also
Problem
Let be a parallelogram with area . Points and are the projections of and respectively, onto the line and points and are the projections of and respectively, onto the line See the figure, which also shows the relative locations of these points.
Suppose and and let denote the length of the longer diagonal of Then can be written in the form where and are positive integers and is not divisible by the square of any prime. What is
Solution 1
Let denote the intersection point of the diagonals and . Remark that by symmetry is the midpoint of both and , so and . Now note that since , quadrilateral is cyclic, and so which implies .
Thus let be such that and . Then Pythagorean Theorem on yields , and soSolving this for yields , and soThe requested answer is .
Solution 2 (Trig)
Let denote the intersection point of the diagonals and and let . Then, by the given conditions, . So, Combining the above 3 equations, we get Since we want to find we let Then Solving this, we get so
Solution 3 (Similar Triangles and Algebra)
Let be the intersection of diagonals and . By symmetry , and , so now we have reduced all of the conditions one quadrant. Let . , by similar triangles and using the area condition we get . Note that it suffices to find because we can double and square it to get . Solving for in the above equation, and then using
Solution 4 (Similar Triangles)
Again, Let be the intersection of diagonals and . Note that triangles and are similar because they are right triangles and share . First, call the length of . By the definition of an area of a parallelogram, , so . Using similar triangles on and , . Therefore, finding , . Now, applying the Pythagorean theorem once, we find + = . Solving this equation for , we find
Solution 5
Let We know that the area of the parallelogram is so it follows that and the height of each triangle, which are also the lengths of and is Suppose that Because and we have The length of by the Pythagorean Theorem is and the length of by the Pythagorean Theorem on is Note that Substituting in our values, To rid unnecessary computation, we let The equation simplifies, after cross multiplying, to By the quadratic formula, so we discard the negative solution. The value of is and the desired answer is ~skyscraper
Solution 6 (Similar Triangles & Pythagorean Theorem)
Let the intersection of and be .
and , by
,
By the Pythagorean theorem and the property of projection, ,
,
Therefore, the answer is .
Solution 7
Let be the intersection of the diagonals in quadrilateral and let the origin be at .
Then, let be on the x-axis, making , , , and .
The area of is half the area of , so, .
Also, is the projection of onto , which is the same as projecting it onto . We get:
We are given that , so . Because diagonals bisect each other in a parallelogram, . Substituting with the previous equation gives: Squaring both sides gives: Substituting : Solving the quadratic for gives: But is nonnegative, so must be . We are looking for , which is . , so ~askeww (My first solution ever!)
Video Solution by MOP 2024
https://youtube.com/watch?v=xtYSPxOMZlk
Video Solution by OmegaLearn (Cyclic Quadrilateral and Power of a Point)
~ pi_is_3.14
Video Solution (Simple: Using trigonometry and Equations)
https://youtu.be/ZB-VN02H6mU ~hippopotamus1
See Also
2021 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 23 |
Followed by Problem 25 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.