Triangle A B C is isosceles with a right angle at A . A point is chosen uniformly at random inside the triangle. Let p be the probability that the point is closer to the point A than it is to B or C , and it is closer to side B C than it is to side A B or A C . p can be expressed as b a − c , where a and b are coprime positive integers and c is a positive integer. What is the value of a + b + c ?
Details and assumptions
It follows from the conditions that A B = A C .
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.
Great
Great solution! Solved this the exact same way.
Log in to reply
I used coordinate system to find the point G
and got the answer as 1/(4+3sqrt2)
How do you make draw in your solution? :D
Log in to reply
I actually took a while to find this I think there should be a search feature.
Great solution! I solved it using Coordinate geometry and was wondering if there is an alternative solution, thank you for sharing this. :)
Nice solution. Here is how I calculated. Let A B = A C = 2 . Let r be the inradius of A B C . Then G D = r = 2 1 ( A B + A C − B C ) = 2 − 2 . So [ A D F ] [ D I G ] = [ A D ] [ D G ] ⋅ [ D F ] [ D I ] = [ A D ] [ D G ] ⋅ [ D C ] + [ C F ] [ D C ] = 2 + 1 r = 3 2 − 4
and
p = [ A B C ] [ D I G H ] = 2 [ A E D F ] [ D I G H ] = 2 [ A D F ] [ D I G ] = 2 1 ( 3 2 − 4 ) .
Don't be like me and forget to divide by the total area. By the way, I used the fact that DGH is isosceles with sides 2 - sqrt2 ( the isosceles fact comes from angle chasing and the sides come from inradius * semiperimeter = area). Then we use the 45 degrees angle and calculate with Area = 1/2ab sin C
Nice solution; anybody else just brute force with cosine rule and 2 1 a b sin C ?
W.L.O.G A = ( 2 , 2 ) , B = ( 0 , 0 ) , and ( C = 4 , 0 )
Supposse that P ( x , y ) closer to the point A than B or C
P A ≤ P B and P A ≤ P C
From P A ≤ P B ( x − 2 ) 2 + ( y − 2 ) 2 ≤ x 2 + y 2 , → x + y ≥ 2 ,
From P A ≤ P C
( x − 2 ) 2 + ( y − 2 ) 2 ≤ ( x − 4 ) 2 + y 2 , → x − y ≤ 2 ,
From my drawing in here
Suppose that R ( x 1 , y 1 ) in line x + y = 2
Distance R to segmen AB ≥ Distance R to segmen BC
( 2 − y 1 ) − y 1 ≥ 2 y 1
y 1 ≤ 2 − 2 , so x 1 ≥ 2
Suppose T ( x 2 , y 2 )
Distance T to segmen AB ≥ Distance T to segmen BC
and we get x 2 ≤ 4 − 2
Suppose that S ( x 3 , y 3 ) and we get:
Distance S to segmen AB ≥ Distance S to segmen BC
x 3 − y 3 ≥ 2 y 3
y 3 = 2 2 − 2
So, probability are P A = [ A B C ] [ Q R S T ] = 4 2 ( 2 2 − 2 ) ( 4 − 2 2 ) = 2 9 − 2
So, a + b + c = 9 + 2 + 2 = 1 3
Problem Loading...
Note Loading...
Set Loading...
Refer to this diagram while reading my solution.
alt text
Let
D
,
E
, and
F
be the midpoints of
B
C
,
A
B
, and
C
A
, respectively. Let
H
be the intersection of the angle bisector of
∠
B
and
D
E
, and let
I
be the intersection of the angle bisector of
∠
C
and
D
F
. Let
G
be the intersection of the two angle bisectors.
First, let us find the area where the point is closer to A than B or C . If the point is closer to A , it must lie on the same side of the perpendicular bisector of A B , which is E D , as A . It must also lie on the same side of the perpendicular bisector of A C , which is F D , as A . This area is a square, A E D F .
Next, let us find the area where the point is closer to B C than A B or A C . The point must lie on the same side of the angle bisector of ∠ B , which is B G , as C , and must lie on the same side of the angle bisector of ∠ C , which is C G , as B . This area is a triangle, △ B G C .
The intersection of these two areas is the successful area. This intersection is a kite, G H D I . The area can be expressed as 2 H I ⋅ G D .
WLOG, let C D = 1 , so A C = 2 . Now, let us find G D . By the angle bisector theorem on △ A C D , C D A C = G D A G ⟹ A G = G D 2 Since A G + G D = 1 , we can solve for G D , which is 2 + 1 1 = 2 − 1 . To find H I , we see that H I = H D 2 . By the angle bisector theorem on △ E B D , B D E B = H D E H ⟹ H D = E H 2 Since E H + H D = 2 1 , we can solve to get H D = G D = 2 − 1 (this can also be found using similar triangles). Then, H I = H D 2 = 2 − 2 .
Finally, the area desired is 2 G D ⋅ H I = 2 3 2 − 4 and the probability is this area over the total area, which is 1 . Converting the number into the proper form, 2 3 2 − 4 = 2 9 − 2 and the answer is 9 + 2 + 2 = 1 3 .