Difficulty: Easy
Correct Answer: ₹ 7000
Explanation:
Introduction / Context:This is a standard system-of-equations problem involving two denominations. We know the total number of notes and the total value, and we must determine the value tied to one denomination (₹50 notes).
Given Data / Assumptions:
Concept / Approach:Let x be the number of ₹100 notes and y be the number of ₹50 notes. Then x + y = 170 and 100x + 50y = 10000. Solve this linear system to find y and compute 50y.
Step-by-Step Solution:
x + y = 170 … (1)100x + 50y = 10000Divide value equation by 50: 2x + y = 200 … (2)(2) - (1): (2x + y) - (x + y) = 200 - 170 ⇒ x = 30Then y = 170 - 30 = 140Value in ₹50 notes = 50 * 140 = ₹7000Verification / Alternative check:
Value in ₹100 notes = 30 * 100 = ₹3000Total = 3000 + 7000 = ₹10000 (consistent)Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
₹ 7000
Discussion & Comments