Euclid's Division Lemma — The Idea Behind Division
You have been dividing numbers since primary school. When you divide 17 by 5, you say the quotient is 3 and the remainder is 2. Euclid simply wrote this familiar fact as a precise statement.
Euclid's Division Lemma: Given two positive integers and , there exist unique whole numbers and such that
Here is the dividend, is the divisor, is the quotient, and is the remainder.
The key condition is — the remainder is never negative and is always smaller than the divisor. For our example: , , , , and indeed .
Key Point: The word 'lemma' simply means a small proven statement that we use as a stepping stone to prove bigger results. 'Unique' means there is only one possible pair for each and .
[Board Important] A common mistake is to write a remainder equal to or larger than the divisor. Always reduce until .
Euclid's Division Algorithm — Finding the HCF
The real power of the lemma is that it gives us a reliable, repeatable method to find the HCF (Highest Common Factor, also called GCD) of two positive integers. This step-by-step procedure is Euclid's Division Algorithm.
The Steps
To find the HCF of two positive integers and (with ):
- Apply the division lemma: write .
- If , then the HCF is — stop.
- If , apply the lemma again to and (the old divisor becomes the new dividend, the remainder becomes the new divisor).
- Repeat until the remainder becomes 0. The divisor at that final stage is the HCF.
Why it works: At every step, the common factors of the two numbers stay exactly the same. So the last non-zero remainder shares all the common factors of the original pair — it is their HCF.
Worked Outline — HCF of 455 and 42
- ← remainder 0
The last divisor is , so .
[Board Important] Show every line of the algorithm in the exam. Marks are awarded for each correct division step, not just the final answer.
Properties of Positive Integers Using the Lemma
Euclid's lemma is also a neat tool to prove general statements about the form of integers. The trick is to take the divisor as a fixed small number and list the possible remainders.
Every integer is of a fixed form
Take . By the lemma, any integer can be written as where or . So every integer is either even () or odd () — there is no third option.
Similarly, taking , every integer is of the form , , or .
A classic result
Claim: Every positive odd integer is of the form or .
Reasoning: Take . Any integer is , , , or . The forms and are even. So an odd integer must be or .
Exam Tip: These 'form of an integer' proofs are favourite long-answer questions. The method is always the same: pick the right divisor , list the remainder cases, and eliminate the ones that don't fit.
A Note for CBSE vs State Board Students
If you are following the latest rationalised CBSE syllabus, Euclid's Division Lemma has been moved out of the prescribed Class 10 textbook — CBSE now finds HCF and LCM mainly through prime factorisation (covered in the next section).
However, many State Boards still include Euclid's Division Algorithm, and it remains an elegant, exam-friendly method. It is also genuinely useful and builds strong number-sense.
Key Point: Whether or not it is in your exact syllabus, learning this method costs little and pays off — it deepens your understanding of division and the HCF. CBSE students can treat it as enrichment; State Board students should master it as core content.
[Board Important] Know both methods for HCF — Euclid's algorithm (this section) and prime factorisation (next section). Examiners may ask for a specific one.
Solved Examples
Example 1: Apply the division lemma
For and , find and in .
Solution:
- Divide 91 by 8: , leaving .
- So , .
- Check the condition: . ✓
Final Answer: .
Takeaway: Always verify — it confirms you've fully divided.
Example 2: HCF by Euclid's algorithm
Find the HCF of 135 and 225 using Euclid's Division Algorithm.
Solution:
- Here , so .
- Now apply to 135 and 90: .
- Now apply to 90 and 45: .
- Remainder is 0; the last divisor is .
Final Answer: .
Takeaway: Each step uses the previous divisor and remainder as the new pair.
Example 3: HCF of 196 and 38220
Find the HCF of 196 and 38220.
Solution:
- (since ).
- The remainder is 0 in the very first step, so the divisor 196 is the HCF.
Final Answer: .
Takeaway: If the smaller number divides the larger exactly, it is itself the HCF.
Example 4: HCF of 867 and 255
Use Euclid's algorithm to find .
Solution:
- .
- .
- .
- Last divisor = 51.
Final Answer: .
Takeaway: Keep going until the remainder is exactly 0 — never stop early.
Example 5: Largest number dividing with given remainders
Find the largest number that divides 245 and 1029, leaving remainder 5 in each case.
Solution:
- If the remainder is 5, then the number divides and exactly.
- So the required number is .
- ; ; ; .
- HCF .
Final Answer: The largest such number is .
Takeaway: 'Leaves remainder r' means subtract r first, then take the HCF of the reduced numbers.
Example 6: Form of an integer
Show that any positive odd integer is of the form , , or , where is some integer.
Solution:
- By the division lemma with , any integer is one of .
- The forms , , are all even (each is a multiple of 2).
- So an odd integer must take one of the remaining forms: , , or .
Final Answer: Every positive odd integer is , , or .
Takeaway: List all remainder cases, then strike out the ones that contradict the condition (here, evenness).
Example 7: Maximum columns for a parade
An army contingent of 616 members is to march behind an army band of 32 members. The two groups are to march in the same number of columns. What is the maximum number of columns in which they can march?
Solution:
- The maximum number of columns common to both groups is .
- .
- .
- Last divisor = 8.
Final Answer: They can march in a maximum of columns.
Takeaway: 'Maximum equal groups from two quantities' is always an HCF problem.
Example 8: HCF used to simplify a fraction
Reduce the fraction to its lowest terms.
Solution:
- Find : .
- .
- ; ; ; ; ; .
- HCF , so the fraction is already in lowest terms.
Final Answer: is already in lowest terms (the numbers are co-prime).
Takeaway: Two numbers with HCF 1 are co-prime; their fraction cannot be reduced further.
Example 9: Largest tape to measure two lengths
Find the length of the longest measuring tape that can measure the dimensions 825 cm and 675 cm an exact number of times.
Solution:
- The longest such tape length is .
- .
- .
- . HCF .
Final Answer: The longest tape is cm.
Takeaway: 'Longest length that measures both exactly' = HCF of the two lengths.
Example 10: Square of an odd integer
Using the division lemma, show that the square of any positive odd integer is of the form for some integer .
Solution:
- Any odd integer can be written as or (from , odd cases).
- Case 1: .
- Case 2: .
- In both cases .
Final Answer: The square of any positive odd integer is of the form .
Takeaway: Split into the possible odd forms, square each, and factor out the common multiple to reveal the required pattern.