1.1.11 · D3Arithmetic & Number Systems

Worked examples — LCM — prime factorization method, relationship HCF × LCM = product

2,552 words12 min readBack to topic

Before we begin, a one-line reminder of the two words we keep using:

  • A multiple of is any number you get by multiplying by a whole number: — think "footsteps of size ".
  • A factor (or divisor) of is a number that divides with no remainder — think "a brick is built from".

The scenario matrix

Every LCM problem falls into one of these cells. The worked examples below are each tagged with the cell(s) they cover, and together they hit all of them.

Cell Situation What's tricky about it Example
A Two numbers share some primes (overlap) pick max carefully per prime Ex 1
B Two numbers coprime (share nothing, HCF ) LCM is just the product Ex 2
C One number divides the other LCM the bigger one; HCF smaller Ex 3
D Both are powers of the same prime only one prime — max wins outright Ex 4
E Degenerate: LCM with ; role of identity element, and why breaks LCM Ex 5
F Reverse problem: given HCF & LCM, find missing number use Ex 6
G Three numbers product rule FAILS — must use per-prime min/max Ex 7
H Word problem (bells / cycles syncing) translate real world → LCM Ex 8
I Exam twist: HCF and LCM given, must be consistent HCF must divide LCM, else impossible Ex 9

Cell A — numbers that share primes

Look at the figure below: the two prime-recipe columns, with the LCM reaching up to the taller bar of each prime, the HCF staying at the shorter bar.

Figure — LCM — prime factorization method, relationship HCF × LCM = product

Cell B — coprime numbers (no shared primes)

Recall When is LCM

exactly ? When ::: and are coprime (HCF , no shared prime).


Cell C — one number divides the other


Cell D — powers of the same prime


Cell E — degenerate inputs ( and )


Cell F — reverse problem (find the missing number)


Cell G — three numbers (product rule FAILS)


Cell H — word problem (syncing cycles)


Cell I — exam twist (impossible data)


Recall ladder

Recall Coprime numbers: what is their LCM?

Their product ::: (since HCF , so ).

Recall If

divides , what are LCM and HCF? LCM , HCF ::: the bigger and smaller numbers respectively.

Recall Why can't we use HCF × LCM = product for three numbers?

Because ::: min+max cancellation only pairs two exponents; with three, shared primes are miscounted (e.g. : ).

Recall Given HCF, LCM, and one number

, formula for ? ::: valid for exactly two numbers — always re-check consistency.


Connections

Case Map

use

then

must use

LCM equals product

Two or more numbers given

Exactly two numbers

Three or more numbers

Share some primes

Coprime HCF is 1

One divides the other

Reverse: find missing number

Use per prime max and min only

HCF times LCM equals product

Check HCF divides LCM