Skip to content

Learn

Number Theory

Level 18 / realistic untimed

LCM (<= 25)

4 visual steps / LCM via GCD

1. Find GCD

LCM(15, 24)1. Find GCDGet the shared factor first.1GCD = 3215 x 24 / 33LCM = 120
Get the shared factor first.

Get the shared factor first.

2. Multiply pair

LCM(15, 24)2. Multiply pairMultiply the two original numbers.1GCD = 3215 x 24 / 33LCM = 120
Multiply the two original numbers.

Multiply the two original numbers.

3. Divide GCD

LCM(15, 24)3. Divide GCDDivide by the shared factor.1GCD = 3215 x 24 / 33LCM = 120
Divide by the shared factor.

Divide by the shared factor.

4. Check

LCM(15, 24)4. CheckUse GCD x LCM = product when relevant.1GCD = 3215 x 24 / 33LCM = 120
Use GCD x LCM = product when relevant.

Use GCD x LCM = product when relevant.

Practice Level 18

Use the visible move, then type only when the answer is clear.

Start Level