Notebook
00:01
28 Mar 2026

Understanding and Verifying the Product Property

In CL-05, every time you computed HCF and LCM of two numbers, you verified by checking that:

HCF ×\times LCM = Product of the two numbers

This was not a coincidence — it is a guaranteed mathematical property.

In this section, you will:

  • Understand WHY this property holds
  • Learn to use it systematically

And finally, we will understand the important caveat:

Number of ValuesDoes the Property Work?
Two Numbers✅ Yes
Three or More❌ No

1. Stating and Verifying the Product Property

The product property connects HCF and LCM in a beautiful way.

Before using it to solve problems, let's make sure you can:

  • State the property correctly.
  • Verify it using specific numbers.
📋 Given Info

Given Information

For the numbers 126 and 156:

  • HCF = 66
  • LCM = 32763276
✍️ Question

Your Task 📝

  1. State the product property for HCF and LCM.
  2. Verify it using the given values for 126126 and 156156.

The product property says:

HCF(a, b) × LCM(a, b) = a × b

✍️ Yes/No
Yes or No?
Does this property HCF(a,b)×LCM(a,b)=a×bHCF(a, b) \times LCM(a, b) = a \times b apply to any two positive integers?

This holds for any two positive integers aa and bb. Let me verify with 126 and 156.

✍️ MCQ
Choose one
To verify the property for 126126 and 156156, we need to check if HCF×LCMHCF \times LCM equals:

Left side: HCF × LCM = 6 × 3276

Break it down:

  • 6×3000=180006 \times 3000 = 18000
  • 6×276=16566 \times 276 = 1656
✍️ FIB
Fill in the blank
What is 18000+165618000 + 1656?
Type your answer, or hold Space to speak

6×3276=18000+1656=6 \times 3276 = 18000 + 1656 = 19656

Right side: a × b = 126 × 156

Break it down:

  • 126×150=18900126 \times 150 = 18900
  • 126×6=756126 \times 6 = 756
✍️ MCQ
Choose one
What should 126×156126 \times 156 equal to verify the property?

126×156=18900+756=126 \times 156 = 18900 + 756 = 19656

Both sides = 19656. Match! ✓

Why does this always work?

To understand why HCF×LCM=a×bHCF \times LCM = a \times b, we look at the prime factors of the numbers. For every prime factor pp:

  • HCF chooses the smallest power: pmin(ea,eb)p^{\min(e_a, e_b)}
  • LCM chooses the largest power: pmax(ea,eb)p^{\max(e_a, e_b)}
✍️ MCQ
Choose one
If a=23×a = 2^3 \times \dots and b=25×b = 2^5 \times \dots, what is the power of 22 in HCF(a,b)HCF(a, b)?

The Power of Addition

When we multiply HCF and LCM, we add their exponents:

  • HCF × LCM exponent p(min+max)\rightarrow p^{(\min + \max)}

When we multiply the original numbers aa and bb, we also add exponents:

  • a×ba \times b exponent pea×peb=p(ea+eb)\rightarrow p^{e_a} \times p^{e_b} = p^{(e_a + e_b)}

The Identity: min(x,y)+max(x,y)=x+y\min(x, y) + \max(x, y) = x + y

✍️ T/F
True or False?
Is the statement min(x,y)+max(x,y)=x+y\min(x, y) + \max(x, y) = x + y always true?

Conclusion

Because the sum of the exponents matches for every prime factor:

HCF × LCM and a×ba \times b have the exact same prime factorisation.

Therefore, they must be equal!

Important Caveat

This property works for TWO numbers only.

✍️ Yes/No
Yes or No?
Can we use the formula HCF(a,b,c)×LCM(a,b,c)=a×b×cHCF(a, b, c) \times LCM(a, b, c) = a \times b \times c for three numbers?

For three or more numbers, min(x,y,z)+max(x,y,z)\min(x, y, z) + \max(x, y, z) does NOT equal x+y+zx + y + z, so the property fails.

✍️ T/F
True or False?
The product of the HCF and LCM of any three positive integers is equal to the product of those three integers.

2. Why the Property Fails for Three Numbers

A Common Exam Trap ⚠️

A very common exam question tests whether you know the limitation of the product property.

The Mistake: Many students incorrectly extend this rule to three numbers.

Let's see if you can spot the issue!

✍️ Question

Check this claim 🔍

A student claims that HCF × LCM = a × b × c for any three numbers.

Given information:

  • Numbers (a,b,ca, b, c): 3636, 6060, and 8484
  • HCF: 1212
  • LCM: 12601260

Is the student correct?

(Compute both sides and compare)

Let me check the student's claim by computing both sides.

Left side: HCF × LCM = 12 × 1260 = 12 × 1000 + 12 × 260 = 12000 + 3120 = 15,120

✍️ FIB
Fill in the blank
If the property worked, what should 36×60×8436 \times 60 \times 84 equal?
Type your answer, or hold Space to speak

Right side: a × b × c = 36 × 60 × 84 = 36 × 60 = 2160 = 2160 × 84 = 2160 × 80 + 2160 × 4 = 172800 + 8640 = 181,440

15,120 is NOT equal to 181,440. Not even close!

So the student's claim is wrong. The product property HCF × LCM = a × b works for two numbers only.

Why does it fail?

For two numbers, the logic is simple: min(x,y)+max(x,y)=x+y\min(x, y) + \max(x, y) = x + y.

However, for three numbers, min(x,y,z)+max(x,y,z)\min(x, y, z) + \max(x, y, z) does NOT equal x+y+zx + y + z. Why? Because the middle value is lost.

✍️ MCQ
Choose one
If three numbers have exponents 2,5,2, 5, and 88, what is min(2,5,8)+max(2,5,8)\min(2, 5, 8) + \max(2, 5, 8)?

Example: Take the exponents of prime 33 in our three numbers:

  • 3636 has 323^2 (exponent 22)
  • 6060 has 313^1 (exponent 11)
  • 8484 has 313^1 (exponent 11)

min(2,1,1)=1,max(2,1,1)=2\min(2, 1, 1) = 1, \max(2, 1, 1) = 2 So, min+max=3\text{So, } \min + \max = 3

But look at the actual sum: 2+1+1=42 + 1 + 1 = 4

The middle values are lost!

✍️ FIB
Fill in the blank
In the set of exponents (2,1,1)(2, 1, 1), which value was lost?
Type your answer, or hold Space to speak

The textbook explicitly warns:

'The above result is true for two numbers only.'

✍️ T/F
True or False?
The property HCF×LCM=product of numbersHCF \times LCM = \text{product of numbers} holds true for a set of four numbers.

This is a common exam trap — the examiner tests whether you know this limitation.

✍️ Yes/No
Yes or No?
Can you use the product property to find the LCMLCM of 10,20,10, 20, and 3030?