Study Notes on Discount Calculation
Mathematical Problem: Discount Calculation
Problem Statement
- Question: A discount of 25% on a R80 item yields what sale price?
Given Data
- Original Price (P): R80
- Discount Rate (d): 25%
- Formula for Sale Price (SP):
SP=P−(P×100d)
- Substituting the values into the formula:
- Calculate the discount amount:
- Discount=P×100d
- Discount=80×10025=80×0.25=20
- Calculate the sale price:
- SP=P−Discount
- SP=80−20=60
Result
Conclusion
- Thus, the sale price after applying a 25% discount on a R80 item results in R60.
Incorrect Options (for reference)
- R105 (incorrect)
- R45 (incorrect)
- R55 (incorrect)
Verification
- The calculation has been verified step by step to ensure accuracy.
- The correct answer is R60.