Contents

Easy Ways to Find LCM and GCF

Consider this example. Naomi buys chicken noodles every 2 days, Uciha every 3 days, and Sakiro every 5 days. If they all buy noodles together today, after how many days will they meet again on the same day?

This kind of problem can be solved using the idea of the Least Common Multiple (LCM).

The LCM of two or more numbers can be found in several ways:

  1. listing multiples
  2. prime factorization
  3. repeated division

To understand the LCM, look at these multiples:

  • multiples of 2: 2, 4, 6, 8, 10, 12, ...
  • multiples of 3: 3, 6, 9, 12, 15, ...
  • multiples of 5: 5, 10, 15, 20, 25, ...

Numbers that appear in more than one list are called common multiples. The smallest of them is the least common multiple.

Examples:

  1. The LCM of 1 and 3 is 3
  2. The LCM of 2 and 5 is 10
  3. The LCM of 4 and 7 is 28

Another way to find the LCM is by prime factorization.

Example: find the LCM of 90 and 168.

Finding the LCM with prime factorization

90=2×32×5168=23×3×7 \begin{aligned} 90 &= 2 \times 3^2 \times 5\\ 168 &= 2^3 \times 3 \times 7 \end{aligned}

To find the LCM, include every prime factor that appears and choose the highest power of each one.

LCM=23×32×5×7=2520 \text{LCM} = 2^3 \times 3^2 \times 5 \times 7 = 2520

The interactive calculator for this section is available in the original source.

The LCM can also be found by repeated division. Divide the numbers step by step until all quotients become 1, then multiply all divisors used.

Example: find the LCM of 9, 15, and 42.

Finding the LCM with repeated division

The result is:

3×2×7×5×3=630 3 \times 2 \times 7 \times 5 \times 3 = 630

So the LCM of 9, 15, and 42 is 630.

A number aa is called a factor of an integer bb if aa divides bb exactly. In other words:

b=a×n b = a \times n

for some integer nn.

Examples:

  • factors of 6: 1, 2, 3, 6
  • factors of 8: 1, 2, 4, 8
  • factors of 24: 1, 2, 3, 4, 6, 8, 12, 24

The common factors of 6 and 8 are {1, 2}.

The Greatest Common Factor (GCF) of two or more numbers is the largest positive integer that divides all of them exactly.

The GCF can be found by:

  1. comparing factor lists
  2. using prime factorization
  3. using repeated division

Find the GCF of 20 and 12.

Factors of 20: 1, 2, 4, 5, 10, 20
Factors of 12: 1, 2, 3, 4, 6, 12

The largest common factor is 4, so the GCF of 20 and 12 is 4.

Find the GCF of 90 and 168.

Finding the GCF with prime factorization

90=2×32×5168=23×3×7 \begin{aligned} 90 &= 2 \times 3^2 \times 5\\ 168 &= 2^3 \times 3 \times 7 \end{aligned}

To find the GCF, multiply the common prime factors using the lowest powers:

GCF=2×3=6 \text{GCF} = 2 \times 3 = 6

Find the GCF of 24, 48, and 72.

Finding the GCF with repeated division

Multiply the divisors that divide all three numbers:

2×2×3=12 2 \times 2 \times 3 = 12

So the GCF of 24, 48, and 72 is 12.

The interactive calculator for this section is available in the original source.

Ani has two motorbikes. One must be serviced every 30 days, the other every 25 days. After how many days will both need service on the same day?

25=5230=2×3×5 \begin{aligned} 25 &= 5^2\\ 30 &= 2 \times 3 \times 5 \end{aligned}

The LCM is:

2×3×52=150 2 \times 3 \times 5^2 = 150

So both motorbikes will be serviced together every 150 days.

Andi has 15 chocolate breads and 20 banana breads. He wants to pack them into bags with the same composition in each bag. How many bags can be made?

Factors of 15: 1, 3, 5, 15
Factors of 20: 1, 2, 4, 5, 10, 20

The GCF of 15 and 20 is 5, so Andi can make 5 identical bags.

Mr. Amin patrols every 4 days, Mr. Andi every 6 days, and Mr. Budi every 8 days. If they patrol together on August 1, 2021, when will they patrol together for the second time?

4=226=2×38=23 \begin{aligned} 4 &= 2^2\\ 6 &= 2 \times 3\\ 8 &= 2^3 \end{aligned}

The LCM of 4, 6, and 8 is:

23×3=24 2^3 \times 3 = 24

So they will meet again 24 days after August 1, 2021, which is August 25, 2021.

Interactive exercises for this section are available in the original source.

That completes this overview of how to find the LCM and GCF using lists of multiples, prime factorization, and repeated division. Choose the method that feels clearest, then reinforce it with practice.

Reference: Mathematics textbook for Grade 7 junior secondary students, Ministry of Education and Culture of the Republic of Indonesia, 2016.

Related Content