Difficulty: Easy
Correct Answer: 4
Explanation:
Introduction / Context:
An application of unitary method under discounting. First compute the discounted price for 12 pairs, then derive the price per pair, and finally calculate how many pairs fit in the given budget of ₹24.
Given Data / Assumptions:
Concept / Approach:
Price per pair at discount = total discounted price / 12. Then pairs purchasable = 24 / (price per pair). Use exact division to avoid rounding errors here.
Step-by-Step Solution:
Verification / Alternative check:
Cost of 4 pairs at this rate = 4*6 = ₹24, exactly the budget.
Why Other Options Are Wrong:
5, 3, 6, 2 are inconsistent with the computed per-pair cost after discount.
Common Pitfalls:
Applying discount to the per-pair price without first getting the total discounted amount correctly.
Final Answer:
4
Discussion & Comments