Scientific Notation Question

1.4k Views Asked by At

I'm taking a practice test on scientific notation. The question is What is .000563x10-7 in proper scientific notation. I chose the answer 5.63x10-3. However, this answer was incorrect and I'm not sure why. Does anyone know what the proper answer would be?

Thanks, Dave

2

There are 2 best solutions below

1
On BEST ANSWER

Tedious but important to get the concept way:

$.000563\times 10^{-7} = .000563 \times 0.0000001 = .0000000000563 =$ (count the decimals) = $5.63 \times 10^{-11}$

More straight forward after you've gotten the concept.

$.000563 \times 10^{-7} = 5.63 \times 10^n \times 10^{-7} = $ (count the decimals) $ 5.63 \times 10^{-4} \times 10^{-7} = 5.63 \times 10^{-11}$.

So what did you do wrong? You added the 4 rather than subtracted the for. Thing is $10^{-7}$ means make smaller means shift decimal point further to the left-- if the decimal is already to the left shift it further.

0
On

I believe it'd be $5.63\times 10^{-11}$.

You messed up your exponents. It'd be $\times 10^{-11}$ because it is already at 7 and you add 4 more movements (to the right) of the decimal point. Real quick I'll go through it step by step. You started with $0.000563\times 10^{-7}$. Then, you pick a number between $1$ and $10$ from that sequence of digits, in this case $5.63$. Then, count the number of spaces you'd have to move the decimal point to the right or left to get that number (where moving it to the right is negative), in this case $-4$. Then, add that to the current exponent, in this case $-7$, for the end result of $-11$. This then gives $5.63\times 10^{-11}$.

Hope this helps!