Difference between revisions of "2003 AMC 10A Problems/Problem 22"
m |
(→See Also) |
||
(45 intermediate revisions by 21 users not shown) | |||
Line 2: | Line 2: | ||
In rectangle <math>ABCD</math>, we have <math>AB=8</math>, <math>BC=9</math>, <math>H</math> is on <math>BC</math> with <math>BH=6</math>, <math>E</math> is on <math>AD</math> with <math>DE=4</math>, line <math>EC</math> intersects line <math>AH</math> at <math>G</math>, and <math>F</math> is on line <math>AD</math> with <math>GF \perp AF</math>. Find the length of <math>GF</math>. | In rectangle <math>ABCD</math>, we have <math>AB=8</math>, <math>BC=9</math>, <math>H</math> is on <math>BC</math> with <math>BH=6</math>, <math>E</math> is on <math>AD</math> with <math>DE=4</math>, line <math>EC</math> intersects line <math>AH</math> at <math>G</math>, and <math>F</math> is on line <math>AD</math> with <math>GF \perp AF</math>. Find the length of <math>GF</math>. | ||
− | + | <asy> | |
+ | unitsize(3mm); | ||
+ | defaultpen(linewidth(.8pt)+fontsize(8pt)); | ||
+ | pair D=(0,0), Ep=(4,0), A=(9,0), B=(9,8), H=(3,8), C=(0,8), G=(-6,20), F=(-6,0); | ||
+ | draw(D--A--B--C--D--F--G--Ep); | ||
+ | draw(A--G); | ||
+ | label("$F$",F,W); | ||
+ | label("$G$",G,W); | ||
+ | label("$C$",C,WSW); | ||
+ | label("$H$",H,NNE); | ||
+ | label("$6$",(6,8),N); | ||
+ | label("$B$",B,NE); | ||
+ | label("$A$",A,SW); | ||
+ | label("$E$",Ep,S); | ||
+ | label("$4$",(2,0),S); | ||
+ | label("$D$",D,S);</asy> | ||
<math> \mathrm{(A) \ } 16\qquad \mathrm{(B) \ } 20\qquad \mathrm{(C) \ } 24\qquad \mathrm{(D) \ } 28\qquad \mathrm{(E) \ } 30 </math> | <math> \mathrm{(A) \ } 16\qquad \mathrm{(B) \ } 20\qquad \mathrm{(C) \ } 24\qquad \mathrm{(D) \ } 28\qquad \mathrm{(E) \ } 30 </math> | ||
− | == | + | == Solutions == |
=== Solution 1 === | === Solution 1 === | ||
− | <math>\angle | + | <math>\angle GHC = \angle AHB</math> (Vertical angles are equal). |
<math>\angle F = \angle B</math> (Both are 90 degrees). | <math>\angle F = \angle B</math> (Both are 90 degrees). | ||
Line 29: | Line 44: | ||
<math>\frac{25}{10}\: =\: \frac{GF}{8}</math>. | <math>\frac{25}{10}\: =\: \frac{GF}{8}</math>. | ||
− | Therefore <math>GF= \boxed{\mathrm{(B)}\ 20}</math>. | + | Therefore <math>GF= \boxed{\mathrm{(B)}\ 20}</math>. |
=== Solution 2 === | === Solution 2 === | ||
Line 66: | Line 81: | ||
<math>GF=2 \cdot FD+8=2\cdot6+8=\boxed{\mathrm{(B)}\ 20}</math> | <math>GF=2 \cdot FD+8=2\cdot6+8=\boxed{\mathrm{(B)}\ 20}</math> | ||
− | === Solution 3 === | + | === Solution 3 (fastest)=== |
− | Since <math>ABCD</math> is a rectangle, <math>CD= | + | We extend <math>BC</math> such that it intersects <math>GF</math> at <math>X</math>. Since <math>ABCD</math> is a rectangle, it follows that <math>CD=8</math>, therefore, <math>XF=8</math>. Let <math>GX=y</math>. From the similarity of triangles <math>GCH</math> and <math>GEA</math>, we have the ratio <math>3:5</math> (as <math>CH=9-6=3</math>, and <math>EA=9-4=5</math>). <math>GX</math> and <math>GF</math> are the altitudes of <math>GCH</math> and <math>GEA</math>, respectively. Thus, <math>y:y+8 = 3:5</math>, from which we have <math>y=12</math>, thus <math>GF=y+8=12+8=\boxed{\mathrm{(B)}\ 20}</math> |
− | ==== | + | |
− | + | === Solution 4 === | |
− | + | Since <math>GF\perp AF</math> and <math>AF\perp CD, </math> we have <math>GF\parallel CD\parallel AB.</math> Thus, <math>\triangle CDE\sim GFE.</math> Suppose <math>GF=x</math> and <math>FD=y.</math> Thus, we have <math>\dfrac{x}{8}=\dfrac{y+4}{4}.</math> Additionally, now note that <math>\triangle GAF\sim AHB,</math> which is pretty obvious from insight, but can be proven by AA with extending <math>BH</math> to meet <math>GF.</math> From this new pair of similar triangles, we have <math>\dfrac{x}{8}=\dfrac{y+9}{6}.</math> Therefore, we have by combining those two equations, <cmath>\dfrac{y+9}{6}=\dfrac{y+4}{4}.</cmath> Solving, we have <math>y=6,</math> and therefore <math>x=\boxed{\mathrm{(B)}\ 20}</math> | |
− | + | === Solution 5 === | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | Since | + | Since there are only lines, you can resort to coordinate bashing. Let <math>FD=k</math>. Three lines, line <math>GF</math>, line <math>GE</math>, and line <math>GA</math>, intersect at <math>G</math>. Our goal is to find the y-coordinate of that intersection point. |
+ | Line <math>GF</math> is <math>x=0</math> | ||
+ | Line <math>GE</math> passes through <math>(k+4, 0)</math> and <math>(k, 8)</math>. Therefore the slope is <math>-2</math> and the line is | ||
+ | <math>y-0=-2(x-k-4)</math> which is <math>y=-2x+2k+8</math> | ||
− | + | Line <math>GA</math> passes through <math>(k+9, 0)</math> and <math>(k+3, 8)</math>. Therefore the slope is <math>\frac{-4}{3}</math> and the line is | |
+ | <math>y-0=-\frac{4}{3}(x-k-9)</math> which simplifies to <math>y=-\frac{4}{3}x+\frac{4}{3}k+12</math> | ||
− | < | + | We solve the system of equations with these three lines. First we plug in <math>x=0</math> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <math>y=2k+8</math> | |
− | < | + | <math>y=\frac{4}{3}k+12</math> |
− | + | Next, we solve for k. <math>k=6</math> Therefore <math>y=20</math>. The y-coordinate of this intersection point is indeed our answer. <math>\boxed{\mathrm{(B)}\ 20}</math> | |
+ | ~superagh | ||
− | === Solution | + | === Solution 6 (simple coordinates)=== |
− | We | + | Let <math>A</math> be the origin of our coordinate system. Now line <math>GA</math> has equation <math>-\frac{4}{3}x</math>. We can use point-slope form to find the equation for line <math>GE</math>. First, we know that its slope is <math>-2</math>, and we know that it passes through <math>E=(-5,0)</math>, so line <math>GE</math> has equation <math>-2(x+5)</math>. Solving for the intersection by letting <math>-\frac{4}{3}x=-2(x+5)</math>, we get <math>x=-15</math>. Plugging this into our equation for line <math>GA</math> gives us <math>G=(-15,20)</math>, so <math>GF= \boxed{\mathrm{(B)}\ 20}</math> |
+ | ~chrisdiamond10 | ||
+ | |||
+ | ===Solution 7 (system of equations through angle similarity)=== | ||
+ | |||
+ | First, using given information, we can find the values of some line segments in the figure. We find that <math> HA = 10 </math> (through Pythagorean Theorem), <math> CH = 3 </math>, and <math> EA = 5 </math>. | ||
+ | Let Line <math>FD = x</math> and let Line <math>FG = y</math>. | ||
+ | We find that <math>\triangle FGE \sim \triangle CDE </math> through some angle chasing (they both have a right angle, and they both share angle <math>\angle CED </math>. Using this information, we can write the equation <math>\frac{4}{8} = \frac{4+x}{y} </math>. Through simplifying this equation, we get that <math> y=2x+8 </math>. Let point <math> I </math> be the point on line <math> FG </math> so that lines <math> CI </math> and <math> FG </math> are perpendicular, and we get that <math> GI = 2x </math> and <math> FI =8 </math>. Doing some more angle chasing, we can find that <math>\triangle GIH \sim \triangle GFA </math>, as they both share <math>\angle FGH </math> and they both have a right angle. | ||
+ | |||
+ | With this information, we can write the equation <math>\frac{x+3}{y-8} = \frac{x+9}{y}. </math> | ||
+ | Simplifying this equation we get the equation <math> -8x+6y-72 = 0 </math>. | ||
+ | Plugging in <math> y=2x+8 </math> for <math>6y </math>, we get <math> 4x-24 = 0 </math>, so <math> x=6 </math>. | ||
+ | Lastly, to find the value of y, which is the value of Line <math> FG </math>, our desired value, we plug in <math> 6 </math> for <math> x </math> in the equation <math> y=2x+8 </math>, we get <math> 2(6)+8 </math>, which, finally, we get our <math>y</math> value of <math>20</math>, so therefore, our answer is <math>GF= \boxed{\mathrm{(B)}\ 20}</math> | ||
+ | |||
+ | ~Darth_Cadet | ||
+ | |||
+ | |||
+ | |||
+ | ===Solution 8 Line and Slope=== | ||
+ | Draw a coordinate plane with the y-axis centered on <math>CD</math> and the x-axis centered on <math>AD</math>. From there, call the line passing through <math>CE</math> <math>a</math> and the line passing through <math>HA</math> <math>b</math>. From there, you can find that the equations for these lines are <math>y=-2x+8</math> and <math>y=-4/3 x+12</math> respectively. We need to find the length of <math>GF</math>, so we are finding the y-value of the point <math>G</math>. Solving for this point, we get <math>-4/3 x+12=-2x+8</math>;<math>2/3x=-4</math>;<math>x=-6</math>. Now, plugging in the values, we find that <math>y=-2(-6)+8=20</math>, so our answer is <math>GF= \boxed{\mathrm{(B)}\ 20}</math>. | ||
+ | |||
+ | ~iamcalifornia'sresidentidiot | ||
== See Also == | == See Also == | ||
Line 106: | Line 137: | ||
[[Category:Introductory Geometry Problems]] | [[Category:Introductory Geometry Problems]] | ||
+ | {{MAA Notice}} |
Latest revision as of 11:43, 18 September 2024
Contents
Problem
In rectangle , we have , , is on with , is on with , line intersects line at , and is on line with . Find the length of .
Solutions
Solution 1
(Vertical angles are equal).
(Both are 90 degrees).
(Alt. Interior Angles are congruent).
Therefore and are similar. and are also similar.
is 9, therefore must equal 5. Similarly, must equal 3.
Because and are similar, the ratio of and , must also hold true for and . , so is of . By Pythagorean theorem, .
.
So .
.
Therefore .
Solution 2
Since is a rectangle, .
Since is a rectangle and , .
Since is a rectangle, .
So, is a transversal, and .
This is sufficient to prove that and .
Using ratios:
Since can't have 2 different lengths, both expressions for must be equal.
Solution 3 (fastest)
We extend such that it intersects at . Since is a rectangle, it follows that , therefore, . Let . From the similarity of triangles and , we have the ratio (as , and ). and are the altitudes of and , respectively. Thus, , from which we have , thus
Solution 4
Since and we have Thus, Suppose and Thus, we have Additionally, now note that which is pretty obvious from insight, but can be proven by AA with extending to meet From this new pair of similar triangles, we have Therefore, we have by combining those two equations, Solving, we have and therefore
Solution 5
Since there are only lines, you can resort to coordinate bashing. Let . Three lines, line , line , and line , intersect at . Our goal is to find the y-coordinate of that intersection point.
Line is
Line passes through and . Therefore the slope is and the line is which is
Line passes through and . Therefore the slope is and the line is which simplifies to
We solve the system of equations with these three lines. First we plug in
Next, we solve for k. Therefore . The y-coordinate of this intersection point is indeed our answer. ~superagh
Solution 6 (simple coordinates)
Let be the origin of our coordinate system. Now line has equation . We can use point-slope form to find the equation for line . First, we know that its slope is , and we know that it passes through , so line has equation . Solving for the intersection by letting , we get . Plugging this into our equation for line gives us , so ~chrisdiamond10
Solution 7 (system of equations through angle similarity)
First, using given information, we can find the values of some line segments in the figure. We find that (through Pythagorean Theorem), , and . Let Line and let Line . We find that through some angle chasing (they both have a right angle, and they both share angle . Using this information, we can write the equation . Through simplifying this equation, we get that . Let point be the point on line so that lines and are perpendicular, and we get that and . Doing some more angle chasing, we can find that , as they both share and they both have a right angle.
With this information, we can write the equation Simplifying this equation we get the equation . Plugging in for , we get , so . Lastly, to find the value of y, which is the value of Line , our desired value, we plug in for in the equation , we get , which, finally, we get our value of , so therefore, our answer is
~Darth_Cadet
Solution 8 Line and Slope
Draw a coordinate plane with the y-axis centered on and the x-axis centered on . From there, call the line passing through and the line passing through . From there, you can find that the equations for these lines are and respectively. We need to find the length of , so we are finding the y-value of the point . Solving for this point, we get ;;. Now, plugging in the values, we find that , so our answer is .
~iamcalifornia'sresidentidiot
See Also
2003 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 21 |
Followed by Problem 23 | |
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.