Difficulty: Medium
Correct Answer: 264
Explanation:
Introduction / Context: When coin counts are in a ratio but denominations differ, compute total value in a single unit (paise) and express counts as multiples of a common variable. This yields a single linear equation in that variable.
Given Data / Assumptions:
Concept / Approach: Let counts be 8x, 9x, and 11x. Total value V = 100*(8x) + 50*(9x) + 25*(11x). Set V = 36,600 and solve for x to get the 25p coin count = 11x.
Step-by-Step Solution:
V = 800x + 450x + 275x = 1,525x.1,525x = 36,600 ⇒ x = 36,600 / 1,525 = 24.25p coins = 11x = 11 * 24 = 264.Verification / Alternative check: Value check: 100*192 + 50*216 + 25*264 = 19,200 + 10,800 + 6,600 = 36,600 paise = ₹ 366.
Why Other Options Are Wrong: 364, 241, 245, 220 would produce incorrect totals and violate the 8 : 9 : 11 count ratio when verified.
Common Pitfalls: Mixing number ratio with value ratio or forgetting to convert rupees to paise before forming the equation.
Final Answer: 264
Discussion & Comments