Q.1. Based on Euclid’s algorithm: a = bq + r
Using Euclid’s algorithm: Find the HCF of 825 and 175.
Step 1. Since 825>175. Divide 825 by 175. We get, quotient = 4 and remainder = 125. This can be written as 825 = 175 x 4 + 125
Step II. Now divide 175 by the remainder 125. We get quotient = 1 and remainder = 50. So we write 175 = 125 x 1 + 50.
Step III. Repeating the above step we now divide 125 by 50 and get quotient = 2 and remainder = 25. so 125 = 50 x 2 + 25
Step IV. Now divide 50 by 25 to get quotient = 2 and remainder 0. Since remainder has become zero we stop here. Since divisor at this stage is 25, so the HCF of 825 and 175 is 25.
Since 825>175, we apply division lemma to 825 and 175 to get
825 = 175 x 4 + 125.
Since r ≠ 0, we apply division lemma to 175 and 125 to get
175 = 125 x 1 + 50
Again applying division lemma to 125 and 50 we get,
125 = 50 x 2 + 25.
Once again applying division lemma to 50 and 25 we get.
50 = 25 x 2 + 0.
Since remainder has now become 0, this implies that HCF of 825 and 125 is 25.
Q.2. Based on Showing that every positive integer is either of the given forms:
Solved example:
Prove that every odd positive integer is either of the form 4q + 1 or 4q + 3 for some integer q.
Explanation:
Euclid’s division lemma a= bq + r.
Comparing this with the given integers (4q + 1) we get that b should be 4.If we divide any number by 4 possible remainders are 0, 1, 2 or 3 because fourth number will again be divided by 4. Ex 12 ÷ 4, r=0; 13÷4, r=1; 14÷ 4, r=2; 15÷4, r=3; 16÷4 once again r= 0.Hence possible remainders are 0, 1, 2 or 3. If r = 0, then we get a = 4q, If r = 1 we get a= 4q + 1 and so on till r = 3 which will give a= 4q + 3. Since we want only odd integers our choices are 4q + 1 and 4q + 3.
Let a be any odd positive integer (first line of problem) and let b = 4. Using division Lemma we can write a = bq + r, for some integer q, where 0≤r<4. So a can be 4q, 4q + 1, 4q + 2 or 4q + 3. But since a is odd, a cannot be 4q or 4q + 2. Therefore any odd integer is of the form 4q + 1 or 4q + 3.