42.0k views
3 votes
Assume a mats price from the start is "X" USD. Write an expression for what the mat would cost after being reduced by P % (unknown amount of percentage)

User Latvian
by
4.3k points

1 Answer

5 votes

Answer:

Explanation:


cost \ price = X\\Deduction = P \%\\Deduction \ Price = P \% of X = (P)/(100) * X = (XP)/(100) \\\\Cost \ price \ after \ deduction = X -(XP)/(100)

OR SIMPLIFY FURTHER


X - (XP)/(100) = X( 1 - (P)/(100) )

User Joshua Burgner
by
3.7k points