Sign In
Round the given decimal number to the nearest 0.0001.
B
We want to match the given decimal number with its closest approximation written as the product of a single digit and a power of 10.
Given Decimal
0.000618 [0.8em]
Approximations
A. 8* 10^8 B. 6* 10^(- 4) C. 7* 10^(- 4) D. 7* 10^9
| Choice | Approximation | Number |
|---|---|---|
| A. | 8* 10^8 | 800 000 000 |
| B. | 6* 10^(- 4) | 0.0006 |
| C. | 7* 10^(- 4) | 0.0007 |
| D. | 7* 10^9 | 7 000 000 000 |
We can see that the closest approximation to the decimal number is choice B.
We found that the approximation is equivalent to 6 * 10^(-4). This is the same as option B!