Table of Contents
Last modified on October 11th, 2023
Rounding number is the process of approximating the number to its closest value. It involves reducing the number of significant digits while retaining the general magnitude or size of the original number. The result of rounding is less accurate than the original number but simplifies calculations.
Suppose one of your friends covered 18 km while returning home from his office. But, when documenting the distance covered in paper, he estimated it as 20 km.
You may wonder where that extra 2 km comes from. We can explain it this way:
18 is closer to 20 than 10. So it is rounded off to 20. If the value would have been 14 km, the value would have approximated to 10 km.
But what if the value is 15 km? It would also go up and be approximated to 20 km. So, any value that equals or exceeds 15 will go up to 20, and values below 15 will round down to 10.
We follow the following three steps while rounding a number:
Here, we need to check the digit to the right of the tens place, the ones place.
For example, rounding the number 147, the one’s digit 7 is ˃5, so we add 1 to the tens digit (4 + 1 = 5), and the digit becomes 150.
Here, we check the digit to the right of the hundreds place, the tens place.
For example, when rounding the number 568 to its nearest hundred, the tens digit is 6, which is ˃5, so we add 1 to the hundred digits (5 + 1 = 6). The remaining two digits at the ones and the tens placed will be 0. So, 568 becomes 600 after rounding.
Here, we check the digit to the right of the thousands place, that is, the hundreds place.
For example, when rounding the number 7892 to its nearest thousands, the tens hundreds is 8, which is ˃5, so we add 1 to the thousands digit (7 + 1 = 8), and the rest three digits at the ones, tens, and hundreds place will both be 0. So, 7892 becomes 8000 after rounding.
But how can we round a negative number? The number -8.5 can be rounded to -9 or -8, but which one to follow?
It is again up to us which process we want to follow: rounding up or rounding down.
Like rounding whole numbers, we follow the same steps here.
Here, we need to check the digit to the left of the tens place, the Hundredth place. Thus, rounding to tenths leaves one number after the decimal point.
For example, when 4.57 is rounded to the nearest ten, it becomes 4.6, and 14.87 is rounded to 14.9
Here, we need to check the digit to the left of the hundredth place, the thousandth place. Thus, rounding to hundredths leaves two numbers after the decimal point.
For example, 0.6278 is rounded to 0.63, and 1.8743 is rounded to 1.87
Here, we need to check the digit to the left of the thousandth place. Thus, rounding to hundredths leaves three numbers after the decimal point.
For example, 0.5679 is rounded to 0.568and 6.3859is rounded to 6.386
There are several methods of rounding numbers. While rounding, we either round up or round down to indicate whether the number has increased or decreased after rounding.
In this method of rounding, 0.5 goes up. Thus, 9.5 rounds up to 10.
Similarly,
Half Round Up with Negative Numbers
But we can round 0.5 down as well. In such a case, 9.5 will round down to 9.
Similarly,
Half Round Down with Negative Numbers
All the above rounding methods are symmetric. As we can see, 4.5 rounds up to 5, so -4.5 should be rounded to -5.
However, some methods may need to be more symmetrical.
It means rounding half the values away from zero. Here, the method has no biases towards positive or negative numbers but is biased away from zero. It involves rounding a half value towards the next integer, which is closer to positive or negative infinity on the basis of its value.
For example,
It is similar to rounding half away from zero but in the opposite direction. It has no bias towards a positive or a negative number. Still, it has a tendency towards 0, which means half the values will be rounded to the next integer closer to zero.
For example,
Rounding half to even is used as a tie-breaking rule as it has no biases towards a positive or a negative number or even towards or away from zero. Here, the half values are rounded to the nearest even integer.
For example,
It is also a tie-breaking rule, like rounding half to even. However, the number is rounded to the nearest odd integer for rounding half to odd.
For example,
These methods give the nearest integer down or up for floor and ceiling.
The number remains the same after rounding an integer.
So the floor of 6 is 6, and the ceiling of 6 is also 6.
However, depending on the method, the digit attains the nearest integer up or down for a decimal number.
For example, 2.7 is rounded down to 2 in the floor method, while it is rounded up to 3 in the ceiling method.
Rounding to fractions is the same as rounding decimals. We first convert the fraction into decimal and then round the number to tenths, hundredths, thousandths, and so on.
${\dfrac{14}{25}}$ is equal to 0.56, which, when rounded to the nearest tenths, gives 0.6
${\dfrac{78}{48}}$ is equal to 1.625, which, when rounded to the nearest hundredths, gives 1.63
${\dfrac{1823}{2000}}$ is equal to 0.9115, which, when rounded to the nearest thousandths, gives 0.912
A significant figure is each digit in a number that helps to express the number with the required degree of accuracy. For example, the number 15.6 has three significant figures.
There are specific rules for deciding the number of significant figures.
1) All nonzero digits are significant.
For example, 1.7 has 2 significant figures, and 2.678 has 4 significant figures.
2) Zeroes between nonzero digits are significant.
For example, 3006 has 4 significant figures, and 10.3 has 3 significant figures.
3) Zeroes to the left of the first nonzero digit are not significant.
For example, 0.002 has 1 significant figure, and 0.045 has 2 significant figures.
4) Zeroes to the right of a decimal point in a number are always significant.
For example, 0.045 has 2 significant figures, and 0.700 g has 3 significant figures.
5) For non-decimal numbers, the trailing zeros are not necessarily significant.
However, 280 can be written as 2 or 3 significant figures, and 60,700 may be 3, 4, or 5 significant figures. This ambiguity is removed by expressing the number in scientific notation. Depending on the number of significant figures, which is correct, 60,700 is written as:
Round i) 767 ii) 34.68 to the nearest ten.
i) 767 on rounding to the nearest ten, give 770
ii) 34.68on rounding to the nearest ten, give 30
Round i) 8974 ii) 7646.89 to the nearest hundred.
i) 8974on rounding to the nearest hundred gives 9000
ii) 7646.89 on rounding to the nearest hundred gives 7,600
Last modified on October 11th, 2023