Introduction
In many shopping problems, a product is sold at a discount, and then another discount is applied to the reduced price. These are called successive discounts.
Students often mistakenly add the discounts directly, but the correct method involves applying each discount one after the other or using the net discount formula.
Pattern: Successive Discounts
Pattern
When two discounts x% and y% are applied successively, the net discount is:
Net Discount = x + y - (x·y / 100)
Alternatively, you can apply them step by step: reduce the price by the first discount, then apply the second discount on the reduced price.
Step-by-Step Example
Question
A shirt is marked at ₹500. It is sold with successive discounts of 20% and 10%. Find the selling price.
Options:
- A. ₹350
- B. ₹360
- C. ₹380
- D. ₹400
Solution
-
Step 1: Apply the first discount
Apply the first discount of 20% → Price after 1st discount = 500 × (80/100) = ₹400. -
Step 2: Apply the second discount
Apply the second discount of 10% → Price after 2nd discount = 400 × (90/100) = ₹360. -
Step 3: Use the formula method
Net discount = 20 + 10 - (20×10)/100 = 28%. Final price = 500 × (72/100) = ₹360 (same result). -
Final Answer:
₹360 → Option B -
Quick Check:
Net discount 28% → 28% of 500 = 140 → 500 - 140 = 360 ✅
Quick Variations
- 1. 3 successive discounts x%, y%, z% → Net = x + y + z - (xy + yz + zx)/100 + (xyz)/10000
- 2. Successive discounts work like successive percentage decrease problems.
Trick to Always Use
- Use the formula x + y - (x·y / 100) to save time in exams.
- For 3 or more discounts, extend the formula carefully.
- Always confirm with a quick check using the net discount percentage.
Summary
Summary
- Successive discounts must be applied sequentially, not added directly.
- The second discount always applies on the reduced price.
- Use the formula Net Discount = x + y - (x·y/100) to simplify calculations.
- Cross-check using the net percentage to avoid mistakes.
Example to remember:
₹500 with discounts of 20% and 10% → Final Price = ₹360.
