A unit equilateral triangle △ A B C is centered in a circle with a radius of 3 . A point P is chosen randomly inside the circle, and the three lengths A P , B P , and C P are used as sides to form a new triangle △ D E F . If the probability that △ D E F is acute is b a , where a and b are co-prime positive integers, find a + b .
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.
3 small circles there are inside big circle here. But there is triangle with two circles inside big circle. Find it.
Log in to reply
Nice follow-up question! If we change the triangle's coordinates to ( 0 , 1 ) , ( k , 0 ) , and ( − k , 0 ) , so that we can adjust k to examine all isosceles triangles, we will find that the three circles can be expressed as x 2 + ( y + 1 ) 2 < 2 − 2 k 2 , ( x − 2 k ) 2 + ( y − 1 ) 2 < 4 k 2 , and ( x + 2 k ) 2 + ( y − 1 ) 2 < 4 k 2 . The first circle will disappear when 2 − 2 k 2 ≤ 0 , or when k ≥ 1 . In other words, there will only be two circles for a right isoceles triangle or for an obtuse isosceles triangle.
Simple example is triangle with lengths 3,4,5.
Problem Loading...
Note Loading...
Set Loading...
Center the equilateral triangle at the origin so its coordinates are A ( 0 , 3 3 ) , B ( 2 1 , − 6 3 ) , and C ( − 2 1 , − 6 3 ) . Let P have coordinates ( x , y ) .
By the distance formula, A P 2 = ( x − 3 3 ) 2 + y 2 , B P 2 = ( x + 2 1 ) 2 + ( y + 6 3 ) 2 , and C P 2 = ( x − 2 1 ) 2 + ( y + 6 3 ) 2 . To form an obtuse triangle, either A P 2 + B P 2 < C P 2 , A P 2 + C P 2 < B P 2 , or B P 2 + C P 2 < A P 2 , which leads to equations x 2 + ( y + 3 2 3 ) 2 < 1 , ( x − 1 ) 2 + ( y − 3 3 ) 2 < 1 , and ( x + 1 ) 2 + ( y − 3 3 ) 2 < 1 , which are three tangential unit circles.
The probability that the triangle formed is acute is therefore 9 π 9 π − π − π − π = 3 2 , so a = 2 , b = 3 , and a + b = 5 .