Difficulty: Easy
Correct Answer: ₹ 2400
Explanation:
Introduction / Context:
This problem tests chained-ratio division of a fixed sum of money. We are given two compatible ratios that share a common term (B), and we must use them together to determine each person’s share, especially B’s amount.
Given Data / Assumptions:
Concept / Approach:
Let A = 2x and B = 3x from the first ratio. Also let B = 4y and C = 5y from the second ratio. Since B is common, equate 3x = 4y to connect the two parameterizations. Use the total sum to solve for x (or y), then compute B.
Step-by-Step Solution:
From 3x = 4y ⇒ y = 3x/4.A + B + C = 2x + 3x + 5y = 5x + 5y.Substitute y: total = 5x + 5*(3x/4) = 5x + 15x/4 = 35x/4.35x/4 = 7000 ⇒ x = 800.B = 3x = 2400.
Verification / Alternative check:
Compute all shares: A = 1600, B = 2400, C = 3000 (since y = 600 and C = 5y = 3000). The ratios 2 : 3 and 4 : 5 are satisfied and the sum is 7000.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
₹ 2400
Discussion & Comments