Difficulty: Easy
Correct Answer: 378
Explanation:
Introduction / Context:This problem combines inner rectangle dimensions after margins with unit rate multiplication for cost.
Given Data / Assumptions:
Concept / Approach:Inner mat dimensions subtract twice the margin from each side. Area = length * breadth. Cost = area * rate.
Step-by-Step Solution:
Inner length = 15 - 2*1.5 = 12 ftInner breadth = 12 - 2*1.5 = 9 ftArea = 12 * 9 = 108 sq ftCost = 108 * 3.5 = Rs 378Verification / Alternative check:3.5 * 100 = 350; 3.5 * 8 = 28; total 378. Correct.
Why Other Options Are Wrong:472.5, 496, 630, 315 do not match the exact computation 108 * 3.5.
Common Pitfalls:Subtracting margin only once, or applying it to area directly rather than dimensions first.
Final Answer:378
Discussion & Comments