Exercise 1.1
1. Use Euclid's algorithm to find the HCF of:
(i)
(i) 900 and 270
Divide 900 by 270 and get the remainder.
Now, divide 270 by 90.
Since the remainder is 0, the divisor at this step (
Therefore HCF(900, 270) is
(ii)
(ii) 196 and 38220
Divide 38220 by 196 and get the remainder.
Since the remainder is 0, the divisor at this step (
Therefore HCF(196, 38220) is
(iii)
(iii) 1651 and 2032
Divide 2032 by 1651 and get the remainder.
Now, divide 1651 by 381.
Now, divide 381 by 127.
Since the remainder is 0, the divisor at this step (
Therefore HCF(1651, 2032) is
2.Use division algorithm to show that any positive odd integer is of the form
Answer Let
By the division algorithm, for any integer
So, the possible remainders
Thus, any positive integer
Now,
- If
r = 0 ,n = 6 q even - If
r = 1 ,n = 6 q + 1 odd - If
r = 2 ,n = 6 q + 2 - If
r = 3 ,n = 6 q + 3 - If
r = 4 ,n = 6 q + 4 - If
r = 5 ,n = 6 q + 5
Therefore, any positive odd integer is of the form:
3. Use division algorithm to show that the square of any positive integer is of the form
Answer
Let
By the division algorithm, for any integer
So, the possible remainders
Thus, any positive integer
Now,
- If
r = 0 ,n = 3 q , son 2 = 3 q 2 = 9 q 2 = 3 (of the form3 q 2 3 p ) - If
r = 1 ,n = 3 q + 1 , son 2 = 3 q + 1 2 = 9 q 2 + 6 q + 1 = 3 3 q 2 + 2 q + 1 (of the form3 p + 1 ) - If
r = 2 ,n = 3 q + 2 , son 2 = 3 q + 2 2 = 9 q 2 + 12 q + 4 = 3 3 q 2 + 4 q + 1 + 1 (of the form3 p + 1 )
Therefore, the square of any positive integer is of the form:
4. Use division algorithm to show that the cube of any positive integer is of the form
Answer
Let
By the division algorithm, for any integer
So, the possible remainders
Thus, any positive integer
Now,
- If
r = 0 ,n = 3 q , son 3 = 3 q 3 = q 3 = (of the form3 q 3 9 m ) - If
r = 1 ,n = 3 q + 1 , son 3 = 3 q + 1 3 = q 3 + q 2 + q + 1 = 9 3 q 3 + 3 q 2 + q + 1 (of the form9 m + 1 ) - If
r = 2 ,n = 3 q + 2 , son 3 = 3 q + 2 3 = q 3 + q 2 + q + 8 = 9 q 3 + q 2 + 4 q + 8 (of the form9 m + 8 )
Therefore, the cube of any positive integer is of the form:
5. Show that one and only one out of
Answer
Let
By the division algorithm, for any integer
So, the possible remainders
Thus, any positive integer
Now,
If
n = 3 q , thenn is divisible by 3,n + 2 = 3 q + 2 ,n + 4 = 3 q + 4 = 3 q + 1 (since 4 mod 3 is 1)
So, onlyn is divisible by 3.If
n = 3 q + 1 , thenn + 2 = 3 q + 3 = 3 (divisible by 3),q + 1 n + 4 = 3 q + 5 = 3 q + 2 (since 5 mod 3 is 2)
So, onlyn + 2 is divisible by 3.If
n = 3 q + 2 , thenn + 2 = 3 q + 4 = 3 q + 1 ,n + 4 = 3 q + 6 = 3 (divisible by 3)q + 2
So, onlyn + 4 is divisible by 3.
Therefore, one and only one out of