Difficulty: Easy
Correct Answer: 21 m
Explanation:
Introduction / Context:This is a classic two right-triangles setup sharing the same ladder length and foot position. Horizontal reaches to each wall add to the street width.
Given Data / Assumptions:
Concept / Approach:For each side, horizontal distance to the wall is the base of a right triangle with hypotenuse 15 and vertical leg equal to the window height. Sum the two bases to get the street width.
Step-by-Step Solution:
Side 1: x^2 + 9^2 = 15^2 ⇒ x = √(225 − 81) = √144 = 12 mSide 2: y^2 + 12^2 = 15^2 ⇒ y = √(225 − 144) = √81 = 9 mWidth = x + y = 12 + 9 = 21 mVerification / Alternative check:Both bases are positive and consistent with the Pythagorean theorem; the same hypotenuse is used in each orientation.
Why Other Options Are Wrong:30 m or 31 m double-count or miscompute the square roots; 12 m is just one side’s base.
Common Pitfalls:Using 9 + 12 under the square root; forgetting to add bases from both walls.
Final Answer:21 m
Discussion & Comments