Introduction

Welcome to Finding the Lowest Common Multiple, the fifth and final course in this learning path! Over the previous four courses, you built a strong toolkit: factors, multiples, prime factorisation, and the Highest Common Factor. Now we will put that foundation to work in a new direction by exploring common multiples and, eventually, the Lowest Common Multiple (LCM).

In this first lesson, we will learn how to generate lists of multiples for two or more numbers, compare those lists, and spot the values that appear in every one. By the end, you will have a clear picture of what a common multiple is and a reliable method for finding one.

A Quick Refresher on Multiples

As you may recall from earlier courses, a multiple of a whole number is the result of multiplying that number by any positive whole number. For example, the multiples of 44 are 4,8,12,16,20,4, 8, 12, 16, 20, \ldots because 4×1=44 \times 1 = 4, , and so on. Every whole number has infinitely many multiples, so the list never ends.

What Is a Common Multiple?

A common multiple of two or more numbers is a value that is a multiple of each of those numbers. Put differently, every one of the given numbers divides into it evenly.

Consider the numbers 33 and 55. The number 1515 is a multiple of 33 (since 3×5=153 \times 5 = 15) and also a multiple of (since ). Because appears in both multiples lists, it is a of and . So is , and , and infinitely many others — there is no largest common multiple, just as there is no largest multiple of any single number.

Finding Common Multiples by Listing

The most direct way to find common multiples is to list several multiples of each number and then look for matches. Let us walk through an example with 44 and 66.

Step 1 — List the first several multiples of each number.

Multiples of 4444881212
Working With More Than Two Numbers

The same idea extends naturally when you have three or more numbers. A common multiple must now appear in every list, not just two. Let us try 22, 33, and 55.

  • Multiples of 22: 2,4,6,8,10,12,14,16,18,20,22,24,26,
Common Multiples in Everyday Life

Common multiples pop up whenever two or more repeating cycles eventually line up. Imagine one gym class runs every 44 days and another runs every 66 days, both starting on Day 0. The days on which both classes are held are exactly the common multiples of 44 and 66: Day 1212, Day 2424, Day , and so on.

Conclusion and Next Steps

In this lesson you learned that a common multiple of two or more numbers is any value that each of them divides into evenly. The core method is straightforward: list multiples of each number, compare the lists, and pick out the shared values. Remember that every set of whole numbers has infinitely many common multiples, and that when three or more numbers are involved, a common multiple must appear in all of the lists.

Up next, you will put these ideas into practice with hands-on tasks — generating multiples lists, spotting shared values in tables, and applying common-multiple reasoning to real-world scheduling and logistics scenarios. Once you are comfortable finding common multiples, the next lesson will build on this skill to introduce the Lowest Common Multiple, the smallest value in that shared list.

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal