2008 Mock ARML 2 Problems/Problem 4
Problem
Equilateral triangle has a side length of
. A ball begins at vertex
, rolls through the interior of the triangle, bounces off side
, and settles at point
. Given that
and
, find the total distance that the ball travels.
Solution
![[asy] pointpen = black; pathpen = black + linewidth(0.7); pair A=(0,0),B=(7,0),C=7*expi(pi/3); pair Q=IP(CR(B,3),CR(C,5)), P=OP(CR(B,3),CR(C,5)),D=IP(A--Q,B--C); D(MP("A",A)--MP("B",B)--MP("C",C,N)--cycle); D(A--D--D(MP("P",P)));D(D--D(MP("P'",Q,NE))--C--Q--B,linetype("5 5")); MP("7",(A+B)/2); MP("3",(B+Q)/2,SE); MP("5",(C+Q)/2,NE); [/asy]](http://latex.artofproblemsolving.com/7/e/c/7ec253fd364dd1225be09c338424ccbcbbcf3281.png)
Reflect across
to point
; since the ball travels in a straight path, it follows that the distance the ball traveled is
. By symmetry,
. By the Law of Cosines on
,

Since , it follows that quadrilateral
is a cyclic quadrilateral. By Ptolemy's Theorem,

See also
2008 Mock ARML 2 (Problems, Source) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 |