Difficulty: Medium
Correct Answer: 150
Explanation:
Introduction / Context:
Here the ratio governs counts, not values. You must convert each coin’s count into its rupee value, sum them, equate to the given total, and solve for the common count factor. Finally extract the number of 5p coins from the ratio.
Given Data / Assumptions:
Concept / Approach:
Let counts be x, 2x, 3x. Convert paise to rupees: 25p = 0.25, 10p = 0.10, 5p = 0.05. The total value equation is 0.25x + 0.10(2x) + 0.05(3x) = 30. Solve for x, then compute 3x (the number of 5p coins).
Step-by-Step Solution:
Total value = 0.25x + 0.20x + 0.15x = 0.60x.0.60x = 30 ⇒ x = 50.Number of 5p coins = 3x = 150.
Verification / Alternative check:
Values: 25p coins ⇒ 50 * 0.25 = Rs. 12.50; 10p coins ⇒ 100 * 0.10 = Rs. 10; 5p coins ⇒ 150 * 0.05 = Rs. 7.50; total = Rs. 30.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
150
Discussion & Comments