Courses / Mathematics I
Arithmetic and Number Theory

Divisibility and the Division Algorithm

Mathematics I 267 words Free to read

Divisibility & the Division Algorithm

Number theory begins with divisibility. An integer aa divides bb (written aba \mid b) if b=akb = ak for some integer kk, meaning bb is a multiple of aa with no remainder. For example, 3123 \mid 12 because 12=3412 = 3 \cdot 4, but 3133 \nmid 13.

When aa does not divide bb exactly, the division algorithm governs the outcome. For any integer bb and positive integer aa, there exist unique integers qq (quotient) and rr (remainder) such that:

b=aq+r,0r<ab = aq + r, \quad 0 \le r < a

Divisibility is simply the special case where r=0r = 0.

For b=17b = 17 and a=5a = 5, we write 17=53+217 = 5 \cdot 3 + 2, yielding quotient q=3q = 3 and remainder r=2r = 2.

Rules & Pitfalls

Divisibility relies on algebraic properties that streamline proofs and form the backbone of modular arithmetic:

PropertyRule
Sum/DifferenceIf aba \mid b and aca \mid c, then a(b±c)a \mid (b \pm c)
TransitivityIf aba \mid b and bcb \mid c, then aca \mid c
AbsorptionIf aba \mid b, then abca \mid bc for any integer cc
Common Pitfall: A remainder must strictly satisfy 0r<a0 \le r < a. It is never negative and never equals or exceeds the divisor.

Writing 17=52+717 = 5 \cdot 2 + 7 is incorrect even though the arithmetic checks out, because 757 \ge 5. The correct form is 17=53+217 = 5 \cdot 3 + 2.

Divisibility and the Division Algorithm

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes

Arithmetic and Number Theory