4 Rounding to n significant figures

This process is similar to rounding to decimal places but there are some subtle differences.

To round a number to n significant figures we look at the ( n + 1 ) t h digit in the decimal expansion of the number.

Examples are given on the next page.

1 3 = 0.3333 rounded to 4 significant figures 8 3 = 2.66667 rounded to 6 significant figures π = 3.142 rounded to 4 significant figures 2136 = 2000 rounded to 1 significant figure 36.78 = 37 rounded to 2 significant figures 6.2399 = 6.240 rounded to 4 significant figures

Sometimes the phrase “significant figures" is abbreviated as “s.f." or “sig.fig."

Example 3

Write down each of these numbers, rounding them to 4 significant figures:

0.12345 , 0.44444 , 0.5555555 , 0.000127351 , 25679 , 123.456789 , 3456543

Solution

0.1235 , 0.4444 , 0.5556 , 0.0001274 , 25680 , 123.5 , 3457000

Task!

Write down each of these numbers rounded to 3 significant figures:

0.87264 , 0.1543 , 0.889412 , 0.5555 , 2.346 , 12343.21 , 4245321

0.873 , 0.154 , 0.889 , 0.556 , 2.35 , 12300 , 4250000

4.1 Arithmetical expressions

A quantity made up of numbers and one or more of the operations + , , × and is called an arithmetical expression . Frequent use is also made of brackets, or parentheses , ( ) , to separate different parts of an expression. When evaluating an expression it is conventional to evaluate quantities within brackets first. Often a division line implies bracketed quantities. For example in the expression 3 + 4 7 + 9 there is implied bracketing of the numerator and denominator i.e. the expression is ( 3 + 4 ) ( 7 + 9 ) and the bracketed quantities would be evaluated first resulting in the number 7 16 .

4.2 The BODMAS rule

When several arithmetical operations are combined in one expression we need to know in which order to perform the calculation. This order is found by applying rules known as precedence rules which specify which operation has priority. The convention is that bracketed expressions are evaluated first. Any multiplications and divisions are then performed, and finally any additions and subtractions. For short, this is called the BODMAS rule.

Key Point 4

The BODMAS rule

B rackets, ( ) First priority: evaluate terms within brackets

O f, ×

D ivision, ÷    Second priority: carry out all multiplications and divisions

M ultiplication, ×

A ddition, +   Third priority: carry out all additions and subtractions

S ubtraction,

If an expression contains only multiplication and division we evaluate by working from left to right. Similarly, if an expression contains only addition and subtraction we evaluate by working from left to right. In Section 1.2 we will meet another operation called exponentiation, or raising to a power. We shall see that, in the simplest case, this operation is repeated multiplication and it is usually carried out once any brackets have been evaluated.

Example 4

Evaluate 4 3 + 7 × 2

Solution

The BODMAS rule tells us to perform the multiplication before the addition and subtraction. Thus

4 3 + 7 × 2 = 4 3 + 14

Finally, because the resulting expression contains just addition and subtraction we work from the left to the right, that is

4 3 + 14 = 1 + 14 = 15

Task!

Evaluate   4 + 3 × 7 using the BODMAS rule to decide which operation to carry out first.

25 (Multiplication has a higher priority than addition.)

Task!

Evaluate   ( 4 2 ) × 5 .

2 × 5 = 10 . (The bracketed quantity must be evaluated first.)

Example 5

Evaluate 8 ÷ 2 ( 4 5 )

Solution

The bracketed expression is evaluated first:

8 ÷ 2 ( 4 5 ) = 8 ÷ 2 ( 1 )

Division has higher priority than subtraction and so this is carried out next giving

8 ÷ 2 ( 1 ) = 4 ( 1 )

Subtracting a negative number is equivalent to adding a positive number. Thus

4 ( 1 ) = 4 + 1 = 5

Task!

Evaluate 9 4 25 5 .

(Remember that the dividing line implies that brackets are present around the numerator and around the denominator.)

9 4 25 5 = ( 9 4 ) ( 25 5 ) = 5 20 = 1 4

Exercises
  1. Draw a number line and on it label points to represent 5 , 3.8 , π , 5 6 , 1 2 , 0, 2 , π , 5.
  2. Simplify without using a calculator
    1. 5 × 3 ,
    2. 5 × 3 ,
    3. 5 × 3 ,
    4. 15 × 4 ,

    5. 14 × 3 ,
    6. 18 3 ,
    7. 21 7 ,
    8. 36 12 .
  3. Evaluate
    1. 3 + 2 × 6 ,
    2. 3 2 6 ,
    3. 3 + 2 6 ,
    4. 15 3 × 2 ,
    5. 15 × 3 2 ,
    6. ( 15 ÷ 3 ) + 2 ,
    7. 15 ÷ 3 + 2 ,
    8. 7 + 4 11 2 ,
    9. 7 × 4 + 11 × 2 ,
    10. ( 9 ) ,
    11. 7 ( 9 ) ,
    12. 19 ( 7 ) ,
    13. 19 + ( 7 ) .
  4. Evaluate
    1. 18 ,
    2. 4 ,
    3. 0.001 ,
    4. 0.25 ,
    5. 0.01 0.001 ,
    6. 2 ! ,
    7. 8 ! 3 ! ,
    8. 9 ! 8 ! .
  5. Evaluate
    1. 8 + ( 9 ) ,
    2. 18 ( 8 ) ,
    3. 18 + ( 2 ) ,
    4. 11 ( 3 )
  6. State the reciprocal of
    1. 8,
    2. 9 13 .
  7. Evaluate
    1. 7 ± 3 ,
    2. 16 ± 7 ,
    3. 15 ± 1 2 ,
    4. 16 ± 0.05 ,
    5. | 8 | ± 13 ,
    6. | 2 | ± 8 .
  8. Which of the following statements are true ?
    1. 8 8 ,
    2. 8 8 ,
    3. 8 | 8 | ,
    4. | 8 | < 8 ,
    5. | 8 | 8 ,

    6. 9 ! 8 ! ,
    7. 8 ! 10 ! .
  9. Explain what is meant by saying that addition of numbers is
    1. associative,
    2. commutative. Give examples.
  10. Explain what is meant by saying that multiplication of numbers is
    1. associative,
    2. commutative. Give examples.
  1. No alt text was set. Please request alt text from the person who provided you with this resource.
    1. 15 ,
    2. 15 ,
    3. 15 ,
    4. 60 ,
    5. 42,
    6. 6 ,
    7. 3 ,
    8. 3.
    1. 15,
    2. 5 ,
    3. 1 ,
    4. 9,
    5. 43,
    6. 7,
    7. 7,
    8. 2 ,
    9. 50,
    10. 9,
    11. 16,
    12. 12 ,

    13. 26
    1. 18,
    2. 4,
    3. 0.001,
    4. 0.25,
    5. 0.009,
    6. 2,
    7. 40314,
    8. 9,
    1. 1 ,
    2. 26,
    3. 20 ,
    4. 8
    1. 1 8 ,
    2. 13 9 .
  2. (a) 4,10, (b) 9,23, (c) 15 1 2 , 14 1 2 , (d) 16.05 , 15.95 , (e) 5 , 21 , (f) 6 , 10
  3. (a), (b), (c), (g) are true.
  4. For example
    1. ( 1 + 2 ) + 3 = 1 + ( 2 + 3 ) , and both are equal to 6 .
    2. 8 + 2 = 2 + 8 .
  5. For example
    1. ( 2 × 6 ) × 8 = 2 × ( 6 × 8 ) , and both are equal to 96 .
    2. 7 × 5 = 5 × 7 .