Maths Olympiad Prep

Library / /231 of 520

Geometry Difficulty 6.8 National olympiad Find the answer

Let ABCABC be an isosceles triangle with AB=AC=4AB = AC = 4 and BC=5BC = 5. Two circles centered at BB and CC each have radius 22, and the line through the midpoint of BC\overline{BC} perpendicular to AC\overline{AC} intersects the two circles in four different points. If the greatest possible distance between any two of those four points can be expressed as a+bcd\frac{\sqrt{a}+b\sqrt{c}}{d} for positive integers aa, bb, cc, and dd with gcd(b,d)=1(b, d) = 1 and aa and cc each not divisible by the square of any prime, find a+b+c+da + b + c + d.

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

1. **Identify the coordinates of points B B and C C :**
- Since ABC \triangle ABC is isosceles with AB=AC=4 AB = AC = 4 and BC=5 BC = 5 , we can place B B and C C symmetrically about the y-axis.
- Let B=(52,0) B = (-\frac{5}{2}, 0) and C=(52,0) C = (\frac{5}{2}, 0) .

2. **Find the coordinates of point A A :**
- Since AB=AC=4 AB = AC = 4 , we use the distance formula:
AB=(x+52)2+y2=4 AB = \sqrt{\left(x + \frac{5}{2}\right)^2 + y^2} = 4
AC=(x52)2+y2=4 AC = \sqrt{\left(x - \frac{5}{2}\right)^2 + y^2} = 4
- Solving these equations, we find A=(0,39/2) A = (0, \sqrt{39}/2) .

3. **Determine the midpoint M M of BC \overline{BC} :**
- The midpoint M M is:
M=(0,0) M = \left(0, 0\right)

4. **Find the equation of the line through M M perpendicular to AC \overline{AC} :**
- The slope of AC \overline{AC} is:
slope of AC=39/20052=395 \text{slope of } \overline{AC} = \frac{\sqrt{39}/2 - 0}{0 - \frac{5}{2}} = -\frac{\sqrt{39}}{5}
- The slope of the perpendicular line is:
slope of perpendicular line=539 \text{slope of perpendicular line} = \frac{5}{\sqrt{39}}
- The equation of the line through M M is:
y=539x y = \frac{5}{\sqrt{39}} x

5. **Find the points of intersection of this line with the circles centered at B B and C C :**
- The equation of the circle centered at B B with radius 2 is:
(x+52)2+y2=4 \left(x + \frac{5}{2}\right)^2 + y^2 = 4
- Substituting y=539x y = \frac{5}{\sqrt{39}} x into the circle's equation:
(x+52)2+(539x)2=4 \left(x + \frac{5}{2}\right)^2 + \left(\frac{5}{\sqrt{39}} x\right)^2 = 4
(x+52)2+2539x2=4 \left(x + \frac{5}{2}\right)^2 + \frac{25}{39} x^2 = 4
- Solving this quadratic equation for x x , we find the x-coordinates of the intersection points. Similarly, we solve for the circle centered at C C .

6. Calculate the greatest possible distance between any two of the four points:
- The points of intersection are symmetric about the y-axis. The greatest distance will be between the points on opposite sides of the circles.
- Using the distance formula, we find the distance between the farthest points.

7. **Express the distance in the form a+bcd\frac{\sqrt{a} + b\sqrt{c}}{d}:**
- After solving, we find the distance to be:
399+5398 \frac{\sqrt{399} + 5\sqrt{39}}{8}

8. **Sum the values of a,b,c, a, b, c, and d d :**
- Here, a=399 a = 399 , b=5 b = 5 , c=39 c = 39 , and d=8 d = 8 .
- Therefore, a+b+c+d=399+5+39+8=451 a + b + c + d = 399 + 5 + 39 + 8 = 451 .

The final answer is 451 \boxed{451} .

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.