Question

Your manager asks you to calculate the sale price if the product is marked down 20 percent. You enter the original price in cell A2. What formula should you use?

Responses

=A2*80
=A2*80

=A2*.80
=A2*.80

=A2-.80
=A2-.80

=A2/80
=A2/80

Answers

GPT-4o mini
To calculate the sale price after a 20 percent markdown, you want to keep 80 percent of the original price. The correct formula to use is:

**=A2*0.80**

However, since the responses you provided show the same multiple choice answers, the closest correct response is:

**=A2*.80**

This formula will return the sale price after a 20 percent discount from the original price in cell A2.

Related Questions