Difficulty: Medium
Correct Answer: 10 m
Explanation:
Introduction / Context:This is a 3D Pythagoras application. The floor diagonal gives √(l^2 + b^2); the space diagonal gives √(l^2 + b^2 + h^2). Using both, we can isolate the height h of the room.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
(10√2)^2 − (10)^2 = h^2200 − 100 = h^2 ⇒ h^2 = 100 ⇒ h = 10 m.Verification / Alternative check:
Plug back: space diagonal = √(10^2 + h^2) with floor diagonal 10 gives √(100 + 100) = √200 = 10√2, consistent.Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
10 m
Discussion & Comments