Basic Arithmetic
Some Basic Rules
- The
¸
symbol for division tends to be disregarded as we progress, in favor of a line, for example
2 / 9 represents 2 divided by 9
- When a number is multiplied by zero, the answer is always zero
0×432 = 0
4×0 = 0
560×0 = 0
The first expression is fairly self-explanatory - if you have nothing and you multiply it
432 times,
you will still have nothing.
The other two expressions follow the same logic, using the idea stated later on, that
multiplication is commutative, i.e.
4×0 = 0×4
and so on
- It is impossible to divide by zero - try it on your calculator and you will get an error.
- Zero divided by any number equals zero. Applying similar logic as we applied
above, in the first
point, if we start off with nothing of something and divide it out among 200 people, everyone
gets nothing. We can divide it out among any number of people, and they all still get nothing
0 / 4 = 0
0 / 34 = 0
0 / 235 = 0
The Order of Operations - Introduction
The order in which you carry out addition
or multiplication
does not matter, in mathematical terms these operations are called commutative.
For example :
3×6 = 6×3
4 + 2 = 2 + 4
If the expression is more complicated :-
4×7×8×2 = ?
you don't have to carry out the operation from left to right, you could also go from right
to left
4×7×16
= 4×112
= 448
or else proceed as
4×56×2
= 4×112
= 448
Do it in whichever order is most convenient for you - the essence is that whichever way you do it, the answer will be the same.
And exactly the same statements hold true for a complicated addition expression. For example
4 + 9 + 4 + 3 = ?
You can go from left to right, or you could also go from right
to left
4 + 9 + 7
= 4 + 16
= 20
or else proceed as
4 + 13 + 3
= 4 + 16
= 20
If we include subtraction, the same rules still apply
4 - 10 + 4 - 5 = ?
As before you could carry out the operation from left to right,
but will still work if you go from right to left
4 - 10 -1
= 4 -11
= -7
or else proceed as
4 -6 -5
= 4 - 11
= -7
As an extra indication of how you can carry out the calculation in any order, you could carry
out the additions separately from the subtractions, and then sum the two outcomes
4 + 4 = 8
-10 - 5 = - 15
and finally
8 - 15 = - 7
, however, that the operations of
subtraction and
division are not commutative. You should be able to convince yourself of this fairly easily
8 - 2 is not the same as 2 - 8
4 divided by 2 is not the same as 2 divided by 4
More about the order in which you tackle a maths problem.
Quick Quiz Carry out the following
calculations
a)
1 - 6 + 7;
b)
3 + 8 - 12;
c)
4 - 2 - 7;
d)
- 3 + 6 + 4;
e)
7 + 5 + 4 - 11;
f)
- 5 - 6 - 3 + 4;
g)
- 5 + 21 - 45 + 6;
h)
5 + 65 + 12 - 34;
i)
- 34 + 123 - 21 + 56;
The Order of Operations - Mixture of Operators
When you have a mixture of binary operators, the following rules apply
Multiplication / Division operations are carried out before Addition / Subtraction operations.
So mathematical calculations cannot always be carried out from left to right. In practise,
brackets will often be used to make the order of calculation clear (see below).
But in a calculation with no brackets like
2 + 5×6 = ?
The first step must be
2 + 30 = ?
producing the answer
32
Quick Quiz Carry out the following
calculations
a)
1 1 × 6 + 7;
b)
16 ÷ 8 - 12;
c)
4 ÷ 2 - 7;
d)
- 3 + 6 × 4;
e)
7 + 5 × 11;
f)
5 × 6 - 3 ;
g)
63 - 45 ÷ 9 ;
h)
55 ÷ 5 + 6;
i)
- 34 - 42 ÷ 7 ;
Brackets
Brackets are an important means of showing the order in which a calculation can be carried out. In a nutshell -
all calculations within brackets are done first.
Examples
24 / ( 5 + 3 ) = 24 / ( 8 ) = 3
( 6 + 2 )×3 = ( 8 )×3 = 24
( 25 / 5 ) + 3 = (5) + 3 = 8
( 5 - 3 )×( 13 + 5 ) = ( 1 )×( 18 ) = 36
( 9 - 3 ) / ( 5 - 2 ) = ( 6 ) / ( 3 ) = 2
( 3×6 ) - ( 5 + 4 ) = ( 18 ) - ( 9 ) = = 9
Note
- Multiplication signs are often omitted between brackets
( ) × ( ) = ( ) ( )
or between a coefficient in front of a bracket and the bracket itself
2 × ( ) = 2 ( )
- Brackets have to be used to remove any ambiguity
in operations involving a mixture of multiplications and divisions. For example
3×4 / 9
would obviously produce a different answer if you did the multiplication first, to
the answer you would get if you did the division first.
Quick Quiz
Carry out the following
calculations
-
(6 - 1) × 7;
-
(3 × 8) ÷ 12;
-
4 - (7 - 2);
-
(3 + 6) × (4 + 2);
-
(7 + 53) ÷ (4 × 5);
-
(7 - 6) × (4 × 2);
-
(5 + 21) - (45 ÷ 5);
-
(65 ÷ 5) - (14 - 12);
-
(24 ÷ 2) ÷ (8 ÷ 4);
Addition / Subtraction of Decimal Numbers
This is an extension of adding and subtracting integers. Just make sure that the decimal point is
'lined-up' properly.
Example : 3940.61 + 21.49
3 9 4 0 . 6 1
2 1 . 4 9
- - - - - - -
3 9 6 2 . 1 0
This would be stated as 3962.1
Example : 274.340 + 69814.9
6 9 8 1 4 . 9
2 7 4 . 3 4 0
- - - - - - - - - -
7 0 0 7 9 . 3 4 0
This would be stated as 70079.34
Example : 3427.891 - 469.32
3 4 2 7 . 8 9 1
4 6 9 . 3 2
- - - - - - - -
2 9 5 8 . 5 7 1
Therefore answer is 2958.571
Multiplication by Ten and Multiples of Ten
Stated simply, multiplication by 10 or 100 or 1000 (or any multiple of ten) involves purely
shifting the decimal point to the right - the figures themselves do not change.
The number of places that the decimal point is shifted is directly related to the number of
zeroes in the 'multiplier'. For example,
multiplication by
10
shifts the decimal point by
1 place
e.g.
23.42×10 = 234.2
multiplication by
100
shifts the decimal point by
2 places
e.g.
434.2312×100 = 43423.12
multiplication by
1 000 000
shifts the decimal point by
6 places
e.g.
47.42765434×1 000 000 = 47427654.34
You need to realise that a number like
2.34
can be written as
2.340000000
and actually the number of 'trailing' zeroes can be any number you like.
With this information you can see that
|
0×432 = 0 4×0 = 0 560×0 = 0 |
The first expression is fairly self-explanatory - if you have nothing and you multiply it 432 times, you will still have nothing.
The other two expressions follow the same logic, using the idea stated later on, that multiplication is commutative, i.e.
and so on
|
0 / 4 = 0 0 / 34 = 0 0 / 235 = 0 |
The Order of Operations - Introduction
The order in which you carry out addition or multiplication does not matter, in mathematical terms these operations are called commutative.
For example :
4 + 2 = 2 + 4
If the expression is more complicated :-
you don't have to carry out the operation from left to right, you could also go from right
to left
|
4×7×16 = 4×112 = 448 |
or else proceed as
|
4×56×2 = 4×112 = 448 |
Do it in whichever order is most convenient for you - the essence is that whichever way you do it, the answer will be the same.
And exactly the same statements hold true for a complicated addition expression. For example
You can go from left to right, or you could also go from right
to left
|
4 + 9 + 7 = 4 + 16 = 20 |
or else proceed as
|
4 + 13 + 3 = 4 + 16 = 20 |
If we include subtraction, the same rules still apply
As before you could carry out the operation from left to right,
but will still work if you go from right to left
|
4 - 10 -1 = 4 -11 = -7 |
or else proceed as
|
4 -6 -5 = 4 - 11 = -7 |
As an extra indication of how you can carry out the calculation in any order, you could carry out the additions separately from the subtractions, and then sum the two outcomes
|
4 + 4 = 8 -10 - 5 = - 15 and finally 8 - 15 = - 7 |
, however, that the operations of
subtraction and
division are not commutative. You should be able to convince yourself of this fairly easily
8 - 2 is not the same as 2 - 8
4 divided by 2 is not the same as 2 divided by 4
More about the order in which you tackle a maths problem.
|
|
The Order of Operations - Mixture of Operators
When you have a mixture of binary operators, the following rules applySo mathematical calculations cannot always be carried out from left to right. In practise, brackets will often be used to make the order of calculation clear (see below).
But in a calculation with no brackets like
2 + 5×6 = ?
The first step must be
2 + 30 = ?
producing the answer
32
|
|
Brackets
Brackets are an important means of showing the order in which a calculation can be carried out. In a nutshell -
Examples
24 / ( 5 + 3 ) = 24 / ( 8 ) = 3
( 6 + 2 )×3 = ( 8 )×3 = 24
( 25 / 5 ) + 3 = (5) + 3 = 8
( 5 - 3 )×( 13 + 5 ) = ( 1 )×( 18 ) = 36
( 9 - 3 ) / ( 5 - 2 ) = ( 6 ) / ( 3 ) = 2
( 3×6 ) - ( 5 + 4 ) = ( 18 ) - ( 9 ) = = 9
Note
- Multiplication signs are often omitted between brackets
( ) × ( ) = ( ) ( )
or between a coefficient in front of a bracket and the bracket itself
2 × ( ) = 2 ( )
- Brackets have to be used to remove any ambiguity
in operations involving a mixture of multiplications and divisions. For example
3×4 / 9
would obviously produce a different answer if you did the multiplication first, to the answer you would get if you did the division first.
|
Carry out the following calculations
|
Addition / Subtraction of Decimal Numbers
This is an extension of adding and subtracting integers. Just make sure that the decimal point is 'lined-up' properly.Example : 3940.61 + 21.49
| 3 | 9 | 4 | 0 | . | 6 | 1 | |
| 2 | 1 | . | 4 | 9 | |||
| - | - | - | - | - | - | - | |
| 3 | 9 | 6 | 2 | . | 1 | 0 |
This would be stated as 3962.1
Example : 274.340 + 69814.9
| 6 | 9 | 8 | 1 | 4 | . | 9 | |||
| 2 | 7 | 4 | . | 3 | 4 | 0 | |||
| - | - | - | - | - | - | - | - | - | - |
| 7 | 0 | 0 | 7 | 9 | . | 3 | 4 | 0 |
This would be stated as 70079.34
Example : 3427.891 - 469.32
| 3 | 4 | 2 | 7 | . | 8 | 9 | 1 |
| 4 | 6 | 9 | . | 3 | 2 | ||
| - | - | - | - | - | - | - | - |
| 2 | 9 | 5 | 8 | . | 5 | 7 | 1 |
Therefore answer is 2958.571
Multiplication by Ten and Multiples of Ten
Stated simply, multiplication by 10 or 100 or 1000 (or any multiple of ten) involves purely shifting the decimal point to the right - the figures themselves do not change.
The number of places that the decimal point is shifted is directly related to the number of zeroes in the 'multiplier'. For example,
| multiplication by | 10 | shifts the decimal point by | 1 place | e.g. | 23.42×10 | = 234.2
|
multiplication by |
100 |
shifts the decimal point by
|
2 places |
e.g. |
434.2312×100 | = 43423.12
|
multiplication by |
1 000 000 |
shifts the decimal point by
|
6 places |
e.g. |
47.42765434×1 000 000 | = 47427654.34
| |
You need to realise that a number like
2.34
can be written as
2.340000000
and actually the number of 'trailing' zeroes can be any number you like.
With this information you can see that
2.4×100 = 240
34.23×10 000 = 342300
2.71×1000 000 = 2710000
Additionally, you need to realize that a number written without a decimal point can actually be written with a decimal point. For example,
7
can be written as
7.0000000
So therefore
2×100 = 200 ( 2.00×100 )
36×10 000 = 360 000 ( 36.0000×10 000 )
71×1 000 000 = 71 000 000 ( 71.000000×1 000 000 )
Division by Ten and Multiples of Ten
Stated simply, division by 10 or 100 or 1000 (or any multiple of ten) involves purely shifting the decimal point to the left - the figures themselves do not change.
The number of places that the decimal point is shifted is directly related to the number of zeroes in the 'divisor'. For example,
| division by | 10 | shifts the decimal point by | 1 place | e.g. |
23.42 / 10 = 2.342
|
division by |
100 |
shifts the decimal point by
|
2 places |
e.g. |
434.2312 / 100 = 4.342312
|
division by |
1 000 000 |
shifts the decimal point by
|
6 places |
e.g. |
47427654.34 / 1 000 000 = 47.42765434
| |
You need to realise that a number like
2.34
could be written as
0000002.34
for the purposes of carrying out a division (the number of 'leading' zeroes can be any
number you like).
With this information you can see that
2.4 / 100 = 0.0240
Additionally, you need to realize that a number written
without a decimal point can actually be written with a decimal point. For example,
7
can be written as
7.0
So therefore (along with the information in the previous section), you can see that
2 / 100 = 0.02
etc.
References
Example : 76×8
Example : 462×34
Method
has a total of 5 decimal places (the 94 from the first number and the 625
from the second number)
the final answer would be
(Note that the number 2957867 from above has an implied decimal point at the end, which
is obviously normally omitted)
Example : 6.94×29.3
This becomes 203.342
Example : 0.29×1.4
This becomes 0.406
References
Proceed by example
The answer is 126
The answer is 9.5
But here it is beginning to look as though the calculations could go on forever, so usually
some
decision is made as to where to stop. Here we have gone as far as 13.58
The answer based on our calculations is 13.6 (to one place of decimals) - see
Rounding if necessary, to show why
we just stated the answer to one place of decimals in this instance
Do not confuse the procedures for long division with those for long multiplication
The division will be in the form
Procedure
A business has a bank balance of £300 in January. The balance sheet for the first 8
months of the year is shown below, but some of the amounts are missing.
1. What were the sales in June?
2. What were the expenses in April?
3. What was the profit or loss in March?
4. What was the bank balance in July?
How heavy is the chicken?
All the rolls wil be spread with butter and include lettuce and tomato as well as the requested
filling.
The table below shows how many rolls a given ingredient will fill.
Copy the table and complete the end column to show the ingredients needed to meet the
requests. Give your results to
appropriate levels of accuracy.
34.23 / 10 000 = 0.00342300
2.71 / 1 000 000 = 0.000002710000
36 / 10 000 = 0.0036
71 / 1 000 000 = 0.000071
Additional Note
Long Multiplication of Integers
7 6
8
- - - - - -
6 0 8
4 6 2
3 4
- - - - - -
1 8 4 8
1 3 8 6 0
- - - - - -
1 5 7 0 8
Long Multiplication - Decimal Numbers
6 9 4
2 9 3
- - - - - -
2 0 8 2
6 2 4 6 0
1 3 8 8 0 0
- - - - - -
2 0 3 3 4 2
2 9
1 4
- - -
1 1 6
2 9 0
- - -
4 0 6
Long Division of Integers
126
______
6 | 756
9.5
______
8 | 76
13.58
______
34 | 462
Long Division of Decimal Numbers
Past Exam Questions
1. Caroline wants to know the weight of a chicken so that she can work out how long
to cook it.
First she puts a dish on the scales and records the weight of the dish.
Then she weighs the dish with the chicken in it.
A store cafeteria is providing packed lunches for 54 employees. This will include
2 filled rolls each. The requests are for 50 ham, 20 cheese and 38 tuna rolls.