Difficulty: Hard
Correct Answer: ₹258
Explanation:
Introduction / Context:This question tests area calculation of intersecting strips (roads) inside a rectangle and then converts area into cost. When two roads cross at the center, simply adding their areas double-counts the overlap region. The correct approach is: area of road along length + area of road along breadth - overlapping area. Then multiply by the gravelling rate, converting paise to rupees properly.
Given Data / Assumptions:
Concept / Approach:Area of strip = (length of strip) * (width). Total road area = A1 + A2 - overlap. Cost = total area * rate.
Step-by-Step Solution:
Step 1: Area of road parallel to length = 55 * 4 = 220 sq m Step 2: Area of road parallel to breadth = 35 * 4 = 140 sq m Step 3: Overlap area counted twice = 4 * 4 = 16 sq m Step 4: Total road area = 220 + 140 - 16 = 344 sq m Step 5: Cost = 344 * 0.75 = ₹258Verification / Alternative check:The combined road area must be less than 220 + 140 = 360 because the 16 sq m overlap should be removed once. 344 fits this logic. Multiplying 344 by ₹0.75 gives ₹258 exactly, which is consistent with a simple three-quarters multiplication.
Why Other Options Are Wrong:
₹158 or ₹58: imply much smaller road areas and usually come from forgetting one road or wrong rate conversion. ₹358: often comes from forgetting to subtract the 16 sq m overlap. ₹278: does not match any correct road area at ₹0.75 per sq m.Common Pitfalls:Common mistakes include adding areas without subtracting overlap, or using 75 as rupees instead of paise (₹75) which inflates the cost massively. Another pitfall is using 55 + 35 as length for a single road, which is conceptually wrong because there are two separate strips.
Final Answer:₹258
Discussion & Comments