When Do You Round Up or Down with 5?

  • Thread starter Thread starter mcnealymt
  • Start date Start date
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
3 replies · 4K views
mcnealymt
Messages
35
Reaction score
0

Homework Statement


I'm very confused as to when your supposed to add up or down when a number follows a five.




Homework Equations





The Attempt at a Solution


For instance, round 5.65 to 1 decimal. THe answer is 5.6, isn't this because when an even number is followed by a five you round down?

However, I was always told that 5.65 rounded to 1 decimal place is simply 5.7
 
on Phys.org
Usually, 5 is rounded up.
In computer science, "round down everything (including .9)" is common, and "round .5 to the nearest even number" is used, too (this can reduce rounding errors later).
 
I've always done rounding 5 to the even number. Reasoning being that over the course of multiple rounding events you will round some up and some down thereby minimizing the skew to either direction.