The Greatest Common Divisor
The Greatest Common Divisor
the largest positive integer that divides two or more numbers without leaving a remainder.
It’s useful for simplifying fractions, finding common factors, and solving various
mathematical problems.
1. Listing Factors:
o List all the factors of each number and find the largest one they share.
▪ Factors of 8: 1, 2, 4, 8
▪ Factors of 12: 1, 2, 3, 4, 6, 12
▪ GCD is 4.
2. Prime Factorization:
▪ GCD = 2¹ × 3¹ = 6.
▪ Divide the larger number by the smaller one and find the remainder.
▪ Replace the larger number with the smaller number and the smaller
number with the remainder.
▪ 48 ÷ 18 = 2 (remainder 12)
▪ 18 ÷ 12 = 1 (remainder 6)
▪ 12 ÷ 6 = 2 (remainder 0)
▪ GCD is 6.
Applications of GCD
Example
1. Listing Factors:
o GCD is 12.
2. Prime Factorization:
o 36 = 2² × 3²
o 60 = 2² × 3¹ × 5¹
o GCD = 2² × 3¹ = 12.
o 60 ÷ 36 = 1 (remainder 24)
o 36 ÷ 24 = 1 (remainder 12)
o 24 ÷ 12 = 2 (remainder 0)
o GCD is 12.