Introduction to Division
Introduction
Division is one of the four fundamental operations of arithmetic, alongside addition, subtraction, and multiplication. At its core, division is the process of splitting a quantity into equal parts or determining how many times one number is contained within another.
1. Definition and Vocabulary
Division answers two questions: • "How many groups of size b can be made from a objects?" • "If a objects are shared equally among b groups, how many does each group receive?"
The standard vocabulary:
| Term | Meaning | Example (12 ÷ 4 = 3) | |------|---------|-----| | Dividend | The number being divided | 12 | | Divisor | The number we divide by | 4 | | Quotient | The result of division | 3 | | Remainder | What is left over (if any) | 0 |
The general relationship that governs ALL division: Dividend = (Divisor × Quotient) + Remainder This is called the Division Algorithm.
2. Four Notations for Division
Division is expressed in several equivalent notations. All four forms represent the same relationship:
• a ÷ b — Obelus: most common in elementary work • a / b — Slash: common in everyday writing and computing • a/b (fraction bar) — links division directly to fractions; every fraction is a division problem • b)a (long-division bracket) — used in the written long-division algorithm
The fraction bar is especially important because division and fractions are intimately related — every fraction is a division problem waiting to be evaluated.
3. Two Interpretations of Division
Partitive (Sharing) Division: The divisor tells us how many groups there are. We ask how much each group receives. Example: "12 apples shared among 4 children — how many per child?" → 12 ÷ 4 = 3 apples each.
Quotitive (Measurement) Division: The divisor tells us the size of each group. We ask how many groups fit. Example: "12 apples packed in bags of 4 — how many bags?" → 12 ÷ 4 = 3 bags.
Both interpretations give the same numerical answer (12 ÷ 4 = 3) but represent different real-world situations.
4. The Long Division Algorithm (DMSB)
Long division is the standard written algorithm for dividing large dividends. It uses four repeating steps — Divide, Multiply, Subtract, Bring down:
1. Divide: Look at the leftmost digit(s) of the dividend. Find how many times the divisor fits. 2. Multiply: Multiply that quotient digit by the divisor. 3. Subtract: Subtract that product from the current partial dividend. 4. Bring Down: Bring down the next digit of the dividend to form a new partial dividend. 5. Repeat until all digits are processed. The final difference is the remainder.
Example: 256 ÷ 4 = ? Step 1: 4 goes into 25 six times (4 × 6 = 24). Write 6, subtract 24 from 25 → remainder 1. Step 2: Bring down 6, making 16. 4 goes into 16 four times (4 × 4 = 16). Write 4, subtract → remainder 0. Answer: 256 ÷ 4 = 64. Verification: 4 × 64 + 0 = 256 ✔
5. Division Involving Zero
Zero as Dividend (0 ÷ b): When 0 is divided by any nonzero number, the result is always 0. For example: 0 ÷ 9 = 0, because 9 × 0 = 0.
Zero as Divisor (a ÷ 0): UNDEFINED. Division by zero is undefined. There is no number that, when multiplied by 0, gives a nonzero product. This is one of the most important rules in all of mathematics.
6. Properties of Division
| Property | Rule | True? | |----------|------|-------| | Commutative | a ÷ b = b ÷ a | ❌ False: 6÷3=2 but 3÷6=0.5 | | Associative | (a÷b)÷c = a÷(b÷c) | ❌ False: (12÷4)÷2=1.5 but 12÷(4÷2)=6 | | Identity | a ÷ 1 = a | ✅ True: 35÷1=35 | | Zero Property | 0 ÷ a = 0 (a≠0) | ✅ True | | Distributive over Addition | (a+b)÷c = (a÷c)+(b÷c) | ✅ True: (6+9)÷3=5 |
Unlike addition and multiplication, division is NEITHER commutative NOR associative.
Quick practice
Using a sample question until this lesson includes practice data. XP sync rolls out with account progress (Phase 4).
Quick warm-up: what is 4 + 3?
For the full tabbed flow with scoring summary, open the Practice tab above.