Break 60 into its prime building blocks using a division ladder.
Divide by the smallest prime that works, then repeat on the quotient
until you reach 1. The result: 60 = 2 × 2 × 3 × 5.
Example
Factor 60 with a repeated-division ladder.
highlighted = computed this step
Step 1 — Set up
Set up the numbers to test.
60
Step 2 — Divide by 2
Divide by the next prime: 60 ÷ 2 = 30.
60÷2=30
Step 3 — Divide by 2
Divide by the next prime: 30 ÷ 2 = 15.
30÷2=15
Step 4 — Divide by 3
Divide by the next prime: 15 ÷ 3 = 5.
15÷3=5
Step 5 — Divide by 5
Divide by the next prime: 5 ÷ 5 = 1.
5÷5=1
Step 6 — Result
Read the final result.
60=22×3×5
division-ladderStart with the number and divide by the smallest prime factor. Write the quotient below and repeat. Each row shows one prime factor on the side. Stop when the quotient reaches 1. The primes on the side, read top to bottom, are the prime factorization.