In rounding there is rule that "if discarded digit is exactly 5, the previous digit is unchanged, if it is even and is increased by 1, if it is odd". e.g: 54.45 is rounded to 54.4 while 54.55 is rounded to 54.6.
So why we don't increase digit incase of even and why we increase the previous digit if it is odd? i.e why 54.45 is not rounded as 54.5?
So why we don't increase digit incase of even and why we increase the previous digit if it is odd? i.e why 54.45 is not rounded as 54.5?