Real Numbers
NCERT Solutions
Exercise 1.1
1. Use Euclid’s division algorithm to find the HCF of:
i. 135 and 225
ii. 196 and 38220
iii. 867 and 255
i. 135 and 225
In 135 and 225, 225 is greater than 135. Therefore, by Euclid’s division algorithm, we have,
- 225 = 135 × 1 + 90, where 135 is the divisor, 1 is the quotient and 90 is the remainder. Since remainder 90 \not =0, apply division lemma for 135 and 90.
- 135 = 90 × 1 + 45. Since remainder 45 \not =0, apply division lemma for 90 and 45.
- 90 = 45 × 2 + 0. Since remainder is zero here, we stop our procedure.
Hence, the HCF of 225 and 135 is 45.
ii. 196 and 38220
Here 38220 is greater than 196, so by Euclid’s division algorithm, we have
- 38220 = 196 × 195 + 0. Here the remainder is zero. So we stop the procedure here.
Hence, the HCF of 196 and 38220 is 196.
iii. 867 and 255
Here 867 is greater than 255, so by Euclid’s division algorithm, we have
- 867 = 255 × 3 + 102. Since remainder 102 \not =0, apply division lemma for 255 and 102.
- 255 = 102 × 2 + 51. Since remainder 51 \not =0, apply division lemma for 102 and 51.
- 102 = 51 × 2 + 0. Since remainder is equal to zero, we stop the process here.
Hence, the HCF of 867 and 255 is 51.
2. Show that any positive odd integer is of the form 6q + 1, or 6q + 3, or 6q + 5, where q is some integer.
Let’s first assume that any positive integer a of the form 6q + r, where q is some integer.
i.e. a = bq + r; 0 \leb
Here a = 6q +r ; 0 \le r < 6.
Here 0 ≤ r < 6 which means the possible remainders are 0, 1, 2, 3, 4, 5.
Therefore, possible values of a are 6q + 0, 6q + 1, 6q + 2, 6q + 3, 6q + 4, 6q + 5.
If a = 6q, 6q+2, 6q+4, then a is an even number, which is divisible by 2.
Thus we proved that any positive odd integer is of the form of 6q+1, 6q+3 and 6q+5, where q is some integer.
3. An army contingent of 616 members is to march behind an army band of 32 members in a parade. The two groups are to march in the same number of columns. What is the maximum number of columns in which they can march?
To find the maximum number of columns in which army contingent can march can be found using HCF of 616 and 32.
Since, 616>32, therefore,
- 616 = 32 × 19 + 8. Here 8 \not =0. We continue the process with 32 and 8.
- 32 = 8 × 4 + 0. Here remainder = 0.
Hence HCF of 616 and 32 is 8. Hence, the maximum number of columns in which they can march is 8.
4. Use Euclid’s division lemma to show that the square of any positive integer is either of the form 3m or 3m + 1 for some integer m.
Let a be any positive integer and it is in the form 3q, 3q+1, 3q+2.
If a =3q
By squaring both side we get (a)^2=(3q)^2.
a^2=9q^2=3(3q^2)=3m
where m =(3q^2) \\ a^2 = 3m……..(i)
If a = 3q + 1
By squaring both sides we get
(a)^2=(3q+1)^2 \\ a^2 = 9q^2 + 1 + 2\times3q\times1 \\ a^2=3(3q^2+2q)+1=3m+1 \\where \space m=3q^2+2q\\i.e. \space a^2=3m+1……..(ii)
If a = 3q + 2
By squaring both sides we get
a^2=(3q+2)^2=9q^2+12q+4\\3(3q^2+4q+1)+1=3m+1\\where \space m=3q^2+4q+1\\ \therefore a^2=3m+1….(iii)
Hence, from equation (i), (ii) and (iii), we proved that the square of any positive integer is either of the form 3m or 3m + 1 for some integer m.
5. Use Euclid’s division lemma to show that the cube of any positive integer is of the form 9m, 9m + 1 or 9m + 8.
Let x be any positive integer and it is in the form 9m, 9m+1, 9m+8
If a = 3q
a^3=27q^3 \\ a^3=9\times3q^3=9m……(i) \\where \space m=3q^3
If a = (3q+1)
Cubing both sides we get
a^3=(3q+1)^3 \\ We \space know \space that \space (a+b)^3=a^3+b^3+3a^2b+3ab^2 \\ a^3=(3q)^3+1^3+3 \times(3q)^2\times1+3\times1\times3q \\a^3=27q^3+27q^2+9q+1 \\a^3=9(3q^3+3q^2+q)+1 \\a^3=9m+1……(ii) \\ where m=3q^3+3q^2+q
If a = 3q+2
[katex]a3=(3q+2)3a3=(3q)3+23+3×(3q)2×2+3×(2)2×3qa3=27q3+54q2+36q+8a3=9(3q3+6q2+4q)+8a3=93+8……(iii)[/katex]
Hence, from equation (i), (ii) and (iii), we proved that the cube of any positive integer is of the form 9m, 9m + 1 or 9m + 8.
Exercise 1.2
1. Express each number as a product of its prime factors:
(i) 140
(ii) 156
(iii) 3825
(iv) 5005
(v) 7429
(i) By Taking the LCM of 140, we will get the product of its prime factor.
\therefore140 = 2 × 2 × 5 × 7 × 1 = 22×5×7
(ii) 156
By Taking the LCM of 156, we will get the product of its prime factor.
Hence, 156 = 2 × 2 × 13 × 3 × 1 = 22× 13 × 3
(iii) By Taking the LCM of 3825, we will get the product of its prime factor.
\therefore 3825 = 3 × 3 × 5 × 5 × 17 × 1 = 32×52×17
(iv) By Taking the LCM of 5005, we will get the product of its prime factor.
\therefore5005 = 5 × 7 × 11 × 13 × 1 = 5 × 7 × 11 × 13
(v) By Taking the LCM of 7429, we will get the product of its prime factor.
\therefore7429 = 17 × 19 × 23 × 1 = 17 × 19 × 23
2. Find the LCM and HCF of the following pairs of integers and verify that LCM × HCF = product of the two numbers.
(i) 26 and 91
(ii) 510 and 92
(iii) 336 and 54
(i) Expressing 26 and 91 as product of its prime factors, we get,
26 = 2 × 13 × 1
91 = 7 × 13 × 1
HCF of 26 and 91 = 13
LCM of 26 and 91 = 2 × 7 × 13 × 1 = 182
Verification
LCM × HCF = 182 × 13 = 2366
Product of 26 and 91 = 26 × 91 = 2366
(ii) Expressing 510 and 92 as product of its prime factors, we get,
510 = 2 × 3 × 17 × 5 × 1
92 = 2 × 2 × 23 × 1
HCF of 510 and 92 = 2
LCM of 510 and 92 = 2 × 2 × 3 × 5 × 17 × 23 = 23460
Verification
LCM × HCF = 23460 × 2 = 46920
Product of 510 and 92 = 510 × 92 = 46920
(iii) Expressing 336 and 54 as product of its prime factors, we get,
336 = 2 × 2 × 2 × 2 × 7 × 3 × 1
54 = 2 × 3 × 3 × 3 × 1
HCF of 336 and 54 = 6
LCM of 336 and 54 = 3024
Verification
LCM × HCF = 3024 × 6 = 18,144
Product of 336 and 54 = 336 × 54 = 18,144
3. Find the LCM and HCF of the following integers by applying the prime factorisation method.
(i) 12, 15 and 21
(ii) 17, 23 and 29
(iii) 8, 9 and 25
(i) Writing the product of prime factors for all the three numbers, we get,
12=2×2×3
15=5×3
21=7×3
HCF of 12, 15, 21 = 3
LCM of 12, 15, 21 = 420
(ii) 17, 23 and 29
17=17×1
23=23×1
29=29×1
HCF of 17, 23, 29 = 1
LCM of 17, 23, 29 = 11339
(iii) 8, 9 and 25
8=2×2×2×1
9=3×3×1
25=5×5×1
HCF of 8, 9, 25 = 1
LCM of 8, 9, 25 = 1800
4. Given that HCF (306, 657) = 9, find LCM (306, 657).
We know that HCF × LCM = Product of two numbers.
\therefore 9 × LCM = 306 × 657
LCM = \frac{306×657}{9}= 22338
So LCM of 306 and 657 = 22338
5. Check whether 6n can end with the digit 0 for any natural number n.
If any digits ends with zero means it should be divisible by 5.
It means the prime factorization of 6n contain prime number 5.
But the prime factor of 6^n= (2×3)^n which doesnt contain prime number 5.
Hence, it is clear that for any natural number n, 6n is not divisible by 5 and thus it proves that 6n cannot end with the digit 0 for any natural number n.
6. Explain why 7 × 11 × 13 + 13 and 7 × 6 × 5 × 4 × 3 × 2 × 1 + 5 are composite numbers.
7 × 11 × 13 + 13 = 13 (7 × 11 × 1 + 1) = 13 (77 + 1) = 13 × 78 = 13 × 3 × 2 × 13
Since 7 × 11 × 13 + 13 has got more than two factors, it is a composite number.
Now let’s take the other number, 7 × 6 × 5 × 4 × 3 × 2 × 1 + 5 = 5 (7 × 6 × 4 × 3 × 2 × 1 + 1) = 5 (1008 + 1) = 5 × 1009.
Since 7 × 6 × 5 × 4 × 3 × 2 × 1 + 5 has got more than two factors, it is a composite number.
7. There is a circular path around a sports field. Sonia takes 18 minutes to drive one round of the field, while Ravi takes 12 minutes for the same. Suppose they both start at the same point and at the same time, and go in the same direction. After how many minutes will they meet again at the starting point?
By finding the LCM of 18 and 12 we can find the minutes they taken to meet again at starting point.
18 = 12 × 3 × 3
12 = 2 × 2 × 3
So LCM of 18 and 12 = 2 × 3 × 3 × 2 × 1=36
Hence, Sonia and Ravi will meet again at the starting point after 36 minutes.
Exercise 1.3
1. Prove that \sqrt{\smash[b]{5}} is irrational.
Let assume \sqrt{\smash[b]{5}} is rational number.
Let \sqrt{\smash[b]{5}} = \frac{a}{b}, where a and b are co primes.
Now by squaring both sides we get 5=\frac{a^2}{b^2} \\ or \space a^2=5b^2……(i) \\
a^2 is divisible by 5 so a is also divisible by 5.
Let a = 5c, where c is an integer.
Substitute a = 5c in (i) we get
(5c)^2 = 5b^2 \\ 25c^2=5b^2 \\b^2=5c^2
b^2 is divisible by 5.Clearly, x and y are not co-primes. Hence, \sqrt{\smash[b]{5}} is an irrational number.
2. Prove that 3 + 2\sqrt{\smash[b]{5}} is irrational.
Let us assume 3 + 2\sqrt{\smash[b]{5}} is rational.
Let + 2\sqrt{\smash[b]{5}} = \frac{a}{b} where a and b are co primes and b \ne 0.
2\sqrt{\smash[b]{5}} = \frac{a}{b} -3
\sqrt{\smash[b]{5}} = \frac{1}{2} (\frac{a}{b}-3) \\ =\frac{a-3b}{2b}
Since, a and b are integers, so \frac{1}{2} (\frac{a}{b}-3) \\ =\frac{a-3b}{2b} is a rational number.
So \sqrt{\smash[b]{5}} is also a rational number. But this contradicts the fact that \sqrt{\smash[b]{5}} is irrational. So, we conclude that 3 + 2\sqrt{\smash[b]{5}} is irrational.
3. Prove that the following are irrationals:
(i) \mathbf{\frac{1}{\sqrt{\smash[b]{2}}}}
(ii) \mathbf{7\sqrt{\smash[b]{5}}}
(iii) \mathbf{6+\sqrt{\smash[b]{2}}}
(i) \mathbf{\frac{1}{\sqrt{\smash[b]{2}}}}
Let’s assume \frac{1}{\sqrt{\smash[b]{2}}} is rational.
\frac{1}{\sqrt{\smash[b]{2}}} = \frac{a}{b}; where a and b are coprimes and b ≠ 0.
b=a{\sqrt{\smash[b]{2}}} \\ \frac{b}{a}={\sqrt{\smash[b]{2}}}
Since, a and b are integers, thus, \sqrt{\smash[b]{2}} is a rational number, which contradicts the fact that \sqrt{\smash[b]{2}} is irrational.
Hence, we can conclude that \frac{1}{\sqrt{\smash[b]{2}}} is irrational.
(ii) \mathbf{7\sqrt{\smash[b]{5}}}
Assume 7\sqrt{\smash[b]{5}} is a rational number.
7\sqrt {5} = \frac{a}{b}; where a and b are coprimes and b ≠ 0.
\sqrt{5}=\frac{a}{7b}
Since, a and b are integers, thus, \sqrt {5} is a rational number, which contradicts the fact that \sqrt {5} is irrational.
Hence, we can conclude that 7\sqrt {5} is irrational.
(iii) \mathbf{6+\sqrt{\smash[b]{2}}}
Let us assume 6+\sqrt{2} is a rational number.
<strong>6+\sqrt{2}</strong> = \frac{a}{b}; where a and b are coprimes and b ≠ 0.
\sqrt{2}=\frac{a}{b}-6 = \frac{a-6b}{b}</p><p>
Since, a and b are integers, thus \sqrt{2}=\frac{a}{b}-6 is a rational number and therefore, \sqrt{2}is rational. This contradicts the fact that \sqrt{2} is an irrational number.
Hence, we can conclude that 6+\sqrt{2} is irrational.
Exercise 1.4
1. Without actually performing the long division, state whether the following rational numbers will have a terminating decimal expansion or a non-terminating repeating decimal expansion:
(i) 13/3125 (ii) 17/8 (iii) 64/455 (iv) 15/1600 (v) 29/343 (vi) 23/(2352) (vii) 129/(225775) (viii) 6/15 (ix) 35/50 (x) 77/210.
(i) 13/3125
Factorizing the denominator, we get,
3125 = 5 × 5 × 5 × 5 × 5 = 55
We can see the denominator is in the form 20 × 55. So 13/3125 has a terminating decimal expansion.
(ii) 17/8
Factorizing the denominator, we get,
8 = 2×2×2 = 23
We can see the denominator is in the form 23 × 50. So 17/8 has a terminating decimal expansion.
(iii) 64/455
Factorizing the denominator, we get,
455 = 5×7×13
Since, the denominator is not in the form of 2m × 5n, thus 64/455 has a non-terminating decimal expansion.
(iv) 15/1600
Factorizing the denominator, we get,
1600 = 26×52
Since, the denominator is in the form of 2m × 5n, we can say that 15/1600 has a terminating decimal expansion.
(v) 29/343
Factorizing the denominator, we get,
343 = 7×7×7 = 73
Since the denominator is not in form of 2m × 5n, it has a non-terminating decimal expansion.
(vi) 23/(2352)
The denominator is of form 2m × 5n
So it is terminating.
(vii) 129/(225775)
The denominator is not of the form 2m × 5n
So has a non-terminating decimal expansion.
(viii) 6/15
6/15 = (2 × 3)/(3 × 5) = 2/5.
The denominator has only 5 as its factor. So it has a terminating decimal expansion.
(ix) 35/50
35/50 = 7/10
Factorising the denominator, we get,
10 = 2 × 5
Since, the denominator is in the form of 2m × 5n thus, 35/50 has a terminating decimal expansion.
(x) 77/210
77/210 = (7 × 11)/(30 × 7) = 11/30
30 = 2 × 3 × 5
Since the denominator is not of form 2m × 5n
So 35/50 has a terminating decimal expansion.
2. Write down the decimal expansions of those rational numbers in Question 1 above which have terminating decimal expansions.
64/455, 29/343, 129/(225775) and 77/210 have a non-terminating repeating decimal expansion.
(i) 13/3125
(ii) 17/8
(iii) 64/455
(iv) 15/1600
(v) 29/343
(vi) 23/(2352)
(vii) 129/(225775)
(viii) 6/15
(ix) 35/50
(x) 77/210