Difficulty: Medium
Correct Answer: ₹ 1800
Explanation:
Introduction / Context:
This partnership problem combines changing capitals over time and the entry of a new partner. The profit split must respect the money–time products across the distinct periods of the year.
Given Data / Assumptions:
Concept / Approach:
Compute each partner’s weight = sum of (capital * months) over relevant periods. Then divide the profit proportionally. Finally, compute the excess of B’s share over C’s share.
Step-by-Step Solution:
A's weight = 16000*3 + 11000*3 + 11000*6 = 48000 + 33000 + 66000 = 147000.B's weight = 12000*3 + 17000*3 + 17000*6 = 36000 + 51000 + 102000 = 189000.C's weight = 21000*6 = 126000.Total weight = 147000 + 189000 + 126000 = 462000.Per-weight profit = 13200 / 462000 = 1/35.B's share = 189000 / 35 = ₹ 5400; C's share = 126000 / 35 = ₹ 3600.Difference = ₹ 5400 − ₹ 3600 = ₹ 1800.
Verification / Alternative check:
The weights reduce in the ratio 147 : 189 : 126 = 7 : 9 : 6. Total parts 22; profit per part = 13200/22 = 600. Then A = 7*600 = 4200, B = 9*600 = 5400, C = 6*600 = 3600; difference 1800, consistent.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
₹ 1800
Discussion & Comments