Dividing numbers up to 4 digits by a 1-digit number
In a nutshell
Division is the inverse of multiplication. Four digit numbers are whole numbers between 1000 and 9999. They can primarily be divided by a one-digit number using two methods: chunking and short division.
Chunking
The chunking method separates four digit numbers into multiple easy to divide chunks in order to divide a four digit number by a one digit number.
Example 1
Calculate: 2500÷5.
2500 can be split into two smaller "chunks" of 2000 and 500.
2000÷5500÷5400+100=400=100=500
2500÷5=500
Note: Use chunking for simple four digit numbers such as: 1000,4500,8000.
Short division
Short division is also known as the "bus stop" method. To perform short division:
PROCEDURE
1
| Write the number your are dividing by under the "bus stop" and the number being divided as follows: 5000÷5→5)5000.
|
2
| Starting from the left-hand side of the number being divided, find how many times the divisor goes into the first digit. |
| Write the answer above the "bus stop" and carry over any remainders to the next digit. |
| Repeat the procedure for the next digit. |
Example 2
Calculate: 5740÷4.
Write 4 outside the bus stop and 5740 inside the bus stop. Begin by finding how many 4s go into 5.
4)5740
5÷4=1 remainder 1
Write the answer 1 above 5. Write the remainder 1 in front of 7. Work out how many 4s go into 17.
4)5 17401
17÷4=4 remainder 1
Write the answer 4 above 7. Write the remainder 1 in front of 4. Work out how many 4s go into 14.
4)57 14014
14÷4=3 remainder 2
Write the answer 3 above 4. Write the remainder 2 before 0. Lastly, work out how many 4s go in 20.
4)574 20143
20÷4=5
4)574 01435
5740÷5=1435
Remainders
One-digit numbers do not always fit into a four digit number. The amount which is left over after division is known as a remainder.
Example 3
Use the chunking method to solve: 1004÷5.
1004 can be split into three smaller "chunks" of 500 and 500 and 4.
500÷5500÷5100+100=100=100=200
4 is not divisible by 5.
1004÷5=200 remainder 4
Example 4
Use short division to solve: 3964÷3.
Write 3 outside the bus stop and 3964 inside the bus stop.
3)3964
Find how many 3's first fit into 3, 9 and 6. Write the answers, 1, 3 and 2 above each number respectively.
3)3964132
4 is not wholly divisible by 3.
Find the largest whole division you can perform.
3÷3=1
Write 1 above 4.
3)39641321
Find the remainder.
3×1=34−3=1
3964÷3=1321 remainder 4