How to calculate discounted price?

To find discount divide initial price to 100. Then multiply it with the the discount percentage. This will be the discount.

To find out the price after discount subtract discount from the initial price.

Let's say the initial price is $1000, and the discount percentage is 15%. Then the discount is (1000 / 100) * 15, which is $150. And then the discounted price is $1000 - $150, which is $850.