Question

How do I calculate the amount of discount I got if I'm not given the original price

Answers

GPT 3.5
If you are not given the original price, you cannot calculate the exact amount of discount you received. However, you can calculate the percentage discount by dividing the amount saved by the final price and then multiplying by 100.

Discount percentage = (Amount saved / Final Price) * 100

For example, if you bought an item for $80 and received a $20 discount, you can calculate the discount percentage as follows:

Discount percentage = ($20 / $80) * 100
Discount percentage = 0.25 * 100
Discount percentage = 25%

So in this case, you received a 25% discount on the item.

Related Questions