Before we dive into the concept of LCM, let's start with something familiar: multiples. A multiple of a number is what you get when you multiply that number by any natural number. For example, multiples of 3 are 3, 6, 9, 12, and so on.
Sometimes, when working with two or more numbers, we need to find a number that is a multiple of all those numbers. Such numbers are called common multiples. Among these common multiples, the smallest positive one is called the Least Common Multiple (LCM).
Understanding LCM is important because it helps solve problems involving synchronization, scheduling, measurements, and currency denominations, which are common in competitive exams.
The Least Common Multiple (LCM) of two or more numbers is the smallest number (other than zero) that is exactly divisible by all of them.
Let's understand this with an example:
| Multiples of 4 | Multiples of 6 |
|---|---|
| 4 | 6 |
| 8 | 12 |
| 12 | 18 |
| 16 | 24 |
| 20 | 30 |
| 24 | 36 |
Looking at the table, the common multiples of 4 and 6 are 12, 24, 36, ... The smallest among these is 12. Therefore, LCM(4, 6) = 12.
There are three main methods to find the LCM of numbers. Each method has its own advantages depending on the numbers involved.
graph TD A[Start] --> B{Choose Method} B --> C[Listing Multiples Method] B --> D[Prime Factorization Method] B --> E[Division Method] C --> C1[List multiples of each number] C1 --> C2[Identify common multiples] C2 --> C3[Select smallest common multiple as LCM] D --> D1[Find prime factors of each number] D1 --> D2[Take highest powers of all primes] D2 --> D3[Multiply these to get LCM] E --> E1[Write numbers in a row] E1 --> E2[Divide by common prime factors] E2 --> E3[Repeat until all numbers become 1] E3 --> E4[Multiply all divisors to get LCM]LCM is closely related to another important concept called the Greatest Common Divisor (GCD), which is the largest number that divides two numbers exactly.
The relationship between LCM and GCD of two numbers \(a\) and \(b\) is given by the formula:
This formula is very useful when you know the GCD and want to find the LCM quickly, or vice versa.
Step 1: List the first few multiples of 12:
12, 24, 36, 48, 60, 72, ...
Step 2: List the first few multiples of 15:
15, 30, 45, 60, 75, 90, ...
Step 3: Identify the common multiples:
60, 120, ...
Step 4: The smallest common multiple is 60.
Answer: LCM(12, 15) = 60
Step 1: Find prime factors of 18:
18 = 2 x 3 x 3 = \(2^1 \times 3^2\)
Step 2: Find prime factors of 24:
24 = 2 x 2 x 2 x 3 = \(2^3 \times 3^1\)
Step 3: Take highest powers of each prime:
Step 4: Multiply these highest powers:
LCM = \(2^3 \times 3^2 = 8 \times 9 = 72\)
Answer: LCM(18, 24) = 72
Step 1: Find the LCM of 20 and 30 to determine the interval when both arrive together.
Prime factorization:
Take highest powers:
LCM = \(2^2 \times 3 \times 5 = 4 \times 3 \times 5 = 60\) minutes
Step 2: Add 60 minutes to 9:00 AM.
Next common arrival time = 10:00 AM
Answer: Both buses will next arrive together at 10:00 AM.
Step 1: Write the numbers in a row:
8 12 20
Step 2: Divide by the smallest prime that divides at least one number:
Divide by 2:
4 6 10
Divisor so far: 2
Step 3: Divide again by 2:
2 3 5
Divisor so far: 2 x 2 = 4
Step 4: Divide by 2 again (only divides 2 and 5? No, 5 is not divisible by 2), so divide by 3:
2 1 5
Divisor so far: 4 x 3 = 12
Step 5: Divide by 2:
1 1 5
Divisor so far: 12 x 2 = 24
Step 6: Divide by 5:
1 1 1
Divisor so far: 24 x 5 = 120
Step 7: All numbers reduced to 1, stop.
Answer: LCM(8, 12, 20) = 120
Step 1: Find the LCM of 50 and 75 to determine the smallest amount divisible by both denominations.
Prime factorization:
Take highest powers:
LCM = \(2 \times 3 \times 25 = 150\)
Answer: The minimum amount payable equally using 50 INR and 75 INR notes is 150 INR.
When to use: When numbers are large or listing multiples is time-consuming.
When to use: When GCD is easier to calculate or already known.
When to use: When dealing with multiple numbers.
When to use: To speed up prime factorization.
When to use: When dealing with three or more numbers.
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →