After The School
Class 10MathematicsChapter 1: Real Numbers

Euclid's Division Lemma

Statement of Euclid's Division Lemma and finding HCF using Euclid's Algorithm.

For any two positive integers aa and bb, there exist unique integers qq and rr such that:

a=bq+r,0r<ba = bq + r, \quad 0 \leq r < b

where qq is the quotient and rr is the remainder.

Example: Finding HCF using Euclid's Algorithm

Find the HCF of 455455 and 4242.

Step 1: Apply the division lemma to 455455 and 4242:

455=42×10+35455 = 42 \times 10 + 35

Step 2: Since r=350r = 35 \neq 0, apply the lemma to 4242 and 3535:

42=35×1+742 = 35 \times 1 + 7

Step 3: Apply the lemma to 3535 and 77:

35=7×5+035 = 7 \times 5 + 0

Since the remainder is now 00, the HCF is 7\boxed{7}.