1.1.7 · D3Arithmetic & Number Systems

Worked examples — Factors and multiples — all factors of a number, factor pairs

2,792 words13 min readBack to topic

Two symbols we lean on, defined in plain words before we use them:


The scenario matrix

Every factor problem you will ever meet lands in one of these cells. The rest of the page fills each cell with a fully worked example.

# Case class What's special about it Example
A Small even composite ordinary pairs, quick scan Ex 1 ()
B Perfect square middle pair counted once → odd factor count Ex 2 ()
C Prime only — the degenerate minimum Ex 3 ()
D The two edge inputs and limiting / degenerate: fewest and "infinite" factors Ex 4
E Odd composite (no even factors) tests that you don't assume is a factor Ex 5 ()
F Larger number, not whole shows exactly where to stop the scan Ex 6 ()
G Real-world word problem translate objects → factor pairs Ex 7 (72 chairs)
H Exam twist — reverse question given the factor count, find Ex 8

Cases A–H together touch every corner: even/odd, prime/composite, perfect square, the degenerate inputs and , a big number where the stopping point matters, a word problem, and a backwards exam question.


Case A — Small even composite

Figure — Factors and multiples — all factors of a number, factor pairs

The figure above shows the factor-pair rectangles of : each pair is a rectangle of rows and columns, all built from the same tiles. Notice how and are the same tiles rearranged — that's why partners come together.


Case B — Perfect square

Recall Why

only perfect squares have an odd factor count Factors march in pairs . The only way one gets left un-partnered is , i.e. — which needs to be a whole number. So an odd factor count is a perfect square.


Case C — Prime (the degenerate minimum)


Case D — The edge inputs and


Case E — Odd composite (don't assume divides)


Case F — Larger number, not a whole number

Figure — Factors and multiples — all factors of a number, factor pairs

The figure plots each divisor on a number line against its partner . Watch the two dots of a pair mirror across the vertical line (dashed): every left dot () has a right partner, which is precisely why we only ever scan the left half.


Case G — Real-world word problem


Case H — Exam twist (reverse question)


Wrap-up: the matrix, filled

Recall One line per case (hide and recall)

A even composite → 8 factors ::: even count, four distinct pairs. B perfect square → 9 factors ::: odd count, middle pair once. C prime → 2 factors ::: degenerate minimum, only . D edge → 1 factor; → infinitely many ::: the two extremes. E odd composite → 6 factors ::: no even factor ever appears. F big number → 12 factors ::: scan stops precisely at . G word problem 72 chairs → 6 shapes / 12 ordered ::: rectangle = factor pair. H reverse: odd count in 30–50 → 36 and 49; exactly three factors → 49 ::: three factors = square of a prime.


Connections

  • Prime numbers and composite numbers — cells C and H turn on factor counts.
  • Prime factorisation — "exactly three factors " comes from here.
  • Perfect squares — the odd-count signature in cells B, D, H.
  • HCF and LCM — built from the factor lists you now generate flawlessly.
  • Divisibility rules — the "odd number has no even factor" shortcut in cell E.
  • Fractions in lowest terms — cancelling shared factors of a pair.