Difficulty: Medium
Correct Answer: 288 m
Explanation:
Introduction / Context:
This is a scale-factor problem: area fixes k^2 when sides are in a given ratio. After computing k, sides follow, and the perimeter is twice the sum. Carry exact integers to avoid rounding in the final perimeter value.
Given Data / Assumptions:
Concept / Approach:
Solve 14k^2 = 3584 ⇒ k^2 = 256 ⇒ k = 16. Then compute sides and the perimeter. All numbers are integral, giving an exact perimeter.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
288 m.
Discussion & Comments