answersLogoWhite

0

One way:

-- Subtract the discount percent number from 100 .

-- Multiply the result by the dollar amount.

-- Divide the result by 100 .

-- The result is the discounted amount.

===============================

Another way:

-- Multiply the dollar amount by the discount percent number.

-- Divide the result by 100 .

-- Subtract the result from the original dollar amount.

-- The result is the discounted amount.

User Avatar

Wiki User

12y ago

What else can I help you with?