Dividing a 2-digit number by a 1-digit number
In a nutshell
Division is the opposite of multiplication. Two-digit numbers are whole numbers between 10 and 99. They can primarily be divided by a one-digit number using two methods: chunking and short division.
Chunking
The chunking method uses multiplication to quickly perform repeated subtraction. The number of total subtractions will be the answer.
Example 1
Andy wants to share 45 oranges among 5 people. How many oranges will each person get?
5)4 530100−[5×3=15]−[5×4=20]−[5×2=10]
3+4+2=9 oranges each
Note: Keep subtracting until you reach 0.
Short division
Short division is also known as the "bus stop" method. To perform short division:
PROCEDURE
- Write the dividend (first number) under the "bus stop" and the divisor (second number) as follows: 48÷4→4)48
- 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". Then repeat for the next digit.
Example 2
Use the "bus stop" method to solve: 48÷4.
4)4 812
4÷4=1 and 8÷4=2
48÷4=12
Remainders
A one-digit number does not always fit exactly into a two-digit number. The amount which is left over after division is known as a remainder.
Example 3
Use the chunking method to solve: 52÷8.
6)5 2224−[6×5=30]−[6×3=18]
5+3=8
52÷6=8 remainder 4
Example 4
Use short division to solve: 51÷2.
2)5 1125
2×5=10
11−10=1
51÷2=25 remainder 1
Note: In short division, carry over remainders until the last digit. Then find the largest whole division you can perform. The left over is the remainder.