Discount & Marked Price
Marked price (MP, the listed price) minus discount gives the selling price. Discount% is on MP, not on CP. A single discount of d% multiplies MP by (1 - d/100). Two successive discounts multiply: SP = MP(1 - d1/100)(1 - d2/100); they are equivalent to a single discount of d1 + d2 - (d1 d2)/100. A common SSC layer is mark-up then discount: SP = CP(1 + markup%)(1 - discount%).
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Percentage
| x% of N | (x/100) x N |
|---|---|
| Percentage change | (New - Old) / Old x 100% |
| Increase by x% | multiply by (1 + x/100) |
| Decrease by x% | multiply by (1 - x/100) |
Profit, loss & discount
| Profit % | (SP - CP) / CP x 100% |
|---|---|
| Loss % | (CP - SP) / CP x 100% |
| SP from profit% | SP = CP x (1 + profit%/100) |
| Discount % | (MP - SP) / MP x 100% |
| Two successive discounts | MP x (1 - d1/100) x (1 - d2/100) |