Basic level

Division

Division is the inverse of multiplication — divide the dividend by the divisor to get the quotient. Learn the names, the link to multiplication, division with a remainder and why you must never divide by zero.

Before you start

This topic builds on earlier ideas. Before you start, it's worth working through the lessons below — they'll make everything click:

All formulas

  • Quotient

    a:b=ca : b = c

    dividend : divisor = quotient (b ≠ 0)

  • Check

    a:b=c    cb=aa : b = c \iff c \cdot b = a

    check division with multiplication

  • Division with remainder

    a=bq+ra = b \cdot q + r

    the remainder satisfies 0 ≤ r < b

  • Dividing by one

    a:1=aa : 1 = a

    dividing by one leaves the number unchanged

  • Dividing by itself

    a:a=1a : a = 1

    for a ≠ 0

Division is the inverse of multiplication: it tells you how many times one number fits into another, or into how many equal parts something can be split. The notation a:b=ca : b = c reads "a divided by b equals c". The number aa is the dividend, bb is the divisor (it must be nonzero), and cc is the quotient.

The same division sign is written two ways: a:ba : b and a÷ba \div b mean exactly the same thing.

The names in division

  • dividend — the number being divided (aa),
  • divisor — the number you divide by (bb),
  • quotient — the result (cc).

Division and multiplication

Division and multiplication are inverse operations, so you can check every division with multiplication:

a:b=c    cb=aa : b = c \iff c \cdot b = a

Since 56:8=756 : 8 = 7, we have 78=567 \cdot 8 = 56. Knowing the times tables is therefore the key to dividing fluently.

Check whether 72 : 9 = 8.

Division with a remainder

Not every number divides evenly. Then we write division with a remainder:

a=bq+r,0r<ba = b \cdot q + r, \qquad 0 \le r < b

where qq is the quotient (the whole part) and rr is the remainder — always smaller than the divisor. For example 17:517 : 5 gives quotient 33 and remainder 22, because 17=53+217 = 5 \cdot 3 + 2.

Divide 30 by 7 with a remainder.

Properties and division by zero

  • dividing by one leaves the number unchanged: a:1=aa : 1 = a,
  • a number divided by itself is one: a:a=1a : a = 1 (for a0a \neq 0),
  • you must never divide by zero — if a:0=ca : 0 = c, then c0=ac \cdot 0 = a would have to hold, but a product with zero is always 00, so for a0a \neq 0 no such cc exists. Division by zero stays undefined.

Division is neither commutative nor associative: a:ba : b is generally not equal to b:ab : a.

Practice

Work through a set of exercises — they get harder as you go. At the end you'll see your score and the mistakes worth reviewing.

Exercise 1 of 8Score: 0
12 ÷ 6 =

Common mistakes

  • Dividing by zero — an undefined operation; there is no result.
  • Swapping the dividend and divisor12:3=412 : 3 = 4, but 3:123 : 12 is something else entirely (less than one).
  • Dropping the remainder — if the numbers don't divide evenly, the answer has a quotient and a remainder; check it with a=bq+ra = b \cdot q + r.

Formula card

Topic: Division

  • Quotient

    a:b=ca : b = c

    dividend : divisor = quotient (b ≠ 0)

  • Check

    a:b=c    cb=aa : b = c \iff c \cdot b = a

    check division with multiplication

  • Division with remainder

    a=bq+ra = b \cdot q + r

    the remainder satisfies 0 ≤ r < b

  • Dividing by one

    a:1=aa : 1 = a

    dividing by one leaves the number unchanged

  • Dividing by itself

    a:a=1a : a = 1

    for a ≠ 0

Frequently asked questions

Related articles