Maths Olympiad Prep

Library / /1 of 30

Geometry Difficulty 5.1 AIME, harder Find the answer

The point PP is inside of an equilateral triangle with side length 1010 so that the distance from PP to two of the sides are 11 and 33. Find the distance from PP to the third side.

A number or a short expression. Spacing and $ signs are ignored.

Solution

Given an equilateral triangle with side length 1010 and a point PP inside the triangle, we are required to find the distance from PP to the third side, knowing the distances from PP to the other two sides are 11 and 33.

First, recall the area formula of a triangle in terms of its base and corresponding height:

Area=12×base×height. \text{Area} = \frac{1}{2} \times \text{base} \times \text{height}.

The area of an equilateral triangle with side length ss is given by:

Area=34s2. \text{Area} = \frac{\sqrt{3}}{4} s^2.

For our equilateral triangle with side length 1010:

Area=34×102=253. \text{Area} = \frac{\sqrt{3}}{4} \times 10^2 = 25\sqrt{3}.

Consider point PP to have distances d1=1d_1 = 1 and d2=3d_2 = 3 from two sides of the triangle. Let d3d_3 be the distance from PP to the third side. The area of the triangle can also be expressed as the sum of the areas formed by dropping perpendiculars from PP to each of the three sides. Thus:

253=12×10×1+12×10×3+12×10×d3. 25\sqrt{3} = \frac{1}{2} \times 10 \times 1 + \frac{1}{2} \times 10 \times 3 + \frac{1}{2} \times 10 \times d_3.

Simplifying, we have:

253=5(1+3+d3). 25\sqrt{3} = 5(1 + 3 + d_3).

253=5(4+d3). 25\sqrt{3} = 5(4 + d_3).

Divide both sides by 5:

53=4+d3. 5\sqrt{3} = 4 + d_3.

Solving for d3d_3, we get:

d3=534. d_3 = 5\sqrt{3} - 4.

Therefore, the distance from PP to the third side is:

534. \boxed{5\sqrt{3} - 4}.

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: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.