Difficulty: Easy
Correct Answer: 18
Explanation:
Introduction / Context:Relate triangle areas via A = (1/2) * base * height. If the second triangle has double the area of the first, scale accordingly.
Given Data / Assumptions:
Concept / Approach:height₂ = 2*A₂ / base₂ (rearranging A₂ = (1/2) * base₂ * height₂).
Step-by-Step Solution:
height₂ = (2*180)/20 = 360/20 = 18 cm.Verification / Alternative check:Check: (1/2)*20*18 = 180 cm², which is twice 90.
Why Other Options Are Wrong:16, 17, 20 do not satisfy the area condition with base 20 cm.
Common Pitfalls:Forgetting the 1/2 factor when solving for height.
Final Answer:18.
Discussion & Comments