Confused about method to approximate a decimal number.

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 · 2K views
arroy_0205
Messages
127
Reaction score
0

Homework Statement


I need to approximate the number 14.45 to nearest integer.


Homework Equations





The Attempt at a Solution


If I remember correctly, to approximate a decimal up to say 2nd decimal place, I look at the third digit and if this is greater than or equal to 5, then I increase the 2nd decimal place, otherwise keep the 2nd decimal digit as it is. e.g., 13.672 -> 13.67, 13.549-> 13.55
In my case what should I do? Should I first approximate to 1st decimal, then to nearest integer? Then should the answer be 14.45-> 14.5->15 Or is it operationally correct to note that .45<.5 so, 14.45->14? Which approach is correct?
 
Physics news on Phys.org
arroy_0205 said:
Or is it operationally correct to note that .45<.5 so, 14.45->14? Which approach is correct?

This is the correct approach. If you're rounding to the nearest integer, then you just need to check what the tenths value is. The hundredths and so on won't affect the answer.