Each item is on sale this week. the sale price is x percent off the retail price. you need to calculate the sale cell h5, calculate the sale price. copy the formula down the range h6:h10.
a. Using the formula: = retail price * (1 - x)
b. Using the formula: = retail price - (retail price * x)
c. Using the formula: = retail price - (retail price * (x / 100))
d. Using the formula: = retail price * (1 - (x / 100))