i$ =
Price of item in dollars or currency
d% =
Percent of discount
p$ =
Final price of item in dollars or currency after percent discount
Choose the number of decimals to show in your answer. This is also known as significant figures. Select an appropriate amount of significant figures based on the precision of the input numbers.
When calculating the final price of an item after a percent discount the application of the discount can be applied in two different but equal ways. In the first formula the percent discount is converted into the percent of the price that will be paid in the end. In the second formula we calculate the discount and subtract it from the price.
First consider the problem by calculating the percent that will be paid rather than the percent discount, 100% minus the discount percent.
p = i * (1-d/100)
Alternatively, find the amount of the discount and subtract it from the price.
p = i - i * (d/100)
To find the final price (p) after some percent discount (d) we need the input of some initial price (i).
An item is marked down for sale. If the initial price is $85 and the reduction is 15% what is the final price.
If an item listed at $85 is discounted at 15% that means 85% (100%-15%) of the price will be paid. The final price that will be paid is $72.25.
If a $20 item is listed as 25% off calculate the final price by calculating the dollars that will be saved and subtracting them from the initial price.
If a $20 item is listed at 25% off the savings will be $5, which makes the final price $15 ($20-$5).