Dividing numbers up to 4 digits by a 2-digit number
In a nutshell
Division is the inverse of multiplication. Four digit numbers are whole numbers between 1000 and 9999. Two-digit numbers are whole numbers between 10 and 99. A four digit number can be divided by a two-digit number using two methods: chunking and long division.
Chunking
The chunking method separates four digit numbers into multiple easy to divide "chunks" in order to divide it by a two digit number.
Example 1
Calculate: 7500÷25.
7500 can be split into two smaller "chunks" of 5000 and 2500.
5000÷252500÷25200+100=200=100=300
7500÷25=300
Long division
Long division breaks up a calculation into a sequence of smaller divisions which are easier to calculate.
PROCEDURE
1
| Write the number you are dividing by, the divisor, inside the "bus stop" and the number being divided outside as follows: 6240÷20→20)6240.
|
2
| Starting from the left-hand side of the number being divided, find how many times the divisor goes into the first digit. In this case as the divisor is two digits, it will always be greater than the first digit and therefore not divisible. |
| Combine the first two digits of the number being divided and find out how many times the divisor goes into the first two digits. (If the divisor is still greater than the first two digits, repeat this step again but for the first three digits instead). |
| Subtract the largest multiple of the divisor which fits into the first two or three digits of the dividend and write it below. This is the remainder. |
| Bring down the next digit to be divided and place this to the right of the remainder. |
| Repeat until all four digits have undergone division and you are left with 0 or a remainder after the final subtraction.
|
Example 2
Calculate: 6240÷20.
Write the calculation in the long division format.
20)6 240
6 is not divisible by 20 so combine the first two digits.
20)62 400
(20×3)=60. So 60 is the largest multiple of 20 which goes into 62.
Subtract 60 from 62 for the remainder.
20 )624003 − 60 2
Bring down the next digit.
20 )624003 − 6024
(20×1)=20. So 20 is the largest multiple of 20 which goes into 24.
Subtract 20 from 24 for the remainder.
20 )6240031 − 6024− 20 4
Bring down the next digit.
20 )6240031 − 6024− 20 40
(20×2)=40. So 40 is the largest multiple of 20 which goes into 40.
Subtract 40 from 40.
20 )62400312− 6024− 20 40− 400
6240÷20=312
Note: Use trial and error to find the largest multiple of the divisor which will fit into the number being divided.