Difficulty: Medium
Correct Answer: 850
Explanation:
Introduction / Context:
This problem mixes a total-sum constraint with a ratio that applies after specific adjustments to each person’s count. The key is to convert the post-change ratio into equations for the original numbers and then use the overall total to solve for the scaling factor.
Given Data / Assumptions:
Concept / Approach:
Let the post-change numbers be 46t, 41t, and 34t. Then original numbers are Bharat = 46t + 30, Parat = 41t + 30, Marat = 34t + 25. The sum of originals equals 2505, which will determine t. Then compute Parat’s original figure.
Step-by-Step Solution:
(46t + 30) + (41t + 30) + (34t + 25) = 2505.121t + 85 = 2505 ⇒ 121t = 2420 ⇒ t = 20.Parat originally = 41t + 30 = 820 + 30 = 850.
Verification / Alternative check:
Originals: 46*20+30 = 950; 41*20+30 = 850; 34*20+25 = 705; total = 2505, consistent.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
850
Discussion & Comments