Erica needs to recalculate the price of some merchandise. Headquarters told her to reduce the price to 82 percent. She entered the original amount in cell A12. What should the formula look like?

A. =A12 * 0.82
B. =82 * A12
C. =82 / A12
D. =A12 - 82

Answer :

To recalculate the price by reducing it to 82 percent of its original value, Erica needs to adjust the formula to account for only 82% of the original amount entered in cell A12. Here's how she can do it:

1. Understand the requirement: We need to find 82% of the original price. To do this mathematically, you multiply the original amount by 0.82 (since 82% expressed as a decimal is 0.82).

2. Construct the formula:

- Excel formula: The correct formula that Erica should use in Excel is `=A12 * 0.82`.

This formula will take the original price in cell A12 and multiply it by 0.82, effectively reducing it to 82% of its original value.

This approach is straightforward and ensures that the reduced price is calculated correctly.