Difficulty: Medium
Correct Answer: 360 sq metre
Explanation:
Introduction / Context:
First recover the rectangle’s dimensions, compute its diagonal, then evaluate the triangle area using base = diagonal and height = length.
Given Data / Assumptions:
Concept / Approach:
Solve for L and B, compute diagonal d = √(L^2 + B^2), then triangle area A = (1/2)*d*L.
Step-by-Step Solution:
Verification / Alternative check:
Dimensions satisfy perimeter 2(24 + 18) = 84.
Why Other Options Are Wrong:
380, 400 do not match the computed area; “360 metre” has wrong units for area.
Common Pitfalls:
Using 2(L+B) wrongly or forgetting to halve for triangle area.
Final Answer:
360 sq metre.
Discussion & Comments