What is the common way to round up this number?

  • Thread starter Thread starter cdux
  • Start date Start date
AI Thread Summary
The number 0.444448 should be rounded to 0.4444 when aiming for four digits, as it is closer to 0.4444 than to 0.4445. The rounding rule states that you only consider the next digit when determining whether to round up or down. In this case, since the digit following 0.4444 is 4, which is less than 5, rounding down is appropriate. It is emphasized that rounding should be done at the end of calculations to avoid compounding errors. Thus, the final rounded value remains 0.4444.
cdux
Messages
187
Reaction score
0
0.444448

I want 4 digits.

Is it 0.4444

or is it

0.4445 because I say "since the next one becomes 5 because of the 8 then I consider the previous one a 5 as well"?
 
Mathematics news on Phys.org


It is less than halfway between 0.4444 and 0.4445 so you should not round up.
 
DrewD said:
It is less than halfway between 0.4444 and 0.4445 so you should not round up.
So, should it be limited to 0.44445 (from 0.444448) even if one aims for 4 digits?

edit: Also I'm not sure what 'less that halfway' means (in this context).
 
The rule is to round to the value that the number is closest to.
0.4444 <---<<< round down value
0.444448 <---<<< the number being considered
0.44445 <---<<< half-way mark (thanks DrewD)
0.4445 <---<<< round up value

0.444448 is closer to 0.4444 than it is to 0.4445 so you round down.
This is why the rule-of-thumb is that you only need to consider the next digit along when rounding.
 
This is also the reason you don't want to round "along the way" in your calculations. You try to do all of your rounding at the end, otherwise multiple roundings can compound and give you the wrong answer like they did here.
 
ModusPwnd said:
You try to do all of your rounding at the end

Which means either (a) you keep your numbers in your calculator (using memory registers if necessary) throughout the calculation until the end, or (b) you do all the algebra first, symbolically, to get a single formula for your final result, then plug your numbers in and calculate the result all at one go in your calculator.
 
Ah thanks, I get it now. I should be thinking "it's 0.4444 because the 48 that follows is still lower than 50".
 

Similar threads

Back
Top