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 $ | 900 | 100 | 400 | |||
---|---|---|---|---|---|---|
discount in % | 70 | 10 | 60 | |||
dicsount in $ | 70 | 100 | 120 | |||
price after discount in $ | 360 | 360 | 80 |
Solution
I. | II. | III. | IV. | V. | VI. | |
original price in $ | 900 | 100 | 400 | 1000 | 900 | 200 |
---|---|---|---|---|---|---|
discount in % | 70 | 70 | 10 | 10 | 60 | 60 |
dicsount in $ | 630 | 70 | 40 | 100 | 540 | 120 |
price after discount in $ | 270 | 30 | 360 | 900 | 360 | 80 |