Open In App

Rounding Numbers

Last Updated : 22 Apr, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

Rounding Numbers: An estimation is a form of rounding off. Estimation is utilized in daily life as well as in topics such as mathematics and physics. Many physical values, such as the quantity of money, the distance traveled, the length measured, and so on, are calculated by rounding the actual figure to the closest whole number. 

What is Rounding Numbers?

Every measurement has an inaccuracy. Precision and accuracy are two elements that influence measurement. These two criteria aid in identifying the presence of physical quantities as well as their comparison and measurement. Let’s describe Precision and Accuracy as:

  • Accuracy: The proximity of a measured value to a standard value is defined as accuracy. e.g. If you weigh a box and note 5 kg, but its known weight is 6 kg, your measurement is inaccurate.
  • Precision: Precision is defined as the proximity of two or more measured values to one another. If you weigh the identical box five times and receive close values such as 4.11, 4.2, 4.22, 4.4, and 40., your measurements are accurate.

Precision and accuracy are two distinct concepts. You can be extremely exact but imprecise, or vice versa. Unit measurements are all about precision and accuracy. A measurement’s outcome should be exact. A physical amount is measured using two digits. The digits are classified into two types: reliable and uncertain. Now, it’s time to understand what the significant figures are.

Check: How to Round Numbers in Python?

What are the Significant Figures?

The measurements of physical commodities are a combination of a set of reliable as well as non-reliable, that is, an uncertain number of digits. Significant bits of the number comprised the first uncertain digit and all the reliable digits. They are also termed significant figures. The number of figures that are known with some degree of reliability is termed as significant digits.

For instance, the weight of a person is 90.46kg. In this case, the digits, 9,0 and 4 comprise significant digits and 6 is the non-significant one. 

Rules for considering Significant Figures:

  • Non-zero digits are always significant.
  • Final zeros to the right-hand side of the decimal are considered to be significant.
  • Zeros written as placeholders are not significant.
  • Zeros find between two significant digits are significant. For instance, 0.00065 has two significant digits.
  • Zeros to the left of the first non-zero digit are not significant. For example, 0.0000466 has three significant digits.
  • For non-decimal numbers, the trailing zeros are not significant. For example, 63000 has two significant digits.

Significant figures prove to be an indicator of the precision of measurement of a quantity. It is dependent on the least count of measuring instruments. In case of preservation of the number of significant figures while interconversion between units of the same commodity, the quantity is denoted in the scientific notation of the form, X × 10Y, where X is the number between 1 and 10 which denotes the number of significant digits. 

Rules for Rounding Numbers

When deciding between different rounded values of a number, the process involves specific rules to determine whether to round up or down. Here’s how it works:

  1. Identify the Rounding Digit: This is the digit in the place value you are rounding to.
  2. Examine the Neighboring Digit: Look at the digit immediately to the right of the rounding digit, as this will influence whether you adjust the rounding digit.
  3. Apply Rounding Rules:
    • If the neighboring digit is less than 5, keep the rounding digit the same, and convert all digits to the right into zeros.
    • If the neighboring digit is 5 or greater, increase the rounding digit by one, and turn all digits to the right into zeros.

This method ensures that the number is rounded to the nearest value based on the most significant adjacent digit, resulting in a number that accurately represents the original number in the context of the specified place value.

Rounding off the Digits

Rounding off for digits is a phenomenon used for estimation. Estimation forms an important aspect for the accurate and precise measurement of objects and commodities in daily life. It also reduces the uncertainty while working with quantities. It is necessary to decrease the number of insignificant figures necessary for adhering to the rules of arithmetic operations with significant figures.

Rounding off implies simplifying a number by retaining its value but moving it closer to the next number. It is performed for whole numbers as well as decimals at various spots such as hundreds, tens, tenths, and so on. 

Numbers are rounded off to retain important digits. The number of important figures in a result simply refers to the number of figures that are understood with some degree of certainty.

There are three significant numbers in the number 21.3. Non-zero digits are always meaningful. The number 21.3149 has six significant digits (all the numbers give you useful information). As a result, the number 76 has two significant digits, but the number 76.3 has three significant digits.

Rules for Rounding off the digits

A standard convention is followed while rounding off the digits: 

  • If the digit to be rounded off is less than 5 in the specified number, then the preceding digit is left unmodified.

          e.g. 9.81 is rounded off to 9.8, since the digit to be dropped is less than 5, and the preceding digit is left unchanged.

  • If the digit to be rounded off is greater than 5 in the specified number, then the preceding digit is modified and raised by one.

          e.g. 9.88 is rounded off to 9.9, since the digit to be dropped is more than 5, and the preceding digit is incremented by one.

  • If the digit to be dropped is equivalent to 5 and if followed by other non-zero digits, then the preceding digit of the specified number is raised by one.

          e.g. the number 9.755 has to be rounded off considering the tens digits, then it is rounded off to 9.8 since it is followed by other non-           zero digits. 

  • If the digit to be dropped is equivalent to 5 or if 5 is followed by other zero digits, then the preceding digit of the specified number remains unmodified, in case it is even.

          e.g. the number 9.850 has to be rounded off considering the tens digits, then it is rounded off to 9.8 since it is followed by other zeros.

  • If the digit to be dropped is equivalent to 5 or if 5 is followed by other zero digits, then the preceding digit of the specified number is incremented by one, in case it is odd.

          e.g. the number 9.750 has to be rounded off considering the tens digits, then it is rounded off to 9.8 since it is followed by other zeros.

The first non-significant digit is at the (n+1)th position from the leftmost place. 

Rules to Remove Ambiguities in Determining the Number of Significant Figures

Some of the important rules to remove Ambiguities in determining the number of Significant Figures are:

  • Change in units should not have an impact on the number of significant digits of the number.

          e.g. 5.900m = 590.0 cm = 5900 mm. The first two numbers are 4 significant digits, and the last one has 2 digits respectively. 

  • Scientific notation can be used to report measurements of numbers.
  • Multiplication or division of exact numbers can have an infinite number of significant digits.

Check:

How to Round Off Whole Numbers?

  • To round whole numbers, follow the established rounding rules. Here’s a breakdown using an example:

Example: Round 4917 to the nearest hundred.

Step 1: Identify the Target Place Value

  • Determine the place value to which the number should be rounded. In this case, 4917 should be rounded to the nearest hundred. Therefore, identify the digit in the hundreds place, which is 9.

Step 2: Examine the Next Lower Place Value

  • Look at the digit immediately to the right of the hundreds place, which is the tens place. For 4917, this digit is 1, marked as: 4917.

Step 3: Compare the Digit

  • Compare this tens place digit (1) to the number 5.

Step 4: Apply Rounding Rules

  • If the tens place digit is less than 5, replace it and all digits to its right with zeros, while keeping the hundreds place unchanged. Hence, 4917 rounds down to 4900.

Note: If the tens place digit had been 5 or higher, you would replace all digits to the right of the hundreds place with zeros and increase the hundreds digit by 1. For example, if the number had been 4972, it would round up to 5000.

How to Round Off Decimal Numbers?

  • Determine the rounding digits and evaluate the right-hand side.
  • If the digits on the right-hand side are less than 5, they are considered to be equivalent to zero. If greater than or equal to 5, then add +1 to that digit and consider all other digits as zero.
  • In many situations, obtaining an estimate is easier, less expensive, and takes less time than performing an actual count. If the scenario does not call for a precise count, an estimate will suffice. Let’s look at several estimating techniques.

Rounding off to the nearest Tens: Consider the following three numbers: 24, 25, and 26. These figures must be rounded to the nearest tens place. Consider putting these numbers on a scale. Is 24 closer to twenty or to Thirty? It’s closer to twenty, so we’ll round it up to twenty. Similarly, 26 is close to 30, so we may round it up to 30. 25 is the same distance as 20 and 30. It is common practice to round up, therefore 25 will be rounded up to 30 as well. Finally, numbers ending in 1, 2, 3, and 4 are rounded down, but numbers ending in 5, 6, 7, 8, and 9 are rounded up to the closest tens place.

Rounding off to Hundreds: The same idea applies here. We look at the number line to determine if it is nearer to the lower hundred or the upper one. With examples, we will have a deeper understanding. Completing the numbers 527 and 582. 527 is clearly closer to 500 in this case, so we round it up to 500. And 582 will be rounded up to the nearest hundred, resulting in 600. One thing to keep in mind is that 450, which is about between 400 and 500, is usually rounded up to 500. As an example, round 43 to the closest hundred. Because 43 is closer to 0 than to 100, we’ll round it up to 0.

Rounding off to Thousands: All values between 0 and 499 that are closer to 0 on the number line will be rounded to 0. Numbers ranging from 500 to 999 will be rounded to 1000. And the same idea will apply to all bigger integers. Numbers nearer to the lower thousand will be rounded down, while numbers over 500 will be rounded up.

Round-Up and Round-Down

In rounding terminology, we specifically use “round up” and “round down” to clarify how the original number is adjusted. If the number increases through the rounding process, we say it has been “rounded up.” Conversely, if it decreases, we refer to this as being “rounded down.”

Rounding Numbers to the Nearest Hundred

To round a number to the nearest hundred, observe the digit in the tens place, which is right after the hundreds digit. For example, the number 3628 rounded to the nearest hundred turns into 3600, since the tens digit (2) is less than 5, which leads to rounding down.

Rounding Numbers to the Nearest Ten

To round numbers to the nearest ten, we inspect the units digit, situated immediately to the right of the tens digit. For instance, rounding the number 2367 to the nearest ten results in 2370 because the units digit (7) is greater than 5, leading to an increase in the tens place.

Sample Problems

Problem 1: Explain the number of significant digits in 0.000650.

Solution: 

Since the leading zeros are not necessary for the significant digits. 

Therefore, there are three significant digits 650. 

Problem 2: Round these numbers to three significant figures each: (a) 9.845 and (b) 6.735.

Solution: 

(a) The number to be rounded off is equivalent to 5, so in the first case, the preceding digits are even, therefore remain unmodified. Therefore, the obtained number 9.84.

(b) The number to be rounded off is equivalent to 5, so in the first case, the preceding digits are odd, therefore are incremented by one. Therefore, the obtained number 9.83.

Problem 3: Does the change of units change significant digits?

Solution: 

The change of units does not change the significant digits. For example, in terms of length, 12 m = 1.2 × 10 m = 1.2 × 103 cm where the significant digits is equivalent to 1. 

Problem 4: Write the number of significant figures in 0.410 m.

Solution:

Zeros to the left of a significant number that are not limited to the left by another significant figure are not significant, according to the general criterion for defining significant figures. Significant are zeroes put after other numbers but before a decimal point. As a result, for the provided value 0.410, the final three digits will be significant numbers. As a result, it has three important figures.

Problem 5: What are the numbers 4.845 and 4.835 on rounding off to 3 significant figures?

Solution

Because the previous digit is even, the number 4.845 rounded to three significant digits yields 4.84. The number 4.835 rounded to three significant digits, on the other hand, becomes 4.84 since the previous digit is odd.

Related Article:

Rounding Numbers- FAQs

What are the rounding rules for numbers?

The rounding rules for numbers typically follow these guidelines:

  • Rounding to a Given Decimal Place
  • Rounding to the Nearest Whole Number
  • Rounding with Halfway Cases
  • Rounding Negative Numbers

What does it mean to round off a number?

Rounding off a number involves approximating it to a specified degree of accuracy, typically to a certain number of decimal places or significant figures.

How do I round off a number to a specific decimal place?

Look at the digit immediately to the right of the desired decimal place. If it’s 5 or greater, round up; if it’s less than 5, round down. For example, rounding 3.78 to one decimal place gives 3.8 because 8 is greater than 5.

What if the digit to be rounded is exactly 5?

If the digit to be rounded is exactly 5, the rounding method may vary. In some cases, it’s rounded up, and in others, it’s rounded down. Some rounding systems use a rule called “ties to even,” where 5 is rounded to the nearest even number.

How do I round off whole numbers?

To round off whole numbers, look at the digit in the place value you’re rounding to. If the digit to its right is 5 or greater, round up; if it’s less than 5, round down.

What are significant figures, and how do they affect rounding off?

Significant figures are the digits in a number that carry meaning contributing to its precision. When rounding off to a certain number of significant figures, consider the digits beyond that point. If they are 5 or greater, round up; if they are less than 5, round down.

Are there different rounding rules for negative numbers?

Rounding rules for negative numbers are the same as for positive numbers. However, rounding down takes you further from zero, while rounding up takes you closer to zero.

When is it appropriate to round off numbers?

Rounding off numbers is commonly done to simplify calculations, express values to a manageable level of precision, or communicate data in a clearer manner. It’s often used in fields such as mathematics, science, finance, and engineering.



Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads