Point in an Isosceles Triangle

Triangle A B C ABC is isosceles with a right angle at A A . A point is chosen uniformly at random inside the triangle. Let p p be the probability that the point is closer to the point A A than it is to B B or C C , and it is closer to side B C BC than it is to side A B AB or A C AC . p p can be expressed as a b c \sqrt{\frac{a}{b}} - c , where a a and b b are coprime positive integers and c c is a positive integer. What is the value of a + b + c a + b + c ?

Details and assumptions

It follows from the conditions that A B = A C AB = AC .


The answer is 13.

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.

2 solutions

Daniel Chiu
Dec 30, 2013

Refer to this diagram while reading my solution. alt text alt text Let D D , E E , and F F be the midpoints of B C \overline{BC} , A B \overline{AB} , and C A \overline{CA} , respectively. Let H H be the intersection of the angle bisector of B \angle B and D E \overline{DE} , and let I I be the intersection of the angle bisector of C \angle C and D F \overline{DF} . Let G G be the intersection of the two angle bisectors.

First, let us find the area where the point is closer to A A than B B or C C . If the point is closer to A A , it must lie on the same side of the perpendicular bisector of A B \overline{AB} , which is E D \overline{ED} , as A A . It must also lie on the same side of the perpendicular bisector of A C \overline{AC} , which is F D \overline{FD} , as A A . This area is a square, A E D F AEDF .

Next, let us find the area where the point is closer to B C \overline{BC} than A B \overline{AB} or A C \overline{AC} . The point must lie on the same side of the angle bisector of B \angle B , which is B G \overline{BG} , as C C , and must lie on the same side of the angle bisector of C \angle C , which is C G \overline{CG} , as B B . This area is a triangle, B G C \triangle BGC .

The intersection of these two areas is the successful area. This intersection is a kite, G H D I GHDI . The area can be expressed as H I G D 2 \frac{HI\cdot GD}{2} .

WLOG, let C D = 1 CD=1 , so A C = 2 AC=\sqrt{2} . Now, let us find G D GD . By the angle bisector theorem on A C D \triangle ACD , A C C D = A G G D A G = G D 2 \dfrac{AC}{CD}=\dfrac{AG}{GD}\implies AG=GD\sqrt{2} Since A G + G D = 1 AG+GD=1 , we can solve for G D GD , which is 1 2 + 1 = 2 1 \frac{1}{\sqrt{2}+1}=\sqrt{2}-1 . To find H I HI , we see that H I = H D 2 HI=HD\sqrt{2} . By the angle bisector theorem on E B D \triangle EBD , E B B D = E H H D H D = E H 2 \dfrac{EB}{BD}=\dfrac{EH}{HD}\implies HD=EH\sqrt{2} Since E H + H D = 1 2 EH+HD=\dfrac{1}{\sqrt{2}} , we can solve to get H D = G D = 2 1 HD=GD=\sqrt{2}-1 (this can also be found using similar triangles). Then, H I = H D 2 = 2 2 HI=HD\sqrt{2}=2-\sqrt{2} .

Finally, the area desired is G D H I 2 = 3 2 4 2 \dfrac{GD\cdot HI}{2}=\dfrac{3\sqrt{2}-4}{2} and the probability is this area over the total area, which is 1 1 . Converting the number into the proper form, 3 2 4 2 = 9 2 2 \dfrac{3\sqrt{2}-4}{2}=\sqrt{\dfrac{9}{2}}-2 and the answer is 9 + 2 + 2 = 13 9+2+2=\boxed{13} .

Great

RAGHU RAM - 7 years, 5 months ago

Great solution! Solved this the exact same way.

Xuming Liang - 7 years, 5 months ago

Log in to reply

I used coordinate system to find the point G

and got the answer as 1/(4+3sqrt2)

Priyanka Banerjee - 7 years, 5 months ago

How do you make draw in your solution? :D

pebrudal zanu - 7 years, 5 months ago

Log in to reply

I actually took a while to find this I think there should be a search feature.

Daniel Chiu - 7 years, 5 months ago

Log in to reply

Thank you I am understand....

pebrudal zanu - 7 years, 5 months ago

Great solution! I solved it using Coordinate geometry and was wondering if there is an alternative solution, thank you for sharing this. :)

Pranav Arora - 7 years, 5 months ago

Nice solution. Here is how I calculated. Let A B = A C = 2 AB=AC=2 . Let r r be the inradius of A B C ABC . Then G D = r = 1 2 ( A B + A C B C ) = 2 2 GD = r= \frac{1}{2}(AB+AC-BC) = 2-\sqrt{2} . So [ D I G ] [ A D F ] = [ D G ] [ A D ] [ D I ] [ D F ] = [ D G ] [ A D ] [ D C ] [ D C ] + [ C F ] = r 2 + 1 = 3 2 4 \frac{[DIG]}{[ADF]} = \frac{[DG]}{[AD]}\cdot\frac{[DI]}{[DF]}=\frac{[DG]}{[AD]}\cdot\frac{[DC]}{[DC]+[CF]} = \frac{r}{\sqrt{2}+1} = 3\sqrt{2}-4

and

p = [ D I G H ] [ A B C ] = [ D I G H ] 2 [ A E D F ] = [ D I G ] 2 [ A D F ] = 1 2 ( 3 2 4 ) . p = \frac{[DIGH]}{[ABC]} = \frac{[DIGH]}{2[AEDF]} = \frac{[DIG]}{2[ADF]} = \frac{1}{2}(3\sqrt{2}-4).

George G - 7 years, 5 months ago

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

Taehyung Kim - 7 years, 4 months ago

Nice solution; anybody else just brute force with cosine rule and 1 2 a b sin C \frac {1}{2}ab\sin \ C ?

Daniel Remo - 7 years, 3 months ago
Pebrudal Zanu
Dec 30, 2013

W.L.O.G A = ( 2 , 2 ) A=(2,2) , B = ( 0 , 0 ) B=(0,0) , and ( C = 4 , 0 ) (C=4,0)

Supposse that P ( x , y ) P(x,y) closer to the point A A than B B or C C

P A P B PA \leq PB and P A P C PA \leq PC

From P A P B PA \leq PB ( x 2 ) 2 + ( y 2 ) 2 x 2 + y 2 , x + y 2 (x-2)^2+(y-2)^2 \leq x^2+y^2, \rightarrow x+y \geq 2 ,

From P A P C PA \leq PC

( x 2 ) 2 + ( y 2 ) 2 ( x 4 ) 2 + y 2 , x y 2 (x-2)^2+(y-2)^2 \leq (x-4)^2+y^2, \rightarrow x-y \leq 2 ,

From my drawing in here

Suppose that R ( x 1 , y 1 ) R(x_1,y_1) in line x + y = 2 x+y=2

Distance R to segmen AB \geq Distance R to segmen BC

( 2 y 1 ) y 1 2 y 1 (2-y_1)-y_1 \geq \sqrt{2} y_1

y 1 2 2 y_1 \leq 2-\sqrt{2} , so x 1 2 x_1 \geq \sqrt{2}

Suppose T ( x 2 , y 2 ) T(x_2,y_2)

Distance T to segmen AB \geq Distance T to segmen BC

and we get x 2 4 2 x_2 \leq 4-\sqrt{2}

Suppose that S ( x 3 , y 3 ) S(x_3,y_3) and we get:

Distance S to segmen AB \geq Distance S to segmen BC

x 3 y 3 2 y 3 x_3-y_3 \geq \sqrt{2} y_3

y 3 = 2 2 2 y_3=2\sqrt{2}-2

So, probability are P A = [ Q R S T ] [ A B C ] = ( 2 2 2 ) ( 4 2 2 ) 2 4 = 9 2 2 \displaystyle PA=\frac{[QRST]}{[ABC]}=\frac{\frac{(2\sqrt{2}-2)(4-2\sqrt{2})}{2}}{4}=\sqrt{\frac{9}{2}}-2

So, a + b + c = 9 + 2 + 2 = 13 a+b+c=9+2+2=13

Test

![alt text] (http://s29.postimg.org/3zocxn32f/bri.png)

pebrudal zanu - 7 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...