Difficulty: Medium
Correct Answer: 124
Explanation:
Introduction / Context:Mixed-coin problems are standard linear equation applications. Here, two denominations add to a known count and a known total value. The goal is to solve for the number of higher-value coins.
Given Data / Assumptions:
Concept / Approach:Let x be the count of 25p coins and y be the count of 20p coins. Translate the two constraints—total pieces and total value—into equations, then solve.
Step-by-Step Solution:
x + y = 324.25x + 20y = 7100.Substitute y = 324 − x into the value equation: 25x + 20(324 − x) = 7100.25x + 6480 − 20x = 7100 ⇒ 5x = 620 ⇒ x = 124.Therefore, the number of 25 paise coins is 124.Verification / Alternative check:Then y = 324 − 124 = 200 coins of 20p. Value check: 12425 + 20020 = 3100 + 4000 = 7100 paise (Rs. 71). Correct.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting to convert rupees to paise, or mixing x and y when substituting back into equations.
Final Answer:124
Discussion & Comments