To make a profit, the prices of the items sold in a furniture store are marked up pieces each item is put on a sale at a discount of 10% Design an algorithm to find the selling price of an item sold at the furniture store. What information do you need find the selling price

1 answer

P = Po - 0.1Po
P = selling price.
Po = initial price.