1987 AIME Problems/Problem 9
Problem
Triangle
has right angle at
, and contains a point
for which
,
, and
. Find
.
[asy] unitsize(0.2 cm);
pair A, B, C, P;
A = (0,14); B = (0,0); C = (21*sqrt(3),0); P = intersectionpoint(arc(B,6,0,180),arc(C,33,0,180));
draw(A--B--C--cycle); draw(A--P); draw(B--P); draw(C--P);
label("
", A, NW);
label("
", B, SW);
label("
", C, SE);
label("
", P, NE);
[/asy]
Solution
Let
. Since
, each of them is equal to
. By the Law of Cosines applied to triangles
,
and
at their respective angles
, remembering that
, we have
Then by the Pythagorean Theorem,
, so
and
Note
This is the Fermat point of the triangle.
See also
| 1987 AIME (Problems • Answer Key • Resources) | ||
| Preceded by Problem 8 |
Followed by Problem 10 | |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
| All AIME Problems and Solutions | ||
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. Error creating thumbnail: File missing