Difficulty: Medium
Correct Answer: 98
Explanation:
Introduction / Context:
Joining midpoints of a square creates a new square whose area is exactly half of the original. An inscribed circle in the inner square relates its area to the inner square’s area through the radius being half the side of that square.
Given Data / Assumptions:
Concept / Approach:
From circle area = (π/4) * area(EFGH), recover area(EFGH). Then double it to find area(ABCD). Use π = 22/7 as is standard for aptitude arithmetic with 38.5.
Step-by-Step Solution:
Verification / Alternative check:
Working backwards: area(EFGH) = 49; inscribed circle area = (π/4)*49 = 38.5 with π = 22/7, consistent.
Why Other Options Are Wrong:
196, 122.5, 171.5, 84 do not satisfy the (π/4) scaling and the 1/2 area relation between ABCD and EFGH.
Common Pitfalls:
Using diagonal/2 instead of side/2 for circle radius, or forgetting the 1/2 area relationship between the two squares.
Final Answer:
98
Discussion & Comments