Instructions:
The table contains prices and discounts for selected discounted products in the store. Add missing original prices in $, discounts in %, discounts in $, discounted prices in $.
Example
I. | II. | III. | IV. | V. | VI. | |
original price in $ | 100 | 700 | 400 | |||
---|---|---|---|---|---|---|
discount in % | 60 | 10 | 60 | |||
dicsount in $ | 490 | 20 | 140 | |||
price after discount in $ | 200 | 40 | 60 |
Solution
I. | II. | III. | IV. | V. | VI. | |
original price in $ | 100 | 700 | 400 | 200 | 100 | 200 |
---|---|---|---|---|---|---|
discount in % | 60 | 70 | 50 | 10 | 60 | 70 |
dicsount in $ | 60 | 490 | 200 | 20 | 60 | 140 |
price after discount in $ | 40 | 210 | 200 | 180 | 40 | 60 |