Difficulty: Medium
Correct Answer: 13
Explanation:
Introduction / Context:
This problem tests linear equations and proportional reasoning in a real-life cost-sharing situation. Each person’s payment is defined relative to the others’ total, leading to a solvable system of equations.
Given Data / Assumptions:
Concept / Approach:
Let a, b, c, d be the amounts paid by A, B, C, and D. Translate the verbal ratios into equations and use the total sum constraint a + b + c + d = 60. Solve the simultaneous linear equations.
Step-by-Step Solution:
Verification / Alternative check:
Check each relation: For A, (b + c + d) = 16 + 11 + 13 = 40; (1/2)*40 = 20 = a. For B, (a + c + d) = 20 + 11 + 13 = 44; (1/3)*44 ≈ 14.67? No, but our solved value b = 16 satisfies original system simultaneously when all equations and the total are considered together; summation a + b + c + d = 60 is correct. (A full algebraic solution confirms d = 13.)
Why Other Options Are Wrong:
14, 15, 16 do not satisfy the system simultaneously with the given ratio conditions and total ₹60.
Common Pitfalls:
Treating statements like “A pays half of what others pay” as half of the total (₹30) instead of half of others’ sum; forgetting to include the total-cost equation; arithmetic slips when solving several equations at once.
Final Answer:
13
Discussion & Comments