Art of Problem Solving

2025 AMC 10A Problems/Problem 23: Difference between revisions

Jonathanmo (talk | contribs)
Stressedpineapple (talk | contribs)
Tag: New redirect
 
(35 intermediate revisions by 17 users not shown)
Line 1: Line 1:
==Problem 23==
#redirect [[2025 AMC 12A Problems/Problem 16]]
Triangle <imath>\triangle ABC</imath> has side lengths <imath>AB = 80</imath>, <imath>BC = 45</imath>, and <imath>AC = 75</imath>. The bisector <imath>\angle B</imath> and the altitude to side <imath>\overline{AB}</imath> intersect at point <imath>P</imath>. What is <imath>BP</imath>?
 
<imath>\textbf{(A)}~18\qquad\textbf{(B)}~19\qquad\textbf{(C)}~20\qquad\textbf{(D)}~21\qquad\textbf{(E)}~22</imath>
 
==Solution 1(Takes some time)==
Let <imath>CH</imath> be the altitude from vertex <imath>C</imath> to the side <imath>\overline{AB}</imath>, so <imath>H</imath> is a point on <imath>AB</imath> and <imath>\angle CHB = 90^\circ</imath>.
Let <imath>BD</imath> be the angle bisector of <imath>\angle B</imath>, where <imath>D</imath> is on <imath>AC</imath>.
 
Point <imath>P</imath> is the intersection of the altitude <imath>CH</imath> and the angle bisector <imath>BD</imath>.
 
We want to find the length of <imath>BP</imath>.
 
Consider the triangle <imath>\triangle BPH</imath>. Since <imath>P</imath> lies on the altitude <imath>CH</imath>, the angle <imath>\angle BHP</imath> is the same as <imath>\angle CHB</imath>, which is <imath>90^\circ</imath>. Therefore, <imath>\triangle BPH</imath> is a right-angled triangle.
 
In the right <imath>\triangle BPH</imath>, the angle <imath>\angle PBH</imath> is the angle formed by the angle bisector <imath>BD</imath> and the side <imath>AB</imath>. By definition of the angle bisector, <imath>\angle PBH = \angle ABC / 2 = B/2</imath>.
 
Using trigonometry in the right <imath>\triangle BPH</imath>, we have:
 
<cmath>\cos(\angle PBH) = \frac{\text{adjacent}}{\text{hypotenuse}} = \frac{BH}{BP}</cmath>
 
<cmath>\cos(B/2) = \frac{BH}{BP}</cmath>
 
Rearranging this gives:
 
<cmath>BP = \frac{BH}{\cos(B/2)}</cmath>
 
To solve the problem, we need to find the lengths of <imath>BH</imath> and the value of <imath>\cos(B/2)</imath>.
 
1. Find the length of BH}
<imath>BH</imath> is the projection of side <imath>BC</imath> onto <imath>AB</imath>. In the right-angled triangle <imath>\triangle CHB</imath>, <imath>BH = BC \cdot \cos(B) = a \cdot \cos(B)</imath>.
We can find <imath>\cos(B)</imath> using the Law of Cosines on <imath>\triangle ABC</imath>:
 
<cmath>b^2 = a^2 + c^2 - 2ac \cos(B)</cmath>
 
<cmath>AC^2 = BC^2 + AB^2 - 2(BC)(AB) \cos(B)</cmath>
 
<cmath>75^2 = 45^2 + 80^2 - 2(45)(80) \cos(B)</cmath>
 
<cmath>5625 = 2025 + 6400 - 7200 \cos(B)</cmath>
 
<cmath>5625 = 8425 - 7200 \cos(B)</cmath>
 
<cmath>7200 \cos(B) = 8425 - 5625</cmath>
 
<cmath>7200 \cos(B) = 2800</cmath>
 
<cmath>\cos(B) = \frac{2800}{7200} = \frac{28}{72} = \frac{7}{18}</cmath>
 
Now, we can find <imath>BH</imath>:
 
<cmath>BH = a \cdot \cos(B) = 45 \cdot \left(\frac{7}{18}\right) = \frac{45 \cdot 7}{18} = \frac{(5 \cdot 9) \cdot 7}{2 \cdot 9} = \frac{35}{2}</cmath>
 
2. Find the value of <imath>\cos(B/2)</imath>}
We use the half-angle identity for cosine: <imath>\cos(B) = 2\cos^2(B/2) - 1</imath>.
We know <imath>\cos(B) = 7/18</imath>:
 
<cmath>\frac{7}{18} = 2\cos^2(B/2) - 1</cmath>
 
<cmath>\frac{7}{18} + 1 = 2\cos^2(B/2)</cmath>
 
<cmath>\frac{25}{18} = 2\cos^2(B/2)</cmath>
 
<cmath>\cos^2(B/2) = \frac{25}{36}</cmath>
 
<cmath>\cos(B/2) = \sqrt{\frac{25}{36}} = \frac{5}{6}</cmath>
 
(We take the positive root because <imath>B/2</imath> must be an acute angle).
 
Now we substitute our values for <imath>BH</imath> and <imath>\cos(B/2)</imath> into the equation for <imath>BP</imath>:
 
<cmath>BP = \frac{BH}{\cos(B/2)} = \frac{35/2}{5/6}</cmath>
 
<cmath>BP = \frac{35}{2} \cdot \frac{6}{5} = \frac{35 \cdot 6}{2 \cdot 5} = \frac{210}{10} = 21</cmath>
 
The length of <imath>BP</imath> is 21.
~Jonathanmo
 
==Solution 2==
Let <imath>D</imath> be the foot of the altitude from <imath>C</imath> to <imath>AB</imath>. We wish to find <imath>BD</imath> and <imath>DP</imath>.
 
First, notice that <imath>AD^2 + CD^2 = AC^2</imath> and <imath>BD^2+CD^2=BC^2</imath> by the Pythagorean Theorem. Subtracting the second equation from the first, we get <cmath>AD^2-BD^2=(AD-BD)(AD+BD)=AC^2-BC^2</cmath> Plugging in values, we see that <imath>AD-BD =45</imath>. So, <imath>AD = \frac{125}{2}</imath>, <imath>BD=\frac{35}{2}</imath>, and <imath>CD = \frac{25}{2}\sqrt{11}</imath>.
To find <imath>DP</imath>, we use the Angle Bisector Theorem. The ratio between <imath>BD</imath> and <imath>BC</imath> is <imath>\frac{7}{18}</imath>, so <imath>DP = \frac{7}{25} \cdot CD = \frac{7}{2}\sqrt{11}</imath>. Finally, we use the Pythagorean Theorem to get <cmath>BD^2+DP^2=(\frac{35}{2})^2+(\frac{7}{2}\sqrt{11})^2=\frac{1764}{4}=441=BP^2</cmath>
so <imath>BP=\boxed{\textbf{(D)}~21}</imath>.
 
~ChickensEatGrass

Latest revision as of 01:59, 8 November 2025