Difficulty: Medium
Correct Answer: 36√5 : 100
Explanation:
Introduction / Context:
This problem connects properties of two special triangles: an isosceles triangle and an equilateral triangle. Both triangles share the same perimeter, but their side lengths and shapes differ. The aim is to compare their areas by forming a ratio. The question tests knowledge of triangle area formulas, handling of square roots, and careful algebraic manipulation while keeping track of the same perimeter condition.
Given Data / Assumptions:
Concept / Approach:
First, we express the area of the isosceles triangle using base and height. The equal sides and base are known in terms of x, so the height can be found via the Pythagoras theorem. Second, we write the area of the equilateral triangle using the standard formula (sqrt(3) / 4) * side^2. Both areas will be written fully in terms of x, allowing us to take their ratio. The variable x will cancel out, leaving a numeric ratio involving square roots. We then simplify this ratio to match the given options.
Step-by-Step Solution:
Let the isosceles triangle have equal sides 2x and base x.Perimeter = 2x + 2x + x = 5x.For the isosceles triangle, drop a perpendicular from the vertex opposite the base to the base, splitting the base x into two segments of length x / 2 each.Height h of the isosceles triangle satisfies h^2 + (x / 2)^2 = (2x)^2.So h^2 = 4x^2 - x^2 / 4 = (16x^2 - x^2) / 4 = 15x^2 / 4.Thus h = (x / 2) * sqrt(15).Area of isosceles triangle = (1 / 2) * base * height = (1 / 2) * x * (x / 2 * sqrt(15)) = (x^2 * sqrt(15)) / 4.For the equilateral triangle with the same perimeter, each side a = 5x / 3.Area of equilateral triangle = (sqrt(3) / 4) * a^2 = (sqrt(3) / 4) * (25x^2 / 9) = (25x^2 * sqrt(3)) / 36.Ratio of areas (isosceles : equilateral) = (x^2 * sqrt(15) / 4) : (25x^2 * sqrt(3) / 36).Cancel x^2 and simplify: = (sqrt(15) / 4) * (36 / (25 * sqrt(3))) = (36 * sqrt(15)) / (100 * sqrt(3)).Now sqrt(15) / sqrt(3) = sqrt(5), so the ratio becomes (36 * sqrt(5)) / 100.Thus ratio of areas = 36√5 : 100.
Verification / Alternative check:
We can choose a simple value, such as x = 1, and compute numerical areas. For x = 1, the isosceles triangle has sides 2, 2, and 1. Using the formula derived, area is approximately (1 * 3.873) / 4 ≈ 0.968. The equilateral triangle has sides 5/3 and area approximately (1.732 / 4) * (25 / 9) ≈ 1.201. Then the ratio 0.968 : 1.201 ≈ 0.806. The numeric value of 36√5 / 100 ≈ 36 * 2.236 / 100 ≈ 80.5 / 100 ≈ 0.805, which is essentially the same, confirming our algebraic work.
Why Other Options Are Wrong:
Options 30√5 : 100, 32√5 : 100, and 42√5 : 100 represent different numeric values that do not match the ratio derived via clean algebra. The option 9√5 : 25 looks related to the simplified form but is not the same as 36√5 : 100 when converted to a common base. Only 36√5 : 100 exactly matches the simplified ratio obtained from the correct area formulas.
Common Pitfalls:
Errors often occur while computing the height of the isosceles triangle or when squaring and simplifying fractions. Another typical mistake is to forget that both triangles must have the same perimeter, leading to incorrect side lengths for the equilateral triangle. Some students also cancel x incorrectly or mishandle the square roots when simplifying the final ratio. Careful stepwise manipulation and checking each algebraic step prevents these problems.
Final Answer:
The ratio of the area of the isosceles triangle to that of the equilateral triangle with the same perimeter is 36√5 : 100.
Discussion & Comments