Difficulty: Medium
Correct Answer: 10%
Explanation:
Introduction / Context:
The story encodes the discounted bundle price. We compare the cost of 12 chairs at the discounted rate with the baseline 10-chair spend at list price. The statement “two extra chairs cost ₹ 80 each” at the discounted rate lets us compute the total discounted price for 12 and thereby the per-chair discounted price, which yields the discount percentage.
Given Data / Assumptions:
Concept / Approach:
Discounted total for 12 = ₹ 2000 + 2 * ₹ 80 = ₹ 2160. Discounted per-chair price = 2160 / 12 = ₹ 180. Discount% = (200 − 180) / 200 * 100.
Step-by-Step Solution:
Discounted total for 12 = 2000 + 160 = ₹ 2160Discounted unit price = 2160 / 12 = ₹ 180Discount% = (200 − 180) / 200 * 100 = 10%
Verification / Alternative check:
At 10% discount, unit = ₹ 180 ⇒ 12 chairs = ₹ 2160. Compared with ₹ 2000 for 10, the extra two cost ₹ 160 total ⇒ ₹ 80 each, matching the description.
Why Other Options Are Wrong:
6%, 8%, 12%, 15% do not reconcile the ₹ 2160 total with the stated “₹ 80 each” effect for the extra two chairs.
Common Pitfalls:
Assuming the extra two are literally free; the statement encodes an equivalent comparison, not literal free items.
Final Answer:
10%
Discussion & Comments