Difference between revisions of "1985 AHSME Problems/Problem 3"

(Created page with "==Problem== In right <math> \triangle ABC </math> with legs <math> 5 </math> and <math> 12 </math>, arcs of circles are drawn, one with center <math> A </math> and radius <math> ...")
 
(Shrunk diagram because it was huge.)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==Problem==
 
==Problem==
In right <math> \triangle ABC </math> with legs <math> 5 </math> and <math> 12 </math>, arcs of circles are drawn, one with center <math> A </math> and radius <math> 12 </math>, the other with center <math> B </math> and radius <math> 5 </math>. They intersect the [[hypotenuse]] at <math> M </math> and <math> N </math>. Then, <math> MN </math> has length:
+
In right <math>\triangle ABC</math> with legs <math>5</math> and <math>12</math>, arcs of circles are drawn, one with center <math>A</math> and radius <math>12</math>, the other with center <math>B</math> and radius <math>5</math>. They intersect the hypotenuse in <math>M</math> and <math>N</math>. Then <math>MN</math> has length
  
 
<asy>
 
<asy>
 
defaultpen(linewidth(0.7)+fontsize(10));
 
defaultpen(linewidth(0.7)+fontsize(10));
 +
unitsize(0.5 cm);
 
pair A=origin, B=(12,7), C=(12,0), M=12*dir(A--B), N=B+B.y*dir(B--A);
 
pair A=origin, B=(12,7), C=(12,0), M=12*dir(A--B), N=B+B.y*dir(B--A);
 
real r=degrees(B);
 
real r=degrees(B);
Line 11: Line 12:
 
label("$B$", B, dir(point--B));
 
label("$B$", B, dir(point--B));
 
label("$C$", C, dir(point--C));
 
label("$C$", C, dir(point--C));
label("$M$", M, dir(point--M));
+
label("$M$", M, NW);
label("$N$", N, dir(point--N));
+
label("$N$", N, NW);
 
label("$12$", (6,0), S);
 
label("$12$", (6,0), S);
 
label("$5$", (12,3.5), E);</asy>
 
label("$5$", (12,3.5), E);</asy>
Line 19: Line 20:
  
 
==Solution==
 
==Solution==
First of all, from the [[Pythagorean Theorem]], <math> AB=\sqrt{AC^2+BC^2}=\sqrt{12^2+5^2}=\sqrt{144+25}=\sqrt{169}=13 </math>. Also, since <math> AM </math> and <math> AC </math> are radii of the same circle, <math> AM=AC=12 </math>. Therefore, <math> MB=AB-AM=13-12=1 </math>. Also, since <math> BN </math> and <math> BC </math> are radii of the same circle, <math> BN=BC=5 </math>. We therefore have <math> MN=BN-BM=5-1=4, \boxed{\text{D}} </math>.
+
Firstly, the Pythagorean theorem gives <cmath>\begin{align*}AB &=\sqrt{AC^2+BC^2} \\ &= \sqrt{12^2+5^2} \\ & =\sqrt{144+25} \\ &=\sqrt{169} \\ &= 13.\end{align*}</cmath> Also, <math>AM = AC = 12</math> and <math>BN = BC = 5</math> since they are both radii of the respective circles. Thus <math>MB = AB-AM = 13-12 = 1</math>, and so <math>MN = BN-BM = 5-1 = \boxed{\text{(D)} \ 4}</math>.
  
 
==See Also==
 
==See Also==
 
{{AHSME box|year=1985|num-b=2|num-a=4}}
 
{{AHSME box|year=1985|num-b=2|num-a=4}}
 +
{{MAA Notice}}

Latest revision as of 23:16, 3 July 2025

Problem

In right $\triangle ABC$ with legs $5$ and $12$, arcs of circles are drawn, one with center $A$ and radius $12$, the other with center $B$ and radius $5$. They intersect the hypotenuse in $M$ and $N$. Then $MN$ has length

[asy] defaultpen(linewidth(0.7)+fontsize(10)); unitsize(0.5 cm); pair A=origin, B=(12,7), C=(12,0), M=12*dir(A--B), N=B+B.y*dir(B--A); real r=degrees(B); draw(A--B--C--cycle^^Arc(A,12,0,r)^^Arc(B,B.y,180+r,270)); pair point=incenter(A,B,C); label("$A$", A, dir(point--A)); label("$B$", B, dir(point--B)); label("$C$", C, dir(point--C)); label("$M$", M, NW); label("$N$", N, NW); label("$12$", (6,0), S); label("$5$", (12,3.5), E);[/asy]

$\mathrm{(A)\ } 2 \qquad \mathrm{(B) \ }\frac{13}{5} \qquad \mathrm{(C) \  } 3 \qquad \mathrm{(D) \  } 4 \qquad \mathrm{(E) \  }\frac{24}{5}$

Solution

Firstly, the Pythagorean theorem gives \begin{align*}AB &=\sqrt{AC^2+BC^2} \\ &= \sqrt{12^2+5^2} \\ & =\sqrt{144+25} \\ &=\sqrt{169} \\ &= 13.\end{align*} Also, $AM = AC = 12$ and $BN = BC = 5$ since they are both radii of the respective circles. Thus $MB = AB-AM = 13-12 = 1$, and so $MN = BN-BM = 5-1 = \boxed{\text{(D)} \ 4}$.

See Also

1985 AHSME (ProblemsAnswer KeyResources)
Preceded by
Problem 2
Followed by
Problem 4
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 26 27 28 29 30
All AHSME Problems and Solutions

These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. AMC Logo.png