Rounding to significant figures
When we round to
- Find the position of the
n th significant figure in the number (see below). - Check the digit after that:
- If less than
5 , you are rounding down, so keep then th significant figure the same. - If more than or equal to
5 , you are rounding up, so increase then th significant figure by one (if it is9 , it becomes0 and you carry1 to the left, where you do the same).
- If less than
- Remove all digits after the
n th significant figure. For any digits you remove, if they’re before the decimal point, replace them with zeroes to keep the place value the same.
Finding the nth significant figure
To find the
- Start counting from the first non-zero digit (this is the 1st significant figure).
- Continue counting each digit (including zeroes) until you reach the
n th significant figure.
Examples
Round 0.0045678 to 3 significant figures
- The 3rd significant figure is
6 (the first significant figure is4 , the second is5 , and the third is6 ). - The number after that is
7 . 7 is more than5 , so we round up and increase the6 to7 .- Remove all digits after the 3rd significant figure, giving
0.00457 . - Answer:
0.00457 .
Round 12345 to 2 significant figures
- The 2nd significant figure is
2 (the first significant figure is1 , and the second is2 ). - The number after that is
3 . 3 is less than5 , so we round down and keep the2 the same.- Remove all digits after the 2nd significant figure, replacing them with zeroes
to keep the place value the same, giving
12000 . - Answer:
12000 .
Round 0.09986 to 2 significant figures
- The 2nd significant figure is
9 (the first significant figure is9 , and the second is9 ). - The number after that is
8 . 8 is more than5 , so we round up and increase the9 to10 .- Since
9 becomes10 , we set the 2nd significant figure to0 and increase the 1st significant figure by1 (which is also9 ) to get10 . - Now we have
0.100... . - Remove all digits after the 2nd significant figure, giving
0.10 . - Answer:
0.10 .
Round 450600 to 3 significant figures
- The 3rd significant figure is
0 (the first significant figure is4 , the second is5 , and the third is0 ). - The number after that is
6 . 6 is more than5 , so we round up and increase the0 to1 .- Now we have
451000 . - Remove all digits after the 3rd significant figure, replacing them with zeroes
to keep the place value the same, giving
451000 . - Answer:
451000 .
Round 0.09974 to 2 significant figures
- The 2nd significant figure is
9 (the first significant figure is9 , and the second is also9 ). - The number after that is
7 . 7 is more than5 , so we round up and increase the9 to10 .- Since
9 becomes10 , we set the 2nd significant figure to0 and increase the 1st significant figure by1 (which is also9 ) to get10 . - Now we have
0.100... . - Remove all digits after the 2nd significant figure, giving
0.10 . - Answer:
0.10 .
Note: Make sure you include both significant figures (including the
0 ) in ? your answer. Even though0.10 = 0.1 , writing0.10 shows that you have ? rounded to 2 significant figures instead of just 1.
flashcards
| Question | Answer |
|---|---|
| How do you identify the nth significant figure in a number? | Start counting from the first non-zero digit (this is the 1st significant figure). Continue counting each digit (including zeroes) until you reach the nth significant figure. |
| What are the steps to round a number to | 1. Find the position of the nth significant figure. 2. Check the digit after that: if less than 5, round down (keep the nth figure); if 5 or more, round up (increase nth figure by one, carrying if 9 becomes 0). 3. Remove all digits after the nth significant figure; if they are before the decimal point, replace them with zeroes to keep place value. |
| What is | |
| What is | |
| What is | |
| What is | |
| What is | |
| Why must we write | Writing |
| How do you round when the nth significant figure is 9 and the digit after is 5 or more? | Increase the 9 to 10, so set the nth significant figure to 0 and carry 1 to the left (increase the previous digit by 1). |
| When rounding to significant figures, what do you do with digits removed that are before the decimal point? | Replace them with zeroes to keep the place value the same. |