Triangle A B C has two sides A B and A C such that A C A B = 3 4 . Locate point X on the third side B C such that B X = 2 C X . Now, let P be a point on segment A X and extend B P to meet A C at point Y . Similarly, extend C P to meet A B at point Z .
If points B , Z , Y , C all lie on a circle, as shown in the diagram, the sum of all possible values of P X A P can be written in the form q p , where p and q are coprime positive integers.
Find p + q .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For this solution, we will utilize Ceva's Theorem and van Aubel's Theorem .
Firstly, we can apply Ceva's Theorem to get X C X B ⋅ Y A Y C ⋅ Z B Z A = 1 . We also know that Y A Z A = A B A C , since B Z Y C is cyclic. Combining these with the given statements, we have
X C X B ⋅ Y A Y C ⋅ Z B Z A 2 ⋅ Y A Y C ⋅ Z B Z A Y A Y C ⋅ Z B Z A Z B Y C ⋅ Y A Z A Z B Y C ⋅ A B A C Z B Y C ⋅ 4 3 Z B Y C = 1 = 1 = 2 1 = 2 1 = 2 1 = 2 1 = 3 2 .
Now, we focus on △ B Z P and △ C P Y . Because ∠ B Z P = ∠ P Y C and ∠ Z B P = ∠ P C Y due to the cyclic nature of B Z Y C , we get △ B Z P ∼ △ C P Y . This means
Z B Y C = B P C P = P Z P Y = 3 2 ,
which we had found previously.
By van Aubel's Theorem,
P Z C P = X B C X + Y A C Y = 2 1 + Y A C Y P Y B P = X C B X + Z A B Z = 2 + Z A B Z .
Dividing the top equation by the bottom yields
2 + Z A B Z 2 1 + Y A C Y = P Z C P ⋅ B P P Y = B P C P ⋅ P Z P Y = 3 2 ⋅ 3 2 = 9 4 .
Let a = Y A C Y , b = Z A B Z . The relationship above simplifies into, 2 1 + a = 9 4 ( 2 + b ) . However, by Ceva's, we also know that Y A Y C ⋅ Z B Z A = 2 1 , so a = 2 1 b . Solving this system of equations yields ( a , b ) = ( 2 7 , 7 ) .
Finally, applying van Aubel's Theorem again, we have
P X A P = Z B A Z + Y C A Y = b 1 + a 1 = 7 1 + 7 2 = 7 3 .
Since we never made any assumptions about △ A B C other than what was stated in the problem, we see that P X A P = 7 3 is the only solution that achieves our desired results, so p + q = 1 0 .
Problem Loading...
Note Loading...
Set Loading...
We use barycentric coordinates.
As usual, we take A = ( 1 , 0 , 0 ) , B = ( 0 , 1 , 0 ) and C = ( 0 , 0 , 1 ) .
The point X = ( 0 , 3 1 , 3 2 ) . So the equation of the line A X is z = 2 y . So point P can be parametrised as
P = ( 1 − 3 a , a , 2 a ) . Now the line B P has equation 2 a x = ( 1 − 3 a ) z , so it intersects the line A C at the point
Y = ( 1 − 3 a : 0 : 2 a ) = ( 1 − a 1 − 3 a , 0 , 1 − a 2 a ) . Similarly, the point Z = ( 1 − 2 a 1 − 3 a , 1 − 2 a a , 0 ) .
Let the equation of the circle through B , Z , Y and C be
− a 2 y z − b 2 z x − c 2 x y + u x + v y + w z = 0 .
Placing the coordinates of B = ( 0 , 1 , 0 ) , we get v = 0 . Placing the coordinates of C = ( 0 , 0 , 1 ) , we get w = 0 . Now we place the coordinates of Y into the equation. Because y Y = 0 , so
− b 2 z Y x Y + u x Y = 0 , and because a = 1 (Why?), x Y = 0 . Thus
u = b 2 z Y .
Similarly, by placing the coordinates of Z into the equation, we get
u = c 2 y Z . It follows that
b 2 1 − a 2 a = c 2 1 − 2 a a . Since b c = 3 4 , we get
1 − a 1 8 a = 1 − 2 a 1 6 a , or a = 1 0 1 (again, why is a = 0 ?)
Thus P X A P = x P − x X x A − x P = 1 − 3 a 3 a = 1 − 1 0 3 1 0 3 = 7 3 . Therefore a = 3 , b = 7 , and a + b = 1 0 .