Difficulty: Easy
Correct Answer: 12.8 metres
Explanation:
Introduction / Context:The longest straight object that can fit inside a rectangle lies along its diagonal. Therefore, the maximum pole length equals the rectangle's diagonal obtained by the Pythagorean theorem using the side lengths as perpendicular legs.
Given Data / Assumptions:
Concept / Approach:For a rectangle with sides a and b, the diagonal d satisfies d^2 = a^2 + b^2. Compute the square root of the sum of squares to find d. This geometric maximum is independent of object orientation as any longer orientation would exceed the rectangle's bounds.
Step-by-Step Solution:
Compute squares: 10^2 = 100; 8^2 = 64.Sum: 100 + 64 = 164.Diagonal: d = √164 ≈ 12.806… m ≈ 12.8 m to one decimal place.Verification / Alternative check:
Compare alternatives: 12 m is too short (12^2 = 144 < 164); 13.4 m is too long (13.4^2 = 179.56 > 164).Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:12.8 metres.
Discussion & Comments