Final answer:
To find the length of the shortest altitude of a triangle with side lengths 15, 20, and 25, we can use the formula A = 1/2 * base * height, along with Heron's formula to calculate the area. The length of the shortest altitude is 20 units.
Step-by-step explanation:
To find the length of the shortest altitude of a triangle, we can use the formula A = 1/2 * base * height, where A is the area of the triangle and base is the length of the side the altitude is drawn from. In this case, we can choose any side as the base. Let's choose the side with length 15 as the base:
Area (A) = 1/2 * 15 * height
Area can also be calculated using Heron's formula:
Area = sqrt(s * (s - a) * (s - b) * (s - c)), where a, b, and c are the lengths of the sides of the triangle, and s is the semi-perimeter (s = (a + b + c) / 2).
Using the given side lengths (15, 20, 25) in Heron's formula, we have:
Area = sqrt((15+20+25)/2 * ((15+20+25)/2 - 15) * ((15+20+25)/2 - 20) * ((15+20+25)/2 - 25))
Calculating the area gives us:
Area = sqrt(30 * 15 * 10 * 5) = sqrt(22500) = 150 units squared
Now, we can solve for the height (the altitude):
150 = 1/2 * 15 * height
height = 150 / (1/2 * 15) = 150 / 7.5 = 20 units
Therefore, the length of the shortest altitude of the triangle is 20 units.