Difference between revisions of "2022 AMC 10B Problems/Problem 20"
(Created page with "==Problem== Let <math>ABCD</math> be a rhombus with <math>\angle ADC = 46^\circ</math>. Let <math>E</math> be the midpoint of <math>\overline{CD}</math>, and let <math>F</mat...") |
(→Solution 5 (Similarity and Circle Geometry)) |
||
(54 intermediate revisions by 20 users not shown) | |||
Line 4: | Line 4: | ||
on <math>\overline{BE}</math> such that <math>\overline{AF}</math> is perpendicular to <math>\overline{BE}</math>. What is the degree measure of <math>\angle BFC</math>? | on <math>\overline{BE}</math> such that <math>\overline{AF}</math> is perpendicular to <math>\overline{BE}</math>. What is the degree measure of <math>\angle BFC</math>? | ||
− | + | <math>\textbf{(A)}\ 110 \qquad\textbf{(B)}\ 111 \qquad\textbf{(C)}\ 112 \qquad\textbf{(D)}\ 113 \qquad\textbf{(E)}\ 114</math> | |
− | Without loss of generality, we assume the length of each side of <math>ABCD</math> is 2. | + | ==Diagram== |
+ | <asy> | ||
+ | /* Made by MRENTHUSIASM */ | ||
+ | size(300); | ||
+ | pair A, B, C, D, E, F; | ||
+ | D = origin; | ||
+ | A = 6*dir(46); | ||
+ | C = (6,0); | ||
+ | B = C + (A-D); | ||
+ | E = midpoint(C--D); | ||
+ | F = foot(A,B,E); | ||
+ | dot("$A$",A,1.5*NW,linewidth(5)); | ||
+ | dot("$B$",B,1.5*NE,linewidth(5)); | ||
+ | dot("$C$",C,1.5*SE,linewidth(5)); | ||
+ | dot("$D$",D,1.5*SW,linewidth(5)); | ||
+ | dot("$E$",E,1.5*S,linewidth(5)); | ||
+ | dot("$F$",F,1.5*dir(-20),linewidth(5)); | ||
+ | markscalefactor=0.04; | ||
+ | draw(rightanglemark(A,F,B),red); | ||
+ | draw(A--B--C--D--cycle^^A--F--C^^B--E); | ||
+ | label("$46^{\circ}$",D,3*dir(26),red); | ||
+ | </asy> | ||
+ | ~MRENTHUSIASM | ||
+ | |||
+ | ==Solution 1 (Law of Sines and Law of Cosines)== | ||
+ | |||
+ | Without loss of generality, we assume the length of each side of <math>ABCD</math> is <math>2</math>. | ||
Because <math>E</math> is the midpoint of <math>CD</math>, <math>CE = 1</math>. | Because <math>E</math> is the midpoint of <math>CD</math>, <math>CE = 1</math>. | ||
Line 18: | Line 44: | ||
</cmath> | </cmath> | ||
− | We have <math>\angle | + | We have <math>\angle BEC = 180^\circ - \angle FBC - \angle BCE = 46^\circ - \angle FBC</math>. |
Hence, | Hence, | ||
Line 66: | Line 92: | ||
Therefore, <math>\angle BFC = | Therefore, <math>\angle BFC = | ||
− | \boxed{\textbf{(D) 113 | + | \boxed{\textbf{(D)} \ 113}</math>. |
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
+ | ==Solution 2== | ||
+ | Extend segments <math>\overline{AD}</math> and <math>\overline{BE}</math> until they meet at point <math>G</math>. | ||
+ | |||
+ | Because <math>\overline{AB} \parallel \overline{ED}</math>, we have <math>\angle ABG = \angle DEG</math> and <math>\angle GDE = \angle GAB</math>, so <math>\triangle ABG \sim \triangle DEG</math> by AA. | ||
+ | |||
+ | Because <math>ABCD</math> is a rhombus, <math>AB = CD = 2DE</math>, so <math>AG = 2GD</math>, meaning that <math>D</math> is a midpoint of segment <math>\overline{AG}</math>. | ||
+ | |||
+ | Now, <math>\overline{AF} \perp \overline{BE}</math>, so <math>\triangle GFA</math> is right and median <math>FD = AD</math>. | ||
+ | |||
+ | So now, because <math>ABCD</math> is a rhombus, <math>FD = AD = CD</math>. This means that there exists a circle from <math>D</math> with radius <math>AD</math> that passes through <math>F</math>, <math>A</math>, and <math>C</math>. | ||
+ | |||
+ | AG is a diameter of this circle because <math>\angle AFG=90^\circ</math>. This means that <math>\angle GFC = \angle GAC = \frac{1}{2} \angle GDC</math>, so <math>\angle GFC = \frac{1}{2}(180^\circ - 46^\circ)=67^\circ</math>, which means that <math>\angle BFC = \boxed{\textbf{(D)} \ 113}</math> | ||
+ | |||
+ | ~popop614 | ||
+ | |||
+ | ==Solution 3== | ||
+ | Let <math>\overline{AC}</math> meet <math>\overline{BD}</math> at <math>O</math>, then <math>AOFB</math> is cyclic and <math>\angle FBO = \angle FAO</math>. Also, <math>AC \cdot BO = [ABCD] = 2 \cdot [ABE] = AF \cdot BE</math>, so <math>\frac{AF}{BO} = \frac{AC}{BE}</math>, thus <math>\triangle AFC \sim \triangle BOE</math> by SAS, and <math>\angle OEB = \angle ACF</math>, then <math>\angle CFE = \angle EOC = \angle DAC = 67^\circ</math>, and <math>\angle BFC = \boxed{\textbf{(D)} \ 113}</math> | ||
+ | |||
+ | ~mathfan2020 | ||
+ | |||
+ | A little bit faster: <math>AOFB</math> is cyclic <math>\implies \angle OFE = \angle BAO</math>. | ||
+ | |||
+ | <math>AB \parallel CD \implies \angle BAO = \angle OCE</math>. | ||
+ | |||
+ | Therefore <math>\angle OFE=\angle OCE \implies OECF</math> is cyclic. | ||
+ | |||
+ | Hence <math>\angle CFE=\angle COE=\angle CAD = 67^\circ</math>. | ||
+ | |||
+ | ~asops | ||
+ | |||
+ | ==Solution 4== | ||
+ | Observe that all answer choices are close to <math>112.5 = 90+\frac{45}{2}</math>. A quick solve shows that having <math>\angle D = 90^\circ</math> yields <math>\angle BFC = 135^\circ = 90 + \frac{90}{2}</math>, meaning that <math>\angle BFC</math> increases with <math>\angle D</math>. | ||
+ | Substituting, <math>\angle BFC = 90 + \frac{46}{2} = \boxed{\textbf{(D)} \ 113}</math>. | ||
+ | |||
+ | ~mathfan2020 | ||
+ | |||
+ | ==Solution 5 (Similarity and Circle Geometry)== | ||
+ | This solution refers to the <b>Diagram</b> section. | ||
+ | |||
+ | We extend <math>AD</math> and <math>BE</math> to point <math>G</math>, as shown below: | ||
+ | <asy> | ||
+ | /* | ||
+ | Made by ghfhgvghj10 | ||
+ | Edited by MRENTHUSIASM | ||
+ | */ | ||
+ | size(300); | ||
+ | pair A, B, C, D, E, F, G; | ||
+ | D = origin; | ||
+ | A = 6*dir(46); | ||
+ | C = (6,0); | ||
+ | B = C + (A-D); | ||
+ | E = midpoint(C--D); | ||
+ | F = foot(A,B,E); | ||
+ | G = 6*dir(226); | ||
+ | dot("$A$",A,1.5*NW,linewidth(5)); | ||
+ | dot("$B$",B,1.5*NE,linewidth(5)); | ||
+ | dot("$C$",C,1.5*SE,linewidth(5)); | ||
+ | dot("$D$",D,1.5*NW,linewidth(5)); | ||
+ | dot("$E$",E,1.5*S,linewidth(5)); | ||
+ | dot("$F$",F,1.5*dir(-20),linewidth(5)); | ||
+ | dot("$G$",G,1.5*SW,linewidth(5)); | ||
+ | markscalefactor=0.04; | ||
+ | draw(rightanglemark(A,F,B),red); | ||
+ | draw(A--B--C--D--cycle^^A--F--C^^B--E^^D--G^^E--G); | ||
+ | label("$46^{\circ}$",D,3*dir(26),red+fontsize(10)); | ||
+ | </asy> | ||
+ | We know that <math>AB=AD=2</math> and <math>CE=DE=1</math>. | ||
+ | |||
+ | By AA Similarity, <math>\triangle ABG \sim \triangle DEG</math> with a ratio of <math>2:1</math>. This implies that <math>2AD=AG</math> and <math>AD \cong DG</math>, so <math>AG=2AD=2\cdot2=4</math>. That is, <math>D</math> is the midpoint of <math>AG</math>. | ||
+ | |||
+ | Note that as <math>\angle{AFG}</math> has an angle of 90 deg and <math>AG=2DG</math>, we can redraw our previous diagram, but construct a circle with radius <math>AD</math> or <math>2</math> centered at <math>D</math> and by extending <math>CD</math> to point <math>H</math>, which is on the circle, as shown below: | ||
+ | <asy> | ||
+ | /* | ||
+ | Made by ghfhgvghj10 | ||
+ | Edited by MRENTHUSIASM | ||
+ | */ | ||
+ | size(300); | ||
+ | pair A, B, C, D, E, F, G; | ||
+ | D = origin; | ||
+ | A = 6*dir(46); | ||
+ | C = (6,0); | ||
+ | B = C + (A-D); | ||
+ | E = midpoint(C--D); | ||
+ | F = foot(A,B,E); | ||
+ | G = 6*dir(226); | ||
+ | dot("$A$",A,1.5*NE,linewidth(5)); | ||
+ | dot("$B$",B,1.5*NE,linewidth(5)); | ||
+ | dot("$C$",C,1.5*SE,linewidth(5)); | ||
+ | dot("$D$",D,1.5*NW,linewidth(5)); | ||
+ | dot("$E$",E,1.5*S,linewidth(5)); | ||
+ | dot("$F$",F,1.5*dir(-20),linewidth(5)); | ||
+ | dot("$G$",G,1.5*SW,linewidth(5)); | ||
+ | markscalefactor=0.04; | ||
+ | draw(rightanglemark(A,F,B),red); | ||
+ | draw(A--B--C--D--cycle^^A--F--C^^B--E^^D--G^^E--G); | ||
+ | label("$46^{\circ}$",D,3*dir(26),red+fontsize(10)); | ||
+ | draw(Circle(D,6),dashed); | ||
+ | </asy> | ||
+ | Notice how <math>F</math> and <math>C</math> are on the circle and that <math>\angle CFE</math> intercepts with <math>\overset{\Large\frown} {CG}</math>. | ||
+ | |||
+ | Let's call <math>\angle CFE = \theta</math>. | ||
+ | |||
+ | Note that <math>\angle CDG</math> also intercepts <math>\overset{\Large\frown} {CG}</math>, So <math>\angle CDG = 2\angle CFE</math>. | ||
+ | |||
+ | Let <math>\angle CDG = 2\theta</math>. Notice how <math>\angle CDG</math> and <math>\angle ADC</math> are supplementary to each other. We conclude that <cmath>\begin{align*} | ||
+ | 2\theta &= 180-\angle ADC \\ | ||
+ | 2\theta &= 180-46 \\ | ||
+ | 2\theta &= 134 \\ | ||
+ | \theta &= 67. | ||
+ | \end{align*}</cmath> | ||
+ | Since <math>\angle BFC=180-\theta</math>, we have <math>\angle BFC=180-67=\boxed{\textbf{(D)} \ 113}</math>. | ||
+ | |||
+ | ~ghfhgvghj10 (If I make any minor mistakes, feel free to make minor fixes and edits). | ||
+ | ~mathboy282 | ||
+ | |||
+ | == Solution 6 (Simplification/Reduction) == | ||
+ | |||
+ | If angle <math>ADC</math> was a right angle, it would be much easier. Thus, first pretend that <math>ADC</math> is a right angle. <math>ABCD</math> is now a square. WLOG, let each of the side lengths be 1. We can use the Pythagorean Theorem to find the length of line <math>AE</math>, which is <math>\sqrt{5}/2</math>. We want the measure of angle <math>BFC</math>, so to work closer to it, we should try finding the length of line <math>BF</math>. Angle <math>FAB</math> and angle <math>ABF</math> are complementary. Angle <math>ABF</math> and angle <math>FBC</math> are also complementary. Thus, <math>\sin FAB=\cos ABF=\sin FBC</math>. <math>\sin FAB=\sin FBC=(1/2)/(\sqrt{5}/2)=1/\sqrt{5}</math>. Since <math>\sin FAB=1\sqrt{5}</math>,and <math>AB=1</math>, <math>FB=\sin FAB</math>. It follows now that <math>FE=3*\sqrt{5}/10</math>. | ||
+ | |||
+ | Now, zoom in on triangle <math>BEC</math>. To use the Law of Cosines on triangle <math>FBC</math>, we need the length of <math>FC</math>. Use the Law of Cosines on triangle <math>EFC</math>. Cos <math>E=1/\sqrt{5}</math>. Thus, after using the Law of Cosines, <math>FC=\sqrt{2/5}</math>. | ||
+ | |||
+ | Since we now have SSS on <math>BEC</math>, we can get use the Law of Cosines. <math>\cos BFC=1/-\sqrt{2}</math>. <math>\arccos 1/-\sqrt{2}</math> is 45, but if the cosine is negative that means that the angle is the supplement of the positive cosine value. <math>180-45=135</math>. Angle <math>BFC</math> is <math>135^\circ</math>. | ||
+ | |||
+ | Realize that, around point F, there will always be 3 right angles, regardless of what angle <math>ADC</math> is. There are only two angles that change when <math>ADC</math> changes. Break up angle <math>BFC</math> into angle <math>BFB'</math>, which is always 90 degrees, and angle <math>B'FC</math>, which we have discovered to to be half of <math>ADC</math>. Thus, when angle <math>ADC</math> is 46 degrees, then <math>B'FC</math> will be 23. <math>23+90=113</math>. Angle <math>BFC</math> is <math>\boxed{\textbf{(D) }113}</math> degrees. | ||
+ | |||
+ | |||
+ | ==Video Solution (⚡️Just 1 min!⚡️)== | ||
+ | https://youtu.be/CriWEtfD5GE | ||
+ | |||
+ | <i>~Education, the Study of Everything</i> | ||
+ | |||
+ | ==Video Solution== | ||
+ | |||
+ | https://www.youtube.com/watch?v=HWJe96s_ugs&list=PLmpPPbOoDfgj5BlPtEAGcB7BR_UA5FgFj&index=6 | ||
==Video Solution== | ==Video Solution== | ||
Line 75: | Line 236: | ||
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
+ | == Video Solution by OmegaLearn Using Clever Similar Triangles and Angle Chasing == | ||
+ | https://youtu.be/lEmCprb20n4 | ||
+ | |||
+ | ~ pi_is_3.14 | ||
+ | |||
+ | == Video Solution, best solution (not family friendly, no circles drawn) == | ||
+ | https://www.youtube.com/watch?v=vwI3I7dxw0Q | ||
+ | |||
+ | == Video Solution, by Challenge 25 == | ||
+ | https://youtu.be/W1jbMaO8BIQ (cyclic quads) | ||
+ | ==Video Solution by Interstigation== | ||
+ | https://youtu.be/5Plt3mmZBC0 | ||
+ | |||
+ | ~Interstigation | ||
+ | |||
+ | ==Video Solution (Cool Solution)== | ||
+ | https://www.youtube.com/watch?v=cZcaeU9P25s&ab_channel=Chillin | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | {{AMC10 box|year=2022|ab=B|num-b=19|num-a=21}} | ||
+ | {{MAA Notice}} |
Latest revision as of 08:43, 10 November 2024
Contents
- 1 Problem
- 2 Diagram
- 3 Solution 1 (Law of Sines and Law of Cosines)
- 4 Solution 2
- 5 Solution 3
- 6 Solution 4
- 7 Solution 5 (Similarity and Circle Geometry)
- 8 Solution 6 (Simplification/Reduction)
- 9 Video Solution (⚡️Just 1 min!⚡️)
- 10 Video Solution
- 11 Video Solution
- 12 Video Solution by OmegaLearn Using Clever Similar Triangles and Angle Chasing
- 13 Video Solution, best solution (not family friendly, no circles drawn)
- 14 Video Solution, by Challenge 25
- 15 Video Solution by Interstigation
- 16 Video Solution (Cool Solution)
- 17 See Also
Problem
Let be a rhombus with . Let be the midpoint of , and let be the point on such that is perpendicular to . What is the degree measure of ?
Diagram
~MRENTHUSIASM
Solution 1 (Law of Sines and Law of Cosines)
Without loss of generality, we assume the length of each side of is . Because is the midpoint of , .
Because is a rhombus, .
In , following from the law of sines,
We have .
Hence,
By solving this equation, we get .
Because ,
In , following from the law of sines,
Because , the equation above can be converted as
Therefore,
Therefore, .
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Solution 2
Extend segments and until they meet at point .
Because , we have and , so by AA.
Because is a rhombus, , so , meaning that is a midpoint of segment .
Now, , so is right and median .
So now, because is a rhombus, . This means that there exists a circle from with radius that passes through , , and .
AG is a diameter of this circle because . This means that , so , which means that
~popop614
Solution 3
Let meet at , then is cyclic and . Also, , so , thus by SAS, and , then , and
~mathfan2020
A little bit faster: is cyclic .
.
Therefore is cyclic.
Hence .
~asops
Solution 4
Observe that all answer choices are close to . A quick solve shows that having yields , meaning that increases with . Substituting, .
~mathfan2020
Solution 5 (Similarity and Circle Geometry)
This solution refers to the Diagram section.
We extend and to point , as shown below: We know that and .
By AA Similarity, with a ratio of . This implies that and , so . That is, is the midpoint of .
Note that as has an angle of 90 deg and , we can redraw our previous diagram, but construct a circle with radius or centered at and by extending to point , which is on the circle, as shown below: Notice how and are on the circle and that intercepts with .
Let's call .
Note that also intercepts , So .
Let . Notice how and are supplementary to each other. We conclude that Since , we have .
~ghfhgvghj10 (If I make any minor mistakes, feel free to make minor fixes and edits). ~mathboy282
Solution 6 (Simplification/Reduction)
If angle was a right angle, it would be much easier. Thus, first pretend that is a right angle. is now a square. WLOG, let each of the side lengths be 1. We can use the Pythagorean Theorem to find the length of line , which is . We want the measure of angle , so to work closer to it, we should try finding the length of line . Angle and angle are complementary. Angle and angle are also complementary. Thus, . . Since ,and , . It follows now that .
Now, zoom in on triangle . To use the Law of Cosines on triangle , we need the length of . Use the Law of Cosines on triangle . Cos . Thus, after using the Law of Cosines, .
Since we now have SSS on , we can get use the Law of Cosines. . is 45, but if the cosine is negative that means that the angle is the supplement of the positive cosine value. . Angle is .
Realize that, around point F, there will always be 3 right angles, regardless of what angle is. There are only two angles that change when changes. Break up angle into angle , which is always 90 degrees, and angle , which we have discovered to to be half of . Thus, when angle is 46 degrees, then will be 23. . Angle is degrees.
Video Solution (⚡️Just 1 min!⚡️)
~Education, the Study of Everything
Video Solution
https://www.youtube.com/watch?v=HWJe96s_ugs&list=PLmpPPbOoDfgj5BlPtEAGcB7BR_UA5FgFj&index=6
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution by OmegaLearn Using Clever Similar Triangles and Angle Chasing
~ pi_is_3.14
Video Solution, best solution (not family friendly, no circles drawn)
https://www.youtube.com/watch?v=vwI3I7dxw0Q
Video Solution, by Challenge 25
https://youtu.be/W1jbMaO8BIQ (cyclic quads)
Video Solution by Interstigation
~Interstigation
Video Solution (Cool Solution)
https://www.youtube.com/watch?v=cZcaeU9P25s&ab_channel=Chillin
See Also
2022 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 19 |
Followed by Problem 21 | |
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 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.