Mathwords logoMathwords

Division — Definition, Formula & Examples

Division is the arithmetic operation that splits a number into equal groups or finds how many times one number fits inside another. For example, dividing 12 by 3 means separating 12 into 3 equal groups of 4.

Division is the inverse operation of multiplication. Given a dividend aa and a nonzero divisor bb, division produces a quotient qq such that a=b×qa = b \times q. Division by zero is undefined.

Key Formula

a÷b=q(with remainder r)a \div b = q \quad \text{(with remainder } r\text{)}
Where:
  • aa = The dividend — the number being divided
  • bb = The divisor — the number you divide by (cannot be 0)
  • qq = The quotient — the result of the division
  • rr = The remainder — the amount left over (0 ≤ r < b)

How It Works

Division answers two types of questions: "How many are in each group?" and "How many groups can I make?" To divide, you can think of it as repeated subtraction — for instance, 20 ÷ 5 asks how many times you can subtract 5 from 20 before reaching 0. When a division does not come out evenly, the leftover amount is called the remainder. You will see division written with the ÷ symbol, a fraction bar, or a long-division bracket.

Worked Example

Problem: Divide 56 by 8.
Step 1: Set up the division.
56÷8=  ?56 \div 8 = \;?
Step 2: Ask: what number multiplied by 8 gives 56?
8×7=568 \times 7 = 56
Step 3: Since 8 × 7 equals exactly 56, the quotient is 7 with no remainder.
56÷8=756 \div 8 = 7
Answer: 56 ÷ 8 = 7

Another Example

Problem: Divide 29 by 6.
Step 1: Set up the division.
29÷6=  ?29 \div 6 = \;?
Step 2: Find the largest multiple of 6 that fits inside 29. Since 6 × 4 = 24 and 6 × 5 = 30, the largest one is 24.
6×4=246 \times 4 = 24
Step 3: Subtract to find the remainder.
2924=529 - 24 = 5
Step 4: Write the answer as a quotient with a remainder.
29÷6=4  R  529 \div 6 = 4 \;\text{R}\; 5
Answer: 29 ÷ 6 = 4 remainder 5

Visualization

Why It Matters

Division shows up constantly in everyday life — splitting a bill equally, measuring ingredients for half a recipe, or figuring out how many weeks until a deadline. It is a core skill in every elementary math course and forms the foundation for fractions, ratios, and algebra.

Common Mistakes

Mistake: Mixing up the dividend and the divisor, writing 8 ÷ 56 instead of 56 ÷ 8.
Correction: Order matters in division. The number being split (the dividend) comes first, and the number you divide by (the divisor) comes second. Unlike addition and multiplication, swapping the numbers changes the answer.
Mistake: Forgetting the remainder and rounding the quotient incorrectly.
Correction: Always check your answer by multiplying the quotient by the divisor and adding the remainder. The result should equal the dividend: b × q + r = a.