answersLogoWhite

0


Best Answer

If the number has at most one digit after the decimal point, you do nothing.

If it has more than one non-zero digit after the decimal point, you look at the second digit after the decimal. If it is 1, 2, 3 or 4, you delete it and subsequent digits. If it is 6, 7, 8 or 9 you add one to the first digit after the decimal point and delete the rest. If it is 5, you round the first digit to the nearest even digit (so you may or may not do anything), and delete from the second digit.

Some people, ignorant of bias and its effect, require the digit 5 to be rounded up in all cases. This introduces an upward bias in calculations for the following reason:

0 is not rounded.

The digits 1, 2, 3 and 4 are rounded down

The digits 5, 6, 7, 8 and 9 are rounded up.

In the long term, therefore, there would by fewer incidences of rounding down compared to rounding up. As a simple example, the mean of the first 20 integers, calculated from their rounded values is 11, not 10.5 which is the correct value.

To avoid this bias, 5 MUST be rounded down half the time and up half the time. The conventional way to do this while maintaining reproducibility of calculations is to round 5 so that the last surviving digit is even.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you round decimal numbers to one decimal place?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions