Welcome to lesson three of Foundations of Factors and Multiples — only one more to go after this! In the first two lessons, you built a solid toolkit for taking a number apart: you learned how to verify factor relationships, find factor pairs, and assemble complete factor lists. All of that work answered one central question: What divides evenly into this number?
Now we flip the perspective entirely. Instead of looking inward at what divides a number, we look outward at what a number produces when we multiply. That shift in viewpoint leads us to the idea of multiples and reveals a powerful connection that ties together everything you have learned so far.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
So far our focus has been on looking inside a number. Given 36, for example, we searched for smaller numbers that divide it exactly, and we called those its factors. But every time we wrote a multiplication fact like 4×9=36, we were also saying something about 36 from the point of view of 4: the number 36 is a result of multiplying 4 by a whole number.
In everyday life, this "outward" view shows up constantly. A bus that departs every 15 minutes creates a schedule at 15,30,45,60,… minutes after the route begins. Each of those times is a multiple of 15. Understanding multiples will let us generate sequences like these quickly and connect them back to the factor work we already know.
A multiple of a whole number is the result of multiplying that number by any whole number (0,1,2,3,…).
While zero is technically a multiple of every number (because any number times 0 equals 0), it isn't very helpful when we are trying to plan a schedule or share items. For this reason, in this course, we will focus on positive multiples — the results of multiplying by 1,2,3,… and so on.
The multiples of 7 (starting with the first positive one) begin:
7×1=7,7×2=14,7×3=21,7×4=28,…
Unlike a factor list, which is always finite, the list of multiples never ends. There is no largest multiple of 7 because we can always multiply by the next whole number. A few quick observations worth noting:
The first positive multiple of any number is the number itself, since n×1=n.
Every positive multiple of a number is greater than or equal to that number.
Multiples grow in equal steps. Each new multiple of 7 is exactly 7 more than the previous one.
To list multiples, simply start at the number and keep adding it. Let's generate the first six multiples of 8:
Multiplier
Calculation
Multiple
1
8×1
8
2
8×2
16
3
8×3
24
4
8×4
32
5
8×5
40
6
8×6
48
So the first six multiples of 8 are 8,16,24,32,40,48. Notice the pattern: each row simply adds another 8. This makes generating multiples fast, even for larger numbers — if you can add, you can list multiples.
Sometimes we do not need to generate a whole list. Instead, we just need to answer a yes-or-no question: Is 56 a multiple of 7? The test is straightforward — divide and check the remainder:
56÷7=8(remainder 0)
Because the division comes out exactly, 56is a multiple of 7. Compare that with 50÷7=7 remainder 1. The remainder is not zero, so 50 is not a multiple of 7.
This should feel familiar. Checking for a zero remainder is exactly how we tested whether one number is a factor of another back in Lesson 1. The arithmetic is identical; only the language changes depending on which number we focus on. That observation leads directly to the big idea of this lesson.
Factors and multiples describe the same relationship viewed from opposite sides:
If A is a factor of B, then B is a multiple of A.
If B is a multiple of A, then A is a factor of B.
Let's ground this with a concrete example. We know that 6 is a factor of 42 because 42÷6=7 with no remainder. That same fact, flipped around, tells us that 42 is a multiple of 6 because 6×7=42. The table below shows several more examples of this two-way translation:
Every row in the table is a single mathematical fact expressed in two ways. Translating fluently between these two forms is one of the most useful skills in this course, because later topics — like finding common multiples and common factors — depend on seeing both sides at once.
Imagine a bakery that packages muffins in boxes of 6. The batch sizes that fill boxes perfectly are 6,12,18,24,30,… — exactly the multiples of 6. If a customer orders 42 muffins, we can check: 42÷6=7 with no remainder, so 42 is a multiple of 6 and the order fills 7 complete boxes with none left over.
Notice how naturally both perspectives apply here. Saying "42 is a multiple of 6" tells us the order fits perfectly into boxes. Saying "6 is a factor of 42" tells us the box size divides the order evenly. One situation, two equivalent descriptions — and being comfortable with both makes real-world reasoning faster and clearer.
In this lesson, you learned that a multiple of a number is the product of that number and any positive whole number, and that the list of multiples stretches on forever. You also saw how to generate multiples by repeated addition or multiplication, how to test whether a given number is a multiple by dividing and checking for a zero remainder, and — most importantly — how factors and multiples are two sides of the same coin: if A is a factor of B, then B is a multiple of A.
Up next, you will put these ideas to work in a set of hands-on exercises. You will build bus departure schedules from route intervals, judge multiple relationships on the fly, translate between factor and multiple language, and explain a real-world delivery scenario in your own words. Jump in and see how naturally factors and multiples start speaking the same language!