Implied accuracy in scientific notation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
bergausstein
Messages
191
Reaction score
0
i just want to understand what i read in my algebra book. here what it says:

a measurement of 83200 ft. converted to (8.32)x10^4 ft. is now accurate to the nearest hundred feet. if we write (8.320)x10^4 the measurement is now accurate to the nearest ten feet.

i want to know why it is nearest to a hundred feet in the first conversion and nearest to ten feet in the second.

thanks!
 
Mathematics news on Phys.org
Re: need help in my algebra!

It may help to force the mantissa (the number which is multiplied by a power of ten) to be an integer:

$$8.32\,\times\,10^4\text{ ft}=832\,\times\,10^2\text{ ft}$$

We see we have a multiple of 100 ft.

$$8.320\,\times\,10^4\text{ ft}=8320\,\times\,10\text{ ft}$$

We see we have a multiple of 10 ft.
 
Re: need help in my algebra!

thanks!