A paper equilateral triangle ABC has side length 12. The paper triangle is folded so that vertex A touches a point on side BC a distance 9 from point B. The length of the line segment along which the triangle is folded can be written as nmp, where m, n, and p are positive integers, m and n are relatively prime, and p is not divisible by the square of any prime. Find m+n+p.
解析
Solution 1
Let M and N be the points on AB and AC, respectively, where the paper is folded. Let D be the point on BC where the folded A touches it.
We have AF=63 and FD=3, so AD=313. Denote ∠DAF=θ; we get cosθ=23/13.
In triangle AXY, AY=21AD=2313, and AX=AYsecθ=4133.
In triangle AMX, we get ∠AMX=60∘−θ and then use sine-law to get MX=21AXcsc(60∘−θ); similarly, from triangle ANX we get NX=21AXcsc(60∘+θ). Thus
MN=21AX(csc(60∘−θ)+csc(60∘+θ)).
Since sin(60∘±θ)=21(3cosθ±sinθ), we get
csc(60∘−θ)+csc(60∘+θ)=cos2θ−413cosθ=3524⋅13
Then
MN=21AX⋅3524⋅13=353939
The answer is 39+39+35=113.
Solution 2
Let P and Q be the points on AB and AC, respectively, where the paper is folded.
Let D be the point on BC where the folded A touches it.
Let a, b, and x be the lengths AP, AQ, and PQ, respectively.
We have PD=a, QD=b, BP=12−a, CQ=12−b, BD=9, and CD=3.
Once you find DP and DQ, you can scale down the triangle by a factor of 3539 so that all sides are integers. Applying Law of cosines becomes easier, you just need to remember to scale back up.
Solution 4 (Coordinate Bash)
We let the original position of A be A, and the position of A after folding be D. Also, we put the triangle on the coordinate plane such that A=(0,0), B=(−6,−63), C=(6,−63), and D=(3,−63).
Note that since A is reflected over the fold line to D, the fold line is the perpendicular bisector of AD. We know A=(0,0) and D=(3,−63). The midpoint of AD (which is a point on the fold line) is (23,−33). Also, the slope of AD is 3−63=−23, so the slope of the fold line (which is perpendicular), is the negative of the reciprocal of the slope of AD, or 231=63. Then, using point slope form, the equation of the fold line is
y+33=63(x−23)y=63x−4133
Note that the equations of lines AB and AC are y=3x and y=−3x, respectively. We will first find the intersection of AB and the fold line by substituting for y:
3x=63x−4133653x=−4133⟹x=−1039
Therefore, the point of intersection is (−1039,−10393). Now, lets find the intersection with AC. Substituting for y yields
−3x=63x−41336−73x=−4133⟹x=1439
Therefore, the point of intersection is (1439,−14393). Now, we just need to use the distance formula to find the distance between (−1039,−10393) and (1439,−14393).
(1439+1039)2+(−14393+10393)2
The number 39 is in all of the terms, so let's factor it out:
39(141+101)2+(−143+103)2=39(356)2+(353)2353962+32=353939
Therefore, our answer is 39+39+35=113, and we are done.
Solution by nosaj.
Solution 5
Note: this requires lots of calculations that increase your chance of errors, but it only requires simple understanding of areas, similar triangles, and Heron's formula. I'll just put the strategy here because I am too lazy to calculate it myself right now.
1. Notice that the two triangles on the sides of the folded corner are similar. using this, we can find that the side lengths of them are 9,7.8,4.2 and 3,745,739
2. Use heron's formula to find the areas of those two triangles. Remember that it is s(s−a)(s−b)(s−c)
3. Using the area of these triangles, we can find the area of the triangle with the length we need.
4. Use heron's formula again, with the unknown length as x, and since we know the area and the other two side lengths, we can just solve for x with this equation.
-EmilyQ, minor latex edits by Voidling
Solution 6(Easy)
Thanks to Solution 1 for the diagram below:
We will use the notation already on the diagram, but our solution is slightly different.
We will only need M and N.
Let NC be length a, which implies NA be 12-a.
Also, AC = 3 because AB = 9
By the Law of Cosines on NCA,
(12−a)2=a2+32−2(a)(3)(cos60)
which simplifies to:
a=745
Which means that NC = 45/7 and NA = 39/7.
We can do the same thing for MBA.
This time, MB = b.
(12−b)2=b2+81−2(9)(b)(cos60)
Which gives:
b=521 Which implies that MA = 539 Now, since MAN is 60 degrees, we can apply the Law of Cosines again(I know, I don't like bashy things too) to get:
c2=(539)2+39/72−2(39/7)(39/5)(cos60)
Which leads us to our answer => 113
~MC
Solution 7 (LoC)
As shown in the diagram, let MA′=x. Since the triangle is equilateral, we have BM=12−x. Similarly, let NA′=y, so NC=12−y.
Because ∠MBA=∠NCA=60∘, we may apply the Law of Cosines in the form a2+b2−ab=c2. (Note that we could also find these side lengths through similar triangles as mentioned in the previous solutions)
Solving for x, we have
(12−x)2+92−9(12−x)=x2.
Simplifying,
x2−24x+144−27+9x=x2,
so
15x=117⇒x=539.
Solving for y similarly,
(12−y)2+32−3(12−y)=y2.
Simplifying,
y2−24y+144+9−36+3y=y2,
which gives
21y=117⇒y=739.
Now apply the Law of Cosines again to find MN:
MN2=(539)2+(739)2−(539)(739).
Factoring,
MN2=392(251+491−351)=352393.
Thus,
MN=353939.
Since the problem asks for m+n+p when the length is written as nmp, we have
m+n+p=39+39+35=113.
~Voidling
Video Solution
https://www.youtube.com/watch?v=581ZtcQFCaE&t=98s
This video is private for some reason ~get-rickrolled