Maths Digest
Maths Digest
1 Page: 7
1. Use Euclid’s division algorithm to find the HCF of:
i. 135 and 225
ii. 196 and 38220
iii. 867 and 255
Solutions:
i. 135 and 225
As you can see, from the question 225 is greater than 135. Therefore, by Euclid’s division
algorithm, we have,
225 = 135 × 1 + 90
Now, remainder 90 ≠ 0, thus again using division lemma for 90, we get,
135 = 90 × 1 + 45
Again, 45 ≠ 0, repeating the above step for 45, we get,
90 = 45 × 2 + 0
The remainder is now zero, so our method stops here. Since, in the last step, the divisor is 45,
therefore, HCF (225,135) = HCF (135, 90) = HCF (90, 45) = 45.
Hence, the HCF of 225 and 135 is 45.
ii. 196 and 38220
In this given question, 38220>196, therefore the by applying Euclid’s division algorithm and
taking 38220 as divisor, we get,
38220 = 196 × 195 + 0
We have already got the remainder as 0 here. Therefore, HCF(196, 38220) = 196.
Hence, the HCF of 196 and 38220 is 196.
iii. 867 and 255
As we know, 867 is greater than 255. Let us apply now Euclid’s division algorithm on 867, to get,
867 = 255 × 3 + 102
Remainder 102 ≠ 0, therefore taking 255 as divisor and applying the division lemma method, we
get,
255 = 102 × 2 + 51
Again, 51 ≠ 0. Now 102 is the new divisor, so repeating the same step we get,
102 = 51 × 2 + 0
The remainder is now zero, so our procedure stops here. Since, in the last step, the divisor is 51,
therefore, HCF (867,255) = HCF(255,102) = HCF(102,51) = 51.
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.
Solution:
Let a be any positive integer and b = 6. Then, by Euclid’s algorithm, a = 6q + r, for some integer
q ≥ 0, and r = 0, 1, 2, 3, 4, 5, because 0≤r<6.
Now substituting the value of r, we get,
If r = 0, then a = 6q
Similarly, for r= 1, 2, 3, 4 and 5, the value of a is 6q+1, 6q+2, 6q+3, 6q+4 and 6q+5, respectively.
If a = 6q, 6q+2, 6q+4, then a is an even number and divisible by 2. A positive integer can be
either even or odd Therefore, 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?
Solution:
Given,
Number of army contingent members=616
Number of army band members = 32
If the two groups have to march in the same column, we have to find out the highest common
factor between the two groups. HCF(616, 32), gives the maximum number of columns in which
they can march.
By Using Euclid’s algorithm to find their HCF, we get,
Since, 616>32, therefore,
616 = 32 × 19 + 8
Since, 8 ≠ 0, therefore, taking 32 as new divisor, we have,
32 = 8 × 4 + 0
Now we have got remainder as 0, therefore, HCF (616, 32) = 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.
Solutions:
Let x be any positive integer and y = 3.
By Euclid’s division algorithm, then,
x = 3q + r for some integer q≥0 and r = 0, 1, 2, as r ≥ 0 and r < 3.
Therefore, x = 3q, 3q+1 and 3q+2
Now as per the question given, by squaring both the sides, we get,
x2 = (3q)2 = 9q2 = 3 × 3q2
Let 3q2 = m
Therefore, x2= 3m ……………………..(1)
x2 = (3q + 1)2 = (3q)2+12+2×3q×1 = 9q2 + 1 +6q = 3(3q2+2q) +1
Substitute, 3q2+2q = m, to get,
x2= 3m + 1 ……………………………. (2)
x2= (3q + 2)2 = (3q)2+22+2×3q×2 = 9q2 + 4 + 12q = 3 (3q2 + 4q + 1)+1
Again, substitute, 3q2+4q+1 = m, to get,
x2= 3m + 1…………………………… (3)
Hence, from equation 1, 2 and 3, we can say 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.
Solution:
Let x be any positive integer and y = 3.
By Euclid’s division algorithm, then,
x = 3q+r, where q≥0 and r = 0, 1, 2, as r ≥ 0 and r < 3.
Therefore, putting the value of r, we get,
x = 3q
or
x = 3q + 1
or
x = 3q + 2
Now, by taking the cube of all the three above expressions, we get,
Case (i): When r = 0, then,
x2= (3q)3 = 27q3= 9(3q3)= 9m; where m = 3q3
Case (ii): When r = 1, then,
x3 = (3q+1)3 = (3q)3 +13+3×3q×1(3q+1) = 27q3+1+27q2+9q
Taking 9 as common factor, we get,
x3 = 9(3q3+3q2+q)+1
Putting = m, we get,
Putting (3q3+3q2+q) = m, we get ,
x3 = 9m+1
Case (iii): When r = 2, then,
x3 = (3q+2)3= (3q)3+23+3×3q×2(3q+2) = 27q3+54q2+36q+8
Taking 9 as common factor, we get,
x3=9(3q3+6q2+4q)+8
Putting (3q3+6q2+4q) = m, we get ,
x3 = 9m+8
Therefore, from all the three cases explained above, it is proved that the cube of any positive
integer is of the form 9m, 9m + 1 or 9m + 8.
Exercise 1.2 Page: 11
1. Express each number as a product of its prime factors:
(i) 140
(ii) 156
(iii) 3825
(iv) 5005
(v) 7429
Solutions:
(i) 140
By Taking the LCM of 140, we will get the product of its prime factor.
Therefore, 140 = 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) 3825
By Taking the LCM of 3825, we will get the product of its prime factor.
Hence, 3825 = 3 × 3 × 5 × 5 × 17 × 1 = 32×52×17
(iv) 5005
By Taking the LCM of 5005, we will get the product of its prime factor.
Hence, 5005 = 5 × 7 × 11 × 13 × 1 = 5 × 7 × 11 × 13
(v) 7429
By Taking the LCM of 7429, we will get the product of its prime factor.
Hence, 7429 = 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
Solutions:
(i) 26 and 91
Expressing 26 and 91 as product of its prime factors, we get,
26 = 2 × 13 × 1
91 = 7 × 13 × 1
Therefore, LCM (26, 91) = 2 × 7 × 13 × 1 = 182
And HCF (26, 91) = 13
Verification
Now, product of 26 and 91 = 26 × 91 = 2366
And Product of LCM and HCF = 182 × 13 = 2366
Hence, LCM × HCF = product of the 26 and 91.
(ii) 510 and 92
Expressing 510 and 92 as product of its prime factors, we get,
510 = 2 × 3 × 17 × 5 × 1
92 = 2 × 2 × 23 × 1
Therefore, LCM(510, 92) = 2 × 2 × 3 × 5 × 17 × 23 = 23460
And HCF (510, 92) = 2
Verification
Now, product of 510 and 92 = 510 × 92 = 46920
And Product of LCM and HCF = 23460 × 2 = 46920
Hence, LCM × HCF = product of the 510 and 92.
(iii) 336 and 54
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
Therefore, LCM(336, 54) = = 3024
And HCF(336, 54) = 2×3 = 6
Verification
Now, product of 336 and 54 = 336 × 54 = 18,144
And Product of LCM and HCF = 3024 × 6 = 18,144
Hence, LCM × HCF = product of the 336 and 54.
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
Solutions:
(i) 12, 15 and 21
Writing the product of prime factors for all the three numbers, we get,
12=2×2×3
15=5×3
21=7×3
Therefore,
HCF(12,15,21) = 3
LCM(12,15,21) = 2 × 2 × 3 × 5 × 7 = 420
(ii) 17, 23 and 29
Writing the product of prime factors for all the three numbers, we get,
17=17×1
23=23×1
29=29×1
Therefore,
HCF(17,23,29) = 1
LCM(17,23,29) = 17 × 23 × 29 = 11339
(iii) 8, 9 and 25
Writing the product of prime factors for all the three numbers, we get,
8=2×2×2×1
9=3×3×1
25=5×5×1
Therefore,
HCF(8,9,25)=1
LCM(8,9,25) = 2×2×2×3×3×5×5 = 1800
4. Given that HCF (306, 657) = 9, find LCM (306, 657).
Solution: As we know that,
HCF×LCM=Product of the two given numbers
Therefore,
9 × LCM = 306 × 657
LCM = (306×657)/9 = 22338
Hence, LCM(306,657) = 22338
5. Check whether 6n can end with the digit 0 for any natural number n.
Solution: If the number 6n ends with the digit zero (0), then it should be divisible by 5, as we
know any number with unit place as 0 or 5 is divisible by 5.
Prime factorization of 6n = (2×3)n
Therefore, the prime factorization of 6n doesn’t 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.
Solution: By the definition of composite number, we know, if a number is composite, then it
means it has factors other than 1 and itself. Therefore, for the given expression;
7 × 11 × 13 + 13
Taking 13 as common factor, we get,
=13(7×11×1+1) = 13(77+1) = 13×78 = 13×3×2×13
Hence, 7 × 11 × 13 + 13 is a composite number.
Now let’s take the other number,
7×6×5×4×3×2×1+5
Taking 5 as a common factor, we get,
=5(7×6×4×3×2×1+1) = 5(1008+1) = 5×1009
Hence, 7 × 6 × 5 × 4 × 3 × 2 × 1 + 5 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?
Solution: Since, Both Sonia and Ravi move in the same direction and at the same time, the
method to find the time when they will be meeting again at the starting point is LCM of 18 and 12.
Therefore, LCM(18,12) = 2×3×3×2×1=36
Hence, Sonia and Ravi will meet again at the starting point after 36 minutes.
is a rational number.
Therefore, √5 is also a rational number. But this contradicts the fact that √5 is irrational.
So, we conclude that 3 + 2√5 is irrational.
3. Prove that the following are irrationals:
(i) 1/√2
(ii) 7√5
(iii) 6 + √2
Solutions:
(i) 1/√2
Let us assume 1/√2 is rational.
Then we can find co-prime x and y (y ≠ 0) such that 1/√2 = x/y
Rearranging, we get,
√2 = y/x
Since, x and y are integers, thus, √2 is a rational number, which contradicts the fact that √2 is
irrational.
Hence, we can conclude that 1/√2 is irrational.
(ii) 7√5
Let us assume 7√5 is a rational number.
Then we can find co-prime a and b (b ≠ 0) such that 7√5 = x/y
Rearranging, we get,
√5 = x/7y
Since, x and y are integers, thus, √5 is a rational number, which contradicts the fact that √5 is
irrational.
Hence, we can conclude that 7√5 is irrational.
(iii) 6 +√2
Let us assume 6 +√2 is a rational number.
Then we can find co-primes x and y (y ≠ 0) such that 6 +√2 = x/y⋅
Rearranging, we get,
√2 = (x/y) – 6
Since, x and y are integers, thus (x/y) – 6 is a rational number and therefore, √2 is rational. This
contradicts the fact that √2 is an irrational number.
Hence, we can conclude that 6 +√2 is irrational.
13/3125 = 0.00416
(ii) 17/8
17/8 = 2.125
(iii) 64/455 has a Non terminating decimal expansion
(iv)15/ 1600
15/1600 = 0.009375
(v) 29/ 343 has a Non terminating decimal expansion
(vi)23/ (2352) = 23/(8×25)= 23/200
23/ (2352) = 0.115
(vii) 129/ (225775) has a Non terminating decimal expansion
(viii) 6/15 = 2/5
35/50 = 0.7
(x) 77/210 has a non-terminating decimal expansion.
3. The following real numbers have decimal expansions as given below. In each case,
decide whether they are rational or not. If they are rational, and of the form, p q what can
you say about the prime factors of q?
(i) 43.123456789
(ii) 0.120120012000120000. . .
Solutions:
(i) 43.123456789
Since it has a terminating decimal expansion, it is a rational number in the form of p/q and q has
factors of 2 and 5 only.
(ii) 0.120120012000120000. . .
Since, it has non-terminating and non- repeating decimal expansion, it is an irrational number.
Since it has non-terminating but repeating decimal expansion, it is a rational number in the form
of p/q and q has factors other than 2 and 5.
Exercise 2.1 Page: 28
1. The graphs of y = p(x) are given in Fig. 2.10 below, for some polynomials p(x). Find the
number of zeroes of p(x), in each case.
Solutions:
Graphical method to find zeroes:-
Total number of zeroes in any polynomial equation = total number of times the curve intersects x-
axis.
(i) In the given graph, the number of zeroes of p(x) is 0 because the graph is parallel to x-axis
does not cut it at any point.
(ii) In the given graph, the number of zeroes of p(x) is 1 because the graph intersects the x-axis
at only one point.
(iii) In the given graph, the number of zeroes of p(x) is 3 because the graph intersects the x-axis
at any three points.
(iv) In the given graph, the number of zeroes of p(x) is 2 because the graph intersects the x-axis
at two points.
(v) In the given graph, the number of zeroes of p(x) is 4 because the graph intersects the x-axis
at four points.
(vi) In the given graph, the number of zeroes of p(x) is 3 because the graph intersects the x-axis
at three points.
As we can see, the remainder is not equal to 0. Therefore, we say that, x3-3x+1 is not a factor of
x5-4x3+x2+3x+1 .
3. Obtain all other zeroes of 3x4+6x3-2x2-10x-5, if two of its zeroes are √(5/3) and – √(5/3).
Solutions:
Since this is a polynomial equation of degree 4, hence there will be total 4 roots.
√(5/3) and – √(5/3) are zeroes of polynomial f(x).
∴ (x –√(5/3)) (x+√(5/3) = x2-(5/3) = 0
(3x2−5)=0, is a factor of given polynomial f(x).
Now, when we will divide f(x) by (3x2−5) the quotient obtained will also be a factor of f(x) and the
remainder will be 0.
Therefore, 3x4 +6x3 −2x2 −10x–5 = (3x2 –5)(x2+2x+1)
Now, on further factorizing (x2+2x+1) we get,
x2+2x+1 = x2+x+x+1 = 0
x(x+1)+1(x+1) = 0
(x+1)(x+1) = 0
So, its zeroes are given by: x= −1 and x = −1.
Therefore, all four zeroes of given polynomial equation are:
√(5/3),- √(5/3) , −1 and −1.
Hence, is the answer.
4. On dividing x3-3x2+x+2 by a polynomial g(x), the quotient and remainder were x–2 and –
2x+4, respectively. Find g(x).
Solution:
Given,
Dividend, p(x) = x3-3x2+x+2
Quotient = x-2
Remainder = –2x+4
We have to find the value of Divisor, g(x) =?
As we know,
Dividend = Divisor × Quotient + Remainder
∴ x3-3x2+x+2 = g(x)×(x-2) + (-2x+4)
x3-3x2+x+2-(-2x+4) = g(x)×(x-2)
Therefore, g(x) × (x-2) = x3-3x2+x+2
Now, for finding g(x) we will divide x3-3x2+x+2 with (x-2)
2. The coach of a cricket team buys 3 bats and 6 balls for Rs.3900. Later, she buys another
bat and 3 more balls of the same kind for Rs.1300. Represent this situation algebraically
and geometrically.
Solutions: Let us assume that the cost of a bat be ‘Rs x’
And,the cost of a ball be ‘Rs y’
According to the question, the algebraic representation is
3x+6y = 3900
And x+3y = 1300
For, 3x+6y = 3900
Or x = (3900-6y)/3
The solution table is
From the graph, it can be seen that the given lines cross each other at point (7, 3).
Therefore, there are 7 girls and 3 boys in the class.
(ii) Let 1 pencil costs Rs.x and 1 pen costs Rs.y.
According to the question, the algebraic expression cab be represented as;
5x + 7y = 50
7x + 5y = 46
For, 5x + 7y = 50 or x = (50-7y)/5, the solutions are;
For 2x + 2y = 10 or x = (10-2y)/2
For y + x = 36, y = 36 – x
For, 3x + 2y – 12 = 0 or x = (12-2y)/3
(ii) 3x + 4y = 10 and 2x – 2y = 2
By the method of elimination.
3x + 4y = 10……………………….(i)
2x – 2y = 2 ………………………. (ii)
When the equation (i) and (ii) is multiplied by 2, we get:
4x – 4y = 4 ………………………..(iii)
When the Equation (i) and (iii) are added, we get:
7x = 14
x = 2 ……………………………….(iv)
Substituting equation (iv) in (i) we get,
6 + 4y = 10
4y = 4
y=1
Hence, x = 2 and y = 1
By the method of Substitution
From equation (ii) we get,
x = 1 + y……………………………… (v)
Substituting equation (v) in equation (i) we get,
3(1 + y) + 4y = 10
7y = 7
y=1
When y = 1 is substituted in equation (v) we get,
A=1+1=2
Therefore, A = 2 and B = 1
(iii) 3x – 5y – 4 = 0 and 9x = 2y + 7
By the method of elimination:
3x – 5y – 4 = 0 ………………………………… (i)
9x = 2y + 7
9x – 2y – 7 = 0 …………………………………(ii)
When the equation (i) and (iii) is multiplied we get,
9x – 15y – 12 = 0 ………………………………(iii)
When the equation (iii) is subtracted from equation (ii) we get,
13y = -5
y = -5/13 ………………………………………….(iv)
When equation (iv) is substituted in equation (i) we get,
3x +25/13 −4=0
3x = 27/13
x =9/13
∴x = 9/13 and y = -5/13
By the method of Substitution:
From the equation (i) we get,
x = (5y+4)/3 …………………………………………… (v)
Putting the value (v) in equation (ii) we get,
9(5y+4)/3 −2y −7=0
13y = -5
y = -5/13
Substituting this value in equation (v) we get,
x = (5(-5/13)+4)/3
x = 9/13
∴x = 9/13, y = -5/13
(iv) x/2 + 2y/3 = -1 and x-y/3 = 3
By the method of Elimination.
3x + 4y = -6 …………………………. (i)
x-y/3 = 3
3x – y = 9 ……………………………. (ii)
When the equation (ii) is subtracted from equation (i) we get,
-5y = -15
y = 3 ………………………………….(iii)
When the equation (iii) is substituted in (i) we get,
3x – 12 = -6
3x = 6
x=2
Hence, x = 2 , y = -3
By the method of Substitution:
From the equation (ii) we get,
x = (y+9)/3…………………………………(v)
Putting the value obtained from equation (v) in equation (i) we get,
3(y+9)/3 +4y =−6
5y = -15
y = -3
When y = -3 is substituted in equation (v) we get,
x = (-3+9)/3 = 2
Therefore, x = 2 and y = -3
2. Form the pair of linear equations in the following problems, and find their solutions (if
they exist) by the elimination method:
(i) If we add 1 to the numerator and subtract 1 from the denominator, a fraction reduces to
1. It becomes if we only add 1 to the denominator. What is the fraction?
Solution:
Let the fraction be a/b
According to the given information,
(a+1)/(b-1) = 1
=> a – b = -2 ………………………………..(i)
a/(b+1) = 1/2
=> 2a-b = 1…………………………………(ii)
When equation (i) is subtracted from equation (ii) we get,
a = 3 …………………………………………………..(iii)
When a = 3 is substituted in equation (i) we get,
3 – b = -2
-b = -5
b=5
Hence, the fraction is 3/5.
(ii) Five years ago, Nuri was thrice as old as Sonu. Ten years later, Nuri will be twice as old
as Sonu. How old are Nuri and Sonu?
Solution:
Let us assume, present age of Nuri is x
And present age of Sonu is y.
According to the given condition, we can write as;
x – 5 = 3(y – 5)
x – 3y = -10…………………………………..(1)
Now,
x + 10 = 2(y +10)
x – 2y = 10…………………………………….(2)
Subtract eq. 1 from 2, to get,
y = 20 ………………………………………….(3)
Substituting the value of y in eq.1, we get,
x – 3.20 = -10
x – 60 = -10
x = 50
Therefore,
Age of Nuri is 50 years
Age of Sonu is 20 years.
(iii) The sum of the digits of a two-digit number is 9. Also, nine times this number is twice
the number obtained by reversing the order of the digits. Find the number.
Solution:
Let the unit digit and tens digit of a number be x and y respectively.
Then, Number (n) = 10B + A
N after reversing order of the digits = 10A + B
According to the given information, A + B = 9…………………….(i)
9(10B + A) = 2(10A + B)
88 B – 11 A = 0
-A + 8B = 0 ………………………………………………………….. (ii)
Adding the equations (i) and (ii) we get,
9B = 9
B = 1……………………………………………………………………….(3)
Substituting this value of B, in the equation (i) we get A= 8
Hence the number (N) is 10B + A = 10 x 1 +8 = 18
(iv) Meena went to a bank to withdraw Rs.2000. She asked the cashier to give her Rs.50
and Rs.100 notes only. Meena got 25 notes in all. Find how many notes of Rs.50 and
Rs.100 she received.
Solution:
Let the number of Rs.50 notes be A and the number of Rs.100 notes be B
According to the given information,
A + B = 25 ……………………………………………………………………….. (i)
50A + 100B = 2000 ………………………………………………………………(ii)
When equation (i) is multiplied with (ii) we get,
50A + 50B = 1250 …………………………………………………………………..(iii)
Subtracting the equation (iii) from the equation (ii) we get,
50B = 750
B = 15
Substituting in the equation (i) we get,
A = 10
Hence, Meena has 10 notes of Rs.50 and 15 notes of Rs.100.
(v) A lending library has a fixed charge for the first three days and an additional charge for
each day thereafter. Saritha paid Rs.27 for a book kept for seven days, while Susy paid
Rs.21 for the book she kept for five days. Find the fixed charge and the charge for each
extra day.
Solution:
Let the fixed charge for the first three days be Rs.A and the charge for each day extra be Rs.B.
According to the information given,
A + 4B = 27 …………………………………….…………………………. (i)
A + 2B = 21 ……………………………………………………………….. (ii)
When equation (ii) is subtracted from equation (i) we get,
2B = 6
B = 3 …………………………………………………………………………(iii)
Substituting B = 3 in equation (i) we get,
A + 12 = 27
A = 15
Hence, the fixed charge is Rs.15
And the Charge per day is Rs.3
2x + 4y = 5xy
=> 2/y + 4/x = 5
=> 2n +4m = 5
=> 4m+2n-5 = 0……………………..(ii)
3m + 6n – 6 = 0
4m + 2n – 5 = 0
By cross-multiplication method, we get
m/(-30 –(-12)) = n/(-24-(-15)) = 1/(6-24)
m/-18 = n/-9 = 1/-18
m/-18 = 1/-18
m=1
n/-9 = 1/-18
n = 1/2
m = 1 and n = 1/2
m = 1/x = 1 and n = 1/y = 1/2
x = 1 and y = 2
Hence, x = 1 and y = 2
(vii) 10/(x+y) + 2/(x-y) = 4
15/(x+y) – 5/(x-y) = -2
Solution:
Substituting 1/x+y = m and 1/x-y = n in the given equations, we get,
10m + 2n = 4 => 10m + 2n – 4 = 0 ………………..…..(i)
15m – 5n = -2 => 15m – 5n + 2 = 0 ……………………..(ii)
Using cross-multiplication method, we get,
m/(4-20) = n/(-60-(20)) = 1/(-50 -30)
m/-16 = n/-80 = 1/-80
m/-16 = 1/-80 and n/-80 = 1/-80
m = 1/5 and n = 1
m = 1/(x+y) = 1/5
x+y = 5 …………………………………………(iii)
n = 1/(x-y) = 1
x-y = 1……………………………………………(iv)
Adding equation (iii) and (iv), we get
2x = 6 => x = 3 …….(v)
Putting the value of x = 3 in equation (3), we get
y=2
Hence, x = 3 and y = 2
(viii) 1/(3x+y) + 1/(3x-y) = 3/4
1/2(3x+y) – 1/2(3x-y) = -1/8
Solution:
Substituting 1/(3x+y) = m and 1/(3x-y) = n in the given equations, we get,
m + n = 3/4 …………………………….…… (1)
m/2 – n/2 = -1/8
m – n = -1/4 …………………………..…(2)
Adding (1) and (2), we get
2m = 3/4 – 1/4
2m = 1/2
Putting in (2), we get
1/4 – n = -1/4
n = 1/4 + 1/4 = 1/2
m = 1/(3x+y) = 1/4
3x + y = 4 …………………………………(3)
n = 1/( 3x-y) = 1/2
3x – y = 2 ………………………………(4)
Adding equations (3) and (4), we get
6x = 6
x = 1 ……………………………….(5)
Putting in (3), we get
3(1) + y = 4
y=1
Hence, x = 1 and y = 1
2. Formulate the following problems as a pair of equations, and hence find their solutions:
(i) Ritu can row downstream 20 km in 2 hours, and upstream 4 km in 2 hours. Find her
speed of rowing in still water and the speed of the current.
(ii) 2 women and 5 men can together finish an embroidery work in 4 days, while 3 women
and 6 men can finish it in 3 days. Find the time taken by 1 woman alone to finish the work,
and also that taken by 1 man alone.
(iii) Roohi travels 300 km to her home partly by train and partly by bus. She takes 4 hours
if she travels 60 km by train and the remaining by bus. If she travels 100 km by train and
the remaining by bus, she takes 10 minutes longer. Find the speed of the train and the bus
separately.
Solutions:
(i) Let us consider,
Speed of Ritu in still water = x km/hr
Speed of Stream = y km/hr
Now, speed of Ritu during,
Downstream = x + y km/h
Upstream = x – y km/h
As per the question given,
2(x+y) = 20
Or x + y = 10……………………….(1)
And, 2(x-y) = 4
Or x – y = 2………………………(2)
Adding both the eq.1 and 2, we get,
2x = 12
x=6
Putting the value of x in eq.1, we get,
y=4
Therefore,
Speed of Ritu rowing in still water = 6 km/hr
Speed of Stream = 4 km/hr
(ii) Let us consider,
Number of days taken by women to finish the work = x
Number of days taken by men to finish the work = y
Work done by women in one day = 1/x
Work done by women in one day = 1/y
As per the question given,
4(2/x + 5/y) = 1
(2/x + 5/y) = 1/4
And, 3(3/x + 6/y) = 1
(3/x + 6/y) = 1/3
Now, put 1/x=m and 1/y=n, we get,
2m + 5n = 1/4 => 8m + 20n = 1…………………(1)
3m + 6n =1/3 => 9m + 18n = 1………………….(2)
Now, by cross multiplication method, we get here,
m/(20-18) = n/(9-8) = 1/ (180-144)
m/2 = n/1 = 1/36
m/2 = 1/36
m = 1/18
m = 1/x = 1/18
or x = 18
n = 1/y = 1/36
y = 36
Therefore,
Number of days taken by women to finish the work = 18
Number of days taken by men to finish the work = 36.
(iii) Let us consider,
Speed of the train = x km/h
Speed of the bus = y km/h
According to the given question,
60/x + 240/y = 4 …………………(1)
100/x + 200/y = 25/6 …………….(2)
Put 1/x=m and 1/y=n, in the above two equations;
60m + 240n = 4……………………..(3)
100m + 200n = 25/6
600m + 1200n = 25 ………………….(4)
Multiply eq.3 by 10, to get,
600m + 2400n = 40 ……………………(5)
Now, subtract eq.4 from 5, to get,
1200n = 15
n = 15/1200 = 1/80
Substitute the value of n in eq. 3, to get,
60m + 3 = 4
m = 1/60
m = 1/x = 1/60
x = 60
And y = 1/n
y = 80
Therefore,
Speed of the train = 60 km/h
Speed of the bus = 80 km/h
Also given,3x – y = 3
y = 3x – 3
Solution:
It is known that the sum of the opposite angles of a cyclic quadrilateral is 180o
Thus, we have
∠C +∠A = 180
4y + 20− 4x = 180
− 4x + 4y = 160
x − y = − 40 ……………(1)
And, ∠B + ∠D = 180
3y − 5 − 7x + 5 = 180
− 7x + 3y = 180 ………..(2)
Multiplying 3 to equation (1), we get
3x − 3y = − 120 ………(3)
Adding equation (2) to equation (3), we get
− 7x + 3x = 180 – 120
− 4x = 60
x = −15
Substituting this value in equation (i), we get
x − y = − 40
-y−15 = − 40
y = 40-15
= 25
∠A = 4y + 20 = 20+4(25) = 120°
∠B = 3y − 5 = − 5+3(25) = 70°
∠C = − 4x = − 4(− 15) = 60°
∠D = 5-7x
∠D= 5− 7(−15) = 110°
Hence, all the angles are measured.
Exercise 4.1 Page: 73
1. Check whether the following are quadratic equations:
(i) (x + 1)2 = 2(x – 3)
(ii) x2 – 2x = (–2) (3 – x)
(iii) (x – 2)(x + 1) = (x – 1)(x + 3)
(iv) (x – 3)(2x +1) = x(x + 5)
(v) (2x – 1)(x – 3) = (x + 5)(x – 1)
(vi) x2 + 3x + 1 = (x – 2)2
(vii) (x + 2)3 = 2x (x2 – 1)
(viii) x3 – 4x2 – x + 1 = (x – 2)3
Solutions:
(i) Given,
(x + 1)2 = 2(x – 3)
By using the formula for (a+b)2 = a2+2ab+b2
⇒ x2 + 2x + 1 = 2x – 6
⇒ x2 + 7 = 0
Since the above equation is in the form of ax2 + bx + c = 0.
Therefore, the given equation is quadratic equation.
(ii) Given, x2 – 2x = (–2) (3 – x)
By using the formula for (a+b)2 = a2+2ab+b2
⇒ x2 – 2x = -6 + 2x
⇒ x2 – 4x + 6 = 0
Since the above equation is in the form of ax2 + bx + c = 0.
Therefore, the given equation is quadratic equation.
(iii) Given, (x – 2)(x + 1) = (x – 1)(x + 3)
By using the formula for (a+b)2 = a2+2ab+b2
⇒ x2 – x – 2 = x2 + 2x – 3
⇒ 3x – 1 = 0
Since the above equation is not in the form of ax2 + bx + c = 0.
Therefore, the given equation is not a quadratic equation.
(iv) Given, (x – 3)(2x +1) = x(x + 5)
By using the formula for (a+b)2=a2+2ab+b2
⇒ 2x2 – 5x – 3 = x2 + 5x
⇒ x2 – 10x – 3 = 0
Since the above equation is in the form of ax2 + bx + c = 0.
Therefore, the given equation is quadratic equation.
(v) Given, (2x – 1)(x – 3) = (x + 5)(x – 1)
By using the formula for (a+b)2=a2+2ab+b2
⇒ 2x2 – 7x + 3 = x2 + 4x – 5
⇒ x2 – 11x + 8 = 0
Since the above equation is in the form of ax2 + bx + c = 0.
Therefore, the given equation is quadratic equation.
(vi) Given, x2 + 3x + 1 = (x – 2)2
By using the formula for (a+b)2=a2+2ab+b2
⇒ x2 + 3x + 1 = x2 + 4 – 4x
⇒ 7x – 3 = 0
Since the above equation is not in the form of ax2 + bx + c = 0.
Therefore, the given equation is not a quadratic equation.
(vii) Given, (x + 2)3 = 2x(x2 – 1)
By using the formula for (a+b)2 = a2+2ab+b2
⇒ x3 + 8 + x2 + 12x = 2x3 – 2x
⇒ x3 + 14x – 6x2 – 8 = 0
Since the above equation is not in the form of ax2 + bx + c = 0.
Therefore, the given equation is not a quadratic equation.
(viii) Given, x3 – 4x2 – x + 1 = (x – 2)3
By using the formula for (a+b)2 = a2+2ab+b2
⇒ x3 – 4x2 – x + 1 = x3 – 8 – 6x2 + 12x
⇒ 2x2 – 13x + 9 = 0
Since the above equation is in the form of ax2 + bx + c = 0.
Therefore, the given equation is quadratic equation.
2. Represent the following situations in the form of quadratic equations:
(i) The area of a rectangular plot is 528 m2. The length of the plot (in metres) is one more
than twice its breadth. We need to find the length and breadth of the plot.
(ii) The product of two consecutive positive integers is 306. We need to find the integers.
(iii) Rohan’s mother is 26 years older than him. The product of their ages (in years) 3 years
from now will be 360. We would like to find Rohan’s present age.
(iv) A train travels a distance of 480 km at a uniform speed. If the speed had been 8 km/h
less, then it would have taken
Solutions:
(i) Let us consider,
Breadth of the rectangular plot = x m
Thus, the length of the plot = (2x + 1) m.
As we know,
Area of rectangle = length × breadth = 528 m2
Putting the value of length and breadth of the plot in the formula, we get,
(2x + 1) × x = 528
⇒ 2x2 + x =528
⇒ 2x2 + x – 528 = 0
Therefore, the length and breadth of plot, satisfies the quadratic equation, 2x2 + x – 528 = 0,
which is the required representation of the problem mathematically.
(ii) Let us consider,
The first integer number = x
Thus, the next consecutive positive integer will be = x + 1
Product of two consecutive integers = x × (x +1) = 306
⇒ x2 + x = 306
⇒ x2 + x – 306 = 0
Therefore, the two integers x and x+1, satisfies the quadratic equation, x2 + x – 306 = 0, which is
the required representation of the problem mathematically.
(iii) Let us consider,
Age of Rohan’s = x years
Therefore, as per the given question,
Rohan’s mother’s age = x + 26
After 3 years,
Age of Rohan’s = x + 3
Age of Rohan’s mother will be = x + 26 + 3 = x + 29
The product of their ages after 3 years will be equal to 360, such that
(x + 3)(x + 29) = 360
⇒ x2 + 29x + 3x + 87 = 360
⇒ x2 + 32x + 87 – 360 = 0
⇒ x2 + 32x – 273 = 0
Therefore, the age of Rohan and his mother, satisfies the quadratic equation, x2 + 32x – 273 = 0,
which is the required representation of the problem mathematically.
(iv) Let us consider,
The speed of train = x km/h
And
Time taken to travel 480 km = 480/x km/hr
As per second condition, the speed of train = (x – 8) km/h
Also given, the train will take 3 hours to cover the same distance.
Therefore, time taken to travel 480 km = 480/(x+3) km/h
As we know,
Speed × Time = Distance
Therefore,
(x – 8)(480/(x + 3) = 480
⇒ 480 + 3x – 3840/x – 24 = 480
⇒ 3x – 3840/x = 24
⇒ 3x2 – 8x – 1280 = 0
Therefore, the speed of the train, satisfies the quadratic equation, 3x2 – 8x – 1280 = 0, which is
the required representation of the problem mathematically.
⇒ x = (7±√(49 – 24))/4
⇒ x = (7±√25)/4
⇒ x = (7±5)/4
⇒ x = (7+5)/4 or x = (7-5)/4
⇒ x = 12/4 or 2/4
∴ x = 3 or 1/2
(ii) 2x2 + x – 4 = 0
On comparing the given equation with ax2 + bx + c = 0, we get,
a = 2, b = 1 and c = -4
By using quadratic formula, we get,
⇒x = -1±√1+32/4
⇒x = -1±√33/4
∴ x = -1+√33/4 or x = -1-√33/4
(iii) 4x2 + 4√3x + 3 = 0
On comparing the given equation with ax2 + bx + c = 0, we get
a = 4, b = 4√3 and c = 3
By using quadratic formula, we get,
⇒ x = -4√3±√48-48/8
⇒ x = -4√3±0/8
∴ x = -√3/2 or x = -√3/2
(iv) 2x2 + x + 4 = 0
On comparing the given equation with ax2 + bx + c = 0, we get,
a = 2, b = 1 and c = 4
By using quadratic formula, we get
⇒ x = -1±√1-32/4
⇒ x = -1±√-31/4
As we know, the square of a number can never be negative. Therefore, there is no real solution
for the given equation.
3. Find the roots of the following equations:
(i) x-1/x = 3, x ≠ 0
(ii) 1/x+4 – 1/x-7 = 11/30, x = -4, 7
Solution:
(i) x-1/x = 3
⇒ x2 – 3x -1 = 0
On comparing the given equation with ax2 + bx + c = 0, we get
a = 1, b = -3 and c = -1
By using quadratic formula, we get,
⇒ x = 3±√9+4/2
⇒ x = 3±√13/2
∴ x = 3+√13/2 or x = 3-√13/2
(ii) 1/x+4 – 1/x-7 = 11/30
⇒ x-7-x-4/(x+4)(x-7) = 11/30
⇒ -11/(x+4)(x-7) = 11/30
⇒ (x+4)(x-7) = -30
⇒ x2 – 3x – 28 = 30
⇒ x2 – 3x + 2 = 0
We can solve this equation by factorization method now,
⇒ x2 – 2x – x + 2 = 0
⇒ x(x – 2) – 1(x – 2) = 0
⇒ (x – 2)(x – 1) = 0
⇒ x = 1 or 2
4. The sum of the reciprocals of Rehman’s ages, (in years) 3 years ago and 5 years from
now is 1/3. Find his present age.
Solution:
Let us say, present age of Rahman is x years.
Three years ago, Rehman’s age was (x – 3) years.
Five years after, his age will be (x + 5) years.
Given, the sum of the reciprocals of Rehman’s ages 3 years ago and after 5 years is equal to
1/3.
∴ 1/x-3 + 1/x-5 = 1/3
(x+5+x-3)/(x-3)(x+5) = 1/3
(2x+2)/(x-3)(x+5) = 1/3
⇒ 3(2x + 2) = (x-3)(x+5)
⇒ 6x + 6 = x2 + 2x – 15
⇒ x2 – 4x – 21 = 0
⇒ x2 – 7x + 3x – 21 = 0
⇒ x(x – 7) + 3(x – 7) = 0
⇒ (x – 7)(x + 3) = 0
⇒ x = 7, -3
As we know, age cannot be negative.
Therefore, Rahman’s present age is 7 years.
5. In a class test, the sum of Shefali’s marks in Mathematics and English is 30. Had she
got 2 marks more in Mathematics and 3 marks less in English, the product of their marks
would have been 210. Find her marks in the two subjects.
Solution:
Let us say, the marks of Shefali in Maths be x.
Then, the marks in English will be 30 – x.
As per the given question,
(x + 2)(30 – x – 3) = 210
(x + 2)(27 – x) = 210
⇒ -x2 + 25x + 54 = 210
⇒ x2 – 25x + 156 = 0
⇒ x2 – 12x – 13x + 156 = 0
⇒ x(x – 12) -13(x – 12) = 0
⇒ (x – 12)(x – 13) = 0
⇒ x = 12, 13
Therefore, if the marks in Maths are 12, then marks in English will be 30 – 12 = 18 and the marks
in Maths are 13, then marks in English will be 30 – 13 = 17.
6. The diagonal of a rectangular field is 60 metres more than the shorter side. If the longer
side is 30 metres more than the shorter side, find the sides of the field.
Solution:
Let us say, the shorter side of the rectangle be x m.
Then, larger side of the rectangle = (x + 30) m
⇒ x2 + (x + 30)2 = (x + 60)2
⇒ x2 + x2 + 900 + 60x = x2 + 3600 + 120x
⇒ x2 – 60x – 2700 = 0
⇒ x2 – 90x + 30x – 2700 = 0
⇒ x(x – 90) + 30(x -90) = 0
⇒ (x – 90)(x + 30) = 0
⇒ x = 90, -30
However, side of the field cannot be negative. Therefore, the length of the shorter side will be 90
m.
and the length of the larger side will be (90 + 30) m = 120 m.
7. The difference of squares of two numbers is 180. The square of the smaller number is 8
times the larger number. Find the two numbers.
Solution:
Let us say, the larger and smaller number be x and y respectively.
As per the question given,
x2 – y2 = 180 and y2 = 8x
⇒ x2 – 8x = 180
⇒ x2 – 8x – 180 = 0
⇒ x2 – 18x + 10x – 180 = 0
⇒ x(x – 18) +10(x – 18) = 0
⇒ (x – 18)(x + 10) = 0
⇒ x = 18, -10
However, the larger number cannot considered as negative number, as 8 times of the larger
number will be negative and hence, the square of the smaller number will be negative which is
not possible.
Therefore, the larger number will be 18 only.
x = 18
∴ y2 = 8x = 8 × 18 = 144
⇒ y = ±√144 = ±12
∴ Smaller number = ±12
Therefore, the numbers are 18 and 12 or 18 and -12.
8. A train travels 360 km at a uniform speed. If the speed had been 5 km/h more, it would
have taken 1 hour less for the same journey. Find the speed of the train.
Solution:
Let us say, the speed of the train be x km/hr.
Time taken to cover 360 km = 360/x hr.
As per the question given,
⇒ (x + 5)(360-1/x) = 360
⇒ 360 – x + 1800-5/x = 360
⇒ x2 + 5x + 10x – 1800 = 0
⇒ x(x + 45) -40(x + 45) = 0
⇒ (x + 45)(x – 40) = 0
⇒ x = 40, -45
As we know, the value of speed cannot be negative.
Therefore, the speed of train is 40 km/h.
9. Two water taps together can fill a tank in
hours. The tap of larger diameter takes 10 hours less than the smaller one to fill the
tank separately. Find the time in which each tap can separately fill the tank.
Solution:
Let the time taken by the smaller pipe to fill the tank = x hr.
Time taken by the larger pipe = (x – 10) hr
Part of tank filled by smaller pipe in 1 hour = 1/x
Part of tank filled by larger pipe in 1 hour = 1/(x – 10)
As given, the tank can be filled in
Here,
a2 – a1 = 3+√2-3 = √2
a3 – a2 = (3+2√2)-(3+√2) = √2
a4 – a3 = (3+3√2) – (3+2√2) = √2
Since, an+1 – an or the common difference is same every time.
Therefore, d = √2 and the given series forms a A.P.
Hence, next three terms are;
a5 = (3+√2) +√2 = 3+4√2
a6 = (3+4√2)+√2 = 3+5√2
a7 = (3+5√2)+√2 = 3+6√2
(vi) 0.2, 0.22, 0.222, 0.2222 ….
Here,
a2 – a1 = 0.22-0.2 = 0.02
a3 – a2 = 0.222-0.22 = 0.002
a4 – a3 = 0.2222-0.222 = 0.0002
Since, an+1 – an or the common difference is not same every time.
Therefore, and the given series doesn’t forms a A.P.
(vii) 0, -4, -8, -12 …
Here,
a2 – a1 = (-4)-0 = -4
a3 – a2 = (-8)-(-4) = -4
a4 – a3 = (-12)-(-8) = -4
Since, an+1 – an or the common difference is same every time.
Therefore, d = -4 and the given series forms a A.P.
Hence, next three terms are;
a5 = -12-4 = -16
a6 = -16-4 = -20
a7 = -20-4 = -24
(viii) -1/2, -1/2, -1/2, -1/2 ….
Here,
a2 – a1 = (-1/2) – (-1/2) = 0
a3 – a2 = (-1/2) – (-1/2) = 0
a4 – a3 = (-1/2) – (-1/2) = 0
Since, an+1 – an or the common difference is same every time.
Therefore, d = 0 and the given series forms a A.P.
Hence, next three terms are;
a5 = (-1/2)-0 = -1/2
a6 = (-1/2)-0 = -1/2
a7 = (-1/2)-0 = -1/2
(ix) 1, 3, 9, 27 …
Here,
a2 – a1 = 3-1 = 2
a3 – a2 = 9-3 = 6
a4 – a3 = 27-9 = 18
Since, an+1 – an or the common difference is not same every time.
Therefore, and the given series doesn’t form a A.P.
(x) a, 2a, 3a, 4a …
Here,
a2 – a1 = 2a–a = a
a3 – a2 = 3a-2a = a
a4 – a3 = 4a-3a = a
Since, an+1 – an or the common difference is same every time.
Therefore, d = a and the given series forms a A.P.
Hence, next three terms are;
a5 = 4a+a = 5a
a6 = 5a+a = 6a
a7 = 6a+a = 7a
(xi) a, a2, a3, a4 …
Here,
a2 – a1 = a2–a = a(a-1)
a3 – a2 = a3 – a2 = a2(a-1)
a4 – a3 = a4 – a3 = a3(a-1)
Since, an+1 – an or the common difference is not same every time.
Therefore, the given series doesn’t forms a A.P.
(xii) √2, √8, √18, √32 …
Here,
a2 – a1 = √8-√2 = 2√2-√2 = √2
a3 – a2 = √18-√8 = 3√2-2√2 = √2
a4 – a3 = 4√2-3√2 = √2
Since, an+1 – an or the common difference is same every time.
Therefore, d = √2 and the given series forms a A.P.
Hence, next three terms are;
a5 = √32+√2 = 4√2+√2 = 5√2 = √50
a6 = 5√2+√2 = 6√2 = √72
a7 = 6√2+√2 = 7√2 = √98
(xiii) √3, √6, √9, √12 …
Here,
a2 – a1 = √6-√3 = √3×√2-√3 = √3(√2-1)
a3 – a2 = √9-√6 = 3-√6 = √3(√3-√2)
a4 – a3 = √12 – √9 = 2√3 – √3×√3 = √3(2-√3)
Since, an+1 – an or the common difference is not same every time.
Therefore, the given series doesn’t form a A.P.
(xiv) 12, 32, 52, 72 …
Or, 1, 9, 25, 49 …..
Here,
a2 − a1 = 9−1 = 8
a3 − a2 = 25−9 = 16
a4 − a3 = 49−25 = 24
Since, an+1 – an or the common difference is not same every time.
Therefore, the given series doesn’t form a A.P.
(xv) 12, 52, 72, 73 …
Or 1, 25, 49, 73 …
Here,
a2 − a1 = 25−1 = 24
a3 − a2 = 49−25 = 24
a4 − a3 = 73−49 = 24
Since, an+1 – an or the common difference is same every time.
Therefore, d = 24 and the given series forms a A.P.
Hence, next three terms are;
a5 = 73+24 = 97
a6 = 97+24 = 121
a7 = 121+24 = 145
Solutions:
(i) Given,
First term, a = 7
Common difference, d = 3
Number of terms, n = 8,
We have to find the nth term, an = ?
As we know, for an A.P.,
an = a+(n−1)d
Putting the values,
=> 7+(8 −1) 3
=> 7+(7) 3
=> 7+21 = 28
Hence, an = 28
(ii) Given,
First term, a = -18
Common difference, d = ?
Number of terms, n = 10
Nth term, an = 0
As we know, for an A.P.,
an = a+(n−1)d
Putting the values,
0 = − 18 +(10−1)d
18 = 9d
d = 18/9 = 2
Hence, common difference, d = 2
(iii) Given,
First term, a = ?
Common difference, d = -3
Number of terms, n = 18
Nth term, an = -5
As we know, for an A.P.,
an = a+(n−1)d
Putting the values,
−5 = a+(18−1) (−3)
−5 = a+(17) (−3)
−5 = a−51
a = 51−5 = 46
Hence, a = 46
(iv) Given,
First term, a = -18.9
Common difference, d = 2.5
Number of terms, n = ?
Nth term, an = 3.6
As we know, for an A.P.,
an = a +(n −1)d
Putting the values,
3.6 = − 18.9+(n −1)2.5
3.6 + 18.9 = (n−1)2.5
22.5 = (n−1)2.5
(n – 1) = 22.5/2.5
n–1=9
n = 10
Hence, n = 10
(v) Given,
First term, a = 3.5
Common difference, d = 0
Number of terms, n = 105
Nth term, an = ?
As we know, for an A.P.,
an = a+(n −1)d
Putting the values,
an = 3.5+(105−1) 0
an = 3.5+104×0
an = 3.5
Hence, an = 3.5
2. Choose the correct choice in the following and justify:
(i) 30th term of the A.P: 10,7, 4, …, is
(A) 97 (B) 77 (C) −77 (D) −87
(ii) 11th term of the A.P. -3, -1/2, ,2 …. is
(A) 28 (B) 22 (C) – 38 (D)
Solutions:
(i) Given here,
A.P. = 10, 7, 4, …
Therefore, we can find,
First term, a = 10
Common difference, d = a2 − a1 = 7−10 = −3
As we know, for an A.P.,
an = a +(n−1)d
Putting the values;
a30 = 10+(30−1)(−3)
a30 = 10+(29)(−3)
a30 = 10−87 = −77
Hence, the correct answer is option C.
(ii) Given here,
A.P. = -3, -1/2, ,2 …
Therefore, we can find,
First term a = – 3
Common difference, d = a2 − a1 = (-1/2) -(-3)
⇒(-1/2) + 3 = 5/2
As we know, for an A.P.,
an = a+(n−1)d
Putting the values;
a11 = 3+(11-1)(5/2)
a11 = 3+(10)(5/2)
a11 = -3+25
a11 = 22
Hence, the answer is option B.
3. In the following APs find the missing term in the boxes.
Solutions:
(i) For the given A.P., 2,2 , 26
The first and third term are;
a=2
a3 = 26
As we know, for an A.P.,
an = a+(n −1)d
Therefore, putting the values here,
a3 = 2+(3-1)d
26 = 2+2d
24 = 2d
d = 12
a2 = 2+(2-1)12
= 14
Therefore, 14 is the missing term.
(ii) For the given A.P., , 13, ,3
a2 = 13 and
a4 = 3
As we know, for an A.P.,
an = a+(n−1) d
Therefore, putting the values here,
a2 = a +(2-1)d
13 = a+d ………………. (i)
a4 = a+(4-1)d
3 = a+3d ………….. (ii)
On subtracting equation (i) from (ii), we get,
– 10 = 2d
d=–5
From equation (i), putting the value of d,we get
13 = a+(-5)
a = 18
a3 = 18+(3-1)(-5)
= 18+2(-5) = 18-10 = 8
Therefore, the missing terms are 18 and 8 respectively.
(iii) For the given A.P.,
a = 5 and
a4 = 19/2
As we know, for an A.P.,
an = a+(n−1)d
Therefore, putting the values here,
a4 = a+(4-1)d
19/2 = 5+3d
(19/2) – 5 = 3d
3d = 9/2
d = 3/2
a2 = a+(2-1)d
a2 = 5+3/2
a2 = 13/2
a3 = a+(3-1)d
a3 = 5+2×3/2
a3 = 8
Therefore, the missing terms are 13/2 and 8 respectively.
(iv) For the given A.P.,
a = −4 and
a6 = 6
As we know, for an A.P.,
an = a +(n−1) d
Therefore, putting the values here,
a6 = a+(6−1)d
6 = − 4+5d
10 = 5d
d=2
a2 = a+d = − 4+2 = −2
a3 = a+2d = − 4+2(2) = 0
a4 = a+3d = − 4+ 3(2) = 2
a5 = a+4d = − 4+4(2) = 4
Therefore, the missing terms are −2, 0, 2, and 4 respectively.
(v) For the given A.P.,
a2 = 38
a6 = −22
As we know, for an A.P.,
an = a+(n −1)d
Therefore, putting the values here,
a2 = a+(2−1)d
38 = a+d ……………………. (i)
a6 = a+(6−1)d
−22 = a+5d …………………. (ii)
On subtracting equation (i) from (ii), we get
− 22 − 38 = 4d
−60 = 4d
d = −15
a = a2 − d = 38 − (−15) = 53
a3 = a + 2d = 53 + 2 (−15) = 23
a4 = a + 3d = 53 + 3 (−15) = 8
a5 = a + 4d = 53 + 4 (−15) = −7
Therefore, the missing terms are 53, 23, 8, and −7 respectively.
4. Which term of the A.P. 3, 8, 13, 18, … is 78?
Solutions:
Given the A.P. series as3, 8, 13, 18, …
First term, a = 3
Common difference, d = a2 − a1 = 8 − 3 = 5
Let the nth term of given A.P. be 78. Now as we know,
an = a+(n−1)d
Therefore,
78 = 3+(n −1)5
75 = (n−1)5
(n−1) = 15
n = 16
Hence, 16th term of this A.P. is 78.
5. Find the number of terms in each of the following A.P.
(i) 7, 13, 19, …, 205
Solutions:
(i) Given, 7, 13, 19, …, 205 is the A.P
Therefore
First term, a = 7
Common difference, d = a2 − a1 = 13 − 7 = 6
Let there are n terms in this A.P.
an = 205
As we know, for an A.P.,
an = a + (n − 1) d
Therefore, 205 = 7 + (n − 1) 6
198 = (n − 1) 6
33 = (n − 1)
n = 34
Therefore, this given series has 34 terms in it.
First term, a = 18
Common difference, d = a2-a1 =
d = (31-36)/2 = -5/2
Let there are n terms in this A.P.
an = 205
As we know, for an A.P.,
an = a+(n−1)d
-47 = 18+(n-1)(-5/2)
-47-18 = (n-1)(-5/2)
-65 = (n-1)(-5/2)
(n-1) = -130/-5
(n-1) = 26
n = 27
Therefore, this given A.P. has 27 terms in it.
6. Check whether -150 is a term of the A.P. 11, 8, 5, 2, …
Solution:
For the given series, A.P. 11, 8, 5, 2..
First term, a = 11
Common difference, d = a2−a1 = 8−11 = −3
Let −150 be the nth term of this A.P.
As we know, for an A.P.,
an = a+(n−1)d
-150 = 11+(n -1)(-3)
-150 = 11-3n +3
-164 = -3n
n = 164/3
Clearly, n is not an integer but a fraction.
Therefore, – 150 is not a term of this A.P.
7. Find the 31st term of an A.P. whose 11th term is 38 and the 16th term is 73.
Solution:
Given that,
11th term, a11 = 38
and 16th term, a16 = 73
We know that,
an = a+(n−1)d
a11 = a+(11−1)d
38 = a+10d ………………………………. (i)
In the same way,
a16 = a +(16−1)d
73 = a+15d ………………………………………… (ii)
On subtracting equation (i) from (ii), we get
35 = 5d
d=7
From equation (i), we can write,
38 = a+10×(7)
38 − 70 = a
a = −32
a31 = a +(31−1) d
= − 32 + 30 (7)
= − 32 + 210
= 178
Hence, 31st term is 178.
8. An A.P. consists of 50 terms of which 3rd term is 12 and the last term is 106. Find the
29th term.
Solution: Given that,
3rd term, a3 = 12
50th term, a50 = 106
We know that,
an = a+(n−1)d
a3 = a+(3−1)d
12 = a+2d ……………………………. (i)
In the same way,
a50 = a+(50−1)d
106 = a+49d …………………………. (ii)
On subtracting equation (i) from (ii), we get
94 = 47d
d = 2 = common difference
From equation (i), we can write now,
12 = a+2(2)
a = 12−4 = 8
a29 = a+(29−1) d
a29 = 8+(28)2
a29 = 8+56 = 64
Therefore, 29th term is 64.
9. If the 3rd and the 9th terms of an A.P. are 4 and − 8 respectively. Which term of this A.P. is
zero.
Solution:
Given that,
3rd term, a3 = 4
and 9th term, a9 = −8
We know that,
an = a+(n−1)d
Therefore,
a3 = a+(3−1)d
4 = a+2d ……………………………………… (i)
a9 = a+(9−1)d
−8 = a+8d ………………………………………………… (ii)
On subtracting equation (i) from (ii), we will get here,
−12 = 6d
d = −2
From equation (i), we can write,
4 = a+2(−2)
4 = a−4
a=8
Let nth term of this A.P. be zero.
an = a+(n−1)d
0 = 8+(n−1)(−2)
0 = 8−2n+2
2n = 10
n=5
Hence, 5th term of this A.P. is 0.
10. If 17th term of an A.P. exceeds its 10th term by 7. Find the common difference.
Solution:
We know that, for an A.P series;
an = a+(n−1)d
a17 = a+(17−1)d
a17 = a +16d
In the same way,
a10 = a+9d
As it is given in the question,
a17 − a10 = 7
Therefore,
(a +16d)−(a+9d) = 7
7d = 7
d=1
Therefore, the common difference is 1.
11. Which term of the A.P. 3, 15, 27, 39,.. will be 132 more than its 54th term?
Solution:
Given A.P. is 3, 15, 27, 39, …
first term, a = 3
common difference, d = a2 − a1 = 15 − 3 = 12
We know that,
an = a+(n−1)d
Therefore,
a54 = a+(54−1)d
⇒3+(53)(12)
⇒3+636 = 639
a54 = 639
We have to find the term of this A.P. which is 132 more than a54, i.e.771.
Let nth term be 771.
an = a+(n−1)d
771 = 3+(n −1)12
768 = (n−1)12
(n −1) = 64
n = 65
Therefore, 65th term was 132 more than 54th term.
Or another method is;
16. Determine the A.P. whose third term is 16 and the 7th term exceeds the 5th term by 12.
Solutions:
Given,
Third term, a3 = 16
As we know,
a +(3−1)d = 16
a+2d = 16 ………………………………………. (i)
It is given that, 7th term exceeds the 5th term by 12.
a7 − a5 = 12
[a+(7−1)d]−[a +(5−1)d]= 12
(a+6d)−(a+4d) = 12
2d = 12
d=6
From equation (i), we get,
a+2(6) = 16
a+12 = 16
a=4
Therefore, A.P. will be4, 10, 16, 22, …
17. Find the 20th term from the last term of the A.P. 3, 8, 13, …, 253.
Solution:
Given A.P. is3, 8, 13, …, 253
Common difference, d= 5.
Therefore, we can write the given AP in reverse order as;
253, 248, 243, …, 13, 8, 5
Now for the new AP,
first term, a = 253
and common difference, d = 248 − 253 = −5
n = 20
Therefore, using nth term formula, we get,
a20 = a+(20−1)d
a20 = 253+(19)(−5)
a20 = 253−95
a = 158
Therefore, 20th term from the last term of the AP 3, 8, 13, …, 253.is 158.
18. The sum of 4th and 8th terms of an A.P. is 24 and the sum of the 6th and 10th terms is 44.
Find the first three terms of the A.P.
Solution:
We know that, the nth term of the AP is;
an = a+(n−1)d
a4 = a+(4−1)d
a4 = a+3d
In the same way, we can write,
a8 = a+7d
a6 = a+5d
a10 = a+9d
Given that,
a4+a8 = 24
a+3d+a+7d = 24
2a+10d = 24
a+5d = 12 …………………………………………………… (i)
a6+a10 = 44
a +5d+a+9d = 44
2a+14d = 44
a+7d = 22 …………………………………….. (ii)
On subtracting equation (i) from (ii), we get,
2d = 22 − 12
2d = 10
d=5
From equation (i), we get,
a+5d = 12
a+5(5) = 12
a+25 = 12
a = −13
a2 = a+d = − 13+5 = −8
a3 = a2+d = − 8+5 = −3
Therefore, the first three terms of this A.P. are −13, −8, and −3.
19. Subba Rao started work in 1995 at an annual salary of Rs 5000 and received an
increment of Rs 200 each year. In which year did his income reach Rs 7000?
Solution:
It can be seen from the given question, that the incomes of Subba Rao increases every year by
Rs.200 and hence, forms an AP.
Therefore, after 1995, the salaries of each year are;
5000, 5200, 5400, …
Here, first term, a = 5000
and common difference, d = 200
Let after nth year, his salary be Rs 7000.
Therefore, by the nth term formula of AP,
an = a+(n−1) d
7000 = 5000+(n−1)200
200(n−1)= 2000
(n−1) = 10
n = 11
Therefore, in 11th year, his salary will be Rs 7000.
20. Ramkali saved Rs 5 in the first week of a year and then increased her weekly saving by
Rs 1.75. If in the nth week, her weekly savings become Rs 20.75, find n.
Solution:
Given that, Ramkali saved Rs.5 in first week and then started saving each week by Rs.1.75.
Hence,
First term, a = 5
and common difference, d = 1.75
Also given,
an = 20.75
Find, n = ?
As we know, by the nth term formula,
an = a+(n−1)d
Therefore,
20.75 = 5+(n -1)×1.75
15.75 = (n -1)×1.75
(n -1) = 15.75/1.75 = 1575/175
= 63/7 = 9
n -1 = 9
n = 10
Hence, n is 10.
= 11/2(2/15 + 10/60)
= 11/2 (9/30)
= 33/20
2. Find the sums given below:
(ii) 34 + 32 + 30 + ……….. + 10
(iii) − 5 + (− 8) + (− 11) + ………… + (− 230)
Solutions:
(i)
First term, a = 7
nth term, an = 84
Let 84 be the nth term of this A.P., then as per the nth term formula,
an = a(n-1)d
84 = 7+(n – 1)×7/2
77 = (n-1)×7/2
22 = n−1
n = 23
We know that, sum of n term is;
Sn = n/2 (a + l) , l = 84
Sn = 23/2 (7+84)
Sn = (23×91/2) = 2093/2
Common difference, d = 7
22nd term, a22 = 149
Sum of first 22 term, S22 = ?
By the formula of nth term,
an = a+(n−1)d
a22 = a+(22−1)d
149 = a+21×7
149 = a+147
a = 2 = First term
Sum of n terms,
Sn = n/2(a+an)
S22 = 22/2 (2+149)
= 11×151
= 1661
8. Find the sum of first 51 terms of an AP whose second and third terms are 14 and 18
respectively.
Solution:
Given that,
Second term, a2 = 14
Third term, a3 = 18
Common difference, d = a3−a2 = 18−14 = 4
a2 = a+d
14 = a+4
a = 10 = First term
Sum of n terms;
Sn = n/2 [2a + (n – 1)d]
S51 = 51/2 [2×10 (51-1) 4]
= 51/2 [2+(20)×4]
= 51 × 220/2
= 51 × 110
= 5610
9. If the sum of first 7 terms of an AP is 49 and that of 17 terms is 289, find the sum of
first n terms.
Solution:
Given that,
S7 = 49
S17 = 289
We know, Sum of n terms;
Sn = n/2 [2a + (n – 1)d]
Therefore,
S7= 7/2 [2a +(n -1)d]
S7 = 7/2 [2a + (7 -1)d]
49 = 7/2 [2a +6d]
7 = (a+3d)
a + 3d = 7 …………………………………. (i)
In the same way,
S17 = 17/2 [2a+(17-1)d]
289 = 17/2 (2a +16d)
17 = (a+8d)
a +8d = 17 ………………………………. (ii)
Subtracting equation (i) from equation (ii),
5d = 10
d=2
From equation (i), we can write it as;
a+3(2) = 7
a+ 6 = 7
a=1
Hence,
Sn = n/2[2a+(n-1)d]
= n/2[2(1)+(n – 1)×2]
= n/2(2+2n-2)
= n/2(2n)
= n2
a + 3(−20) = 100
a −60 = 100
a = 160
Therefore, the value of each of the prizes was Rs 160, Rs 140, Rs 120, Rs 100, Rs 80, Rs 60,
and Rs 40.
17. In a school, students thought of planting trees in and around the school to reduce air
pollution. It was decided that the number of trees, that each section of each class will
plant, will be the same as the class, in which they are studying, e.g., a section of class I
will plant 1 tree, a section of class II will plant 2 trees and so on till class XII. There are
three sections of each class. How many trees will be planted by the students?
Solution:
It can be observed that the number of trees planted by the students is in an AP.
1, 2, 3, 4, 5………………..12
First term, a = 1
Common difference, d = 2−1 = 1
Sn = n/2 [2a +(n-1)d]
S12 = 12/2 [2(1)+(12-1)(1)]
= 6(2+11)
= 6(13)
= 78
Therefore, number of trees planted by 1 section of the classes = 78
Number of trees planted by 3 sections of the classes = 3×78 = 234
Therefore, 234 trees will be planted by the students.
18. A spiral is made up of successive semicircles, with centres alternately at A and B,
starting with centre at A of radii 0.5, 1.0 cm, 1.5 cm, 2.0 cm, ……… as shown in figure.
What is the total length of such a spiral made up of thirteen consecutive semicircles?
(Take π = 22/7)
Solution:
We know,
Perimeter of a semi-circle = πr
Therefore,
P1 = π(0.5) = π/2 cm
P2 = π(1) = π cm
P3 = π(1.5) = 3π/2 cm
Where, P1, P2, P3 are the lengths of the semi-circles.
Hence we got a series here, as,
π/2, π, 3π/2, 2π, ….
P1 = π/2 cm
P2 = π cm
Common difference, d = P2 – P1 = π – π/2 = π/2
First term = P1= a = π/2 cm
By the sum of n term formula, we know,
Sn = n/2 [2a + (n – 1)d]
Therefor, Sum of the length of 13 consecutive circles is;
S13 = 13/2 [2(π/2) + (13 – 1)π/2]
= 13/2 [π + 6π]
=13/2 (7π)
= 13/2 × 7 × 22/7
= 143 cm
19. 200 logs are stacked in the following manner: 20 logs in the bottom row, 19 in the next
row, 18 in the row next to it and so on. In how many rows are the 200 logs placed and how
many logs are in the top row?
Solution:
We can see that the numbers of logs in rows are in the form of an A.P.20, 19, 18…
For the given A.P.,
First term, a = 20 and common difference, d = a2−a1 = 19−20 = −1
Let a total of 200 logs be placed in n rows.
Thus, Sn = 200
By the sum of nth term formula,
Sn = n/2 [2a +(n -1)d]
S12 = 12/2 [2(20)+(n -1)(-1)]
400 = n (40−n+1)
400 = n (41-n)
400 = 41n−n2
n2−41n + 400 = 0
n2−16n−25n+400 = 0
n(n −16)−25(n −16) = 0
(n −16)(n −25) = 0
Either (n −16) = 0 or n−25 = 0
n = 16 or n = 25
By the nth term formula,
an = a+(n−1)d
a16 = 20+(16−1)(−1)
a16 = 20−15
a16 = 5
Similarly, the 25th term could be written as;
a25 = 20+(25−1)(−1)
a25 = 20−24
= −4
It can be seen, the number of logs in 16th row is 5 as the numbers cannot be negative.
Therefore, 200 logs can be placed in 16 rows and the number of logs in the 16th row is 5.
20. In a potato race, a bucket is placed at the starting point, which is 5 m from the first
potato and other potatoes are placed 3 m apart in a straight line. There are ten potatoes in
the line.
A competitor starts from the bucket, picks up the nearest potato, runs back with it, drops
it in the bucket, runs back to pick up the next potato, runs to the bucket to drop it in, and
she continues in the same way until all the potatoes are in the bucket. What is the total
distance the competitor has to run?
[Hint: to pick up the first potato and the second potato, the total distance (in metres) run
by a competitor is 2×5+2×(5+3)]
Solution:
The distances of potatoes from the bucket are 5, 8, 11, 14…, which is in the form of AP.
Given, the distance run by the competitor for collecting these potatoes are two times of the
distance at which the potatoes have been kept.
Therefore, distances to be run w.r.t distances of potatoes, could be written as;
10, 16, 22, 28, 34,……….
Hence, the first term, a = 10 and d = 16−10 = 6
S10 =?
By the formula of sum of n terms, we know,
S10 = 12/2 [2(20)+(n -1)(-1)]
= 5[20+54]
= 5(74)
= 370
Therefore, the competitor will run a total distance of 370 m.
apart, what is the length of the wood required for the rungs? [Hint: Number of rungs
= -250/25 ].
Solution:
Given,
Distance between the rungs of the ladder is 25cm.
Distance between the top rung and bottom rung of the ladder is =
= 5/2 ×100cm
= 250cm
Therefore, total number of rungs = 250/25 + 1 = 11
As we can see from the figure, the ladder has rungs in decreasing order from top to bottom.
Thus, we can conclude now, that the rungs are decreasing in an order of AP.
And the length of the wood required for the rungs will be equal to the sum of the terms of AP
series formed.
So,
First term, a = 45
Last term, l = 25
Number of terms, n = 11
Now, as we know, sum of nth terms is equal to,
Sn= n/2(a+ l)
Sn= 11/2(45+25) = 11/2(70) = 385 cm
Hence, the length of the wood required for the rungs is 385cm.
4. The houses of a row are numbered consecutively from 1 to 49. Show that there is a
value of x such that the sum of the numbers of the houses preceding the house numbered
x is equal to the sum of the numbers of the houses following it. Find this value of x. [Hint
:Sx – 1 = S49 – Sx ]
Solution:
Given,
Row houses are numbers from 1,2,3,4,5…….49.
Thus we can see the houses numbered in a row are in the form of AP.
So,
First term, a = 1
Common difference, d=1
Let us say the number of xth houses can be represented as;
Sum of nth term of AP = n/2[2a+(n-1)d]
Sum of number of houses beyond x house = Sx-1
= (x-1)/2[2.1+(x-1-1)1]
= (x-1)/2 [2+x-2]
= x(x-1)/2 ………………………………………(i)
By the given condition, we can write,
S49 – Sx = {49/2[2.1+(49-1)1]}–{x/2[2.1+(x-1)1]}
= 25(49) – x(x + 1)/2 ………………………………….(ii)
As per the given condition, eq.(i) and eq(ii) are equal to each other;
Therefore,
x(x-1)/2 = 25(49) – x(x-1)/2
x = ±35
As we know, the number of houses cannot be a negative number. Hence, the value of x is 35.
5. A small terrace at a football ground comprises of 15 steps each of which is 50 m long
and built of solid concrete. Each step has a rise of 1 4 m and a tread of 1 2 m. (see Fig.
5.8). Calculate the total volume of concrete required to build the terrace. [Hint : Volume of
concrete required to build the first step = ¼ ×1/2 ×50 m3.]
Solution:
As we can see from the given figure, the first step is ½ m wide, 2nd step is 1m wide and 3rd step is
3/2m wide. Thus we can understand that the width of step by ½ m each time when height is ¼ m.
And also, given length of the steps is 50m all the time. So, the width of steps forms a series AP in
such a way that;
½ , 1, 3/2, 2, ……..
Volume of steps = Volume of Cuboid
= Length × Breadth Height
Now,
Volume of concrete required to build the first step = ¼ ×1/2 ×50 = 25/4
Volume of concrete required to build the second step =¼ ×1/×50 = 25/2
Volume of concrete required to build the second step = ¼ ×3/2 ×50 = 75/2
Now, we can see the volumes of concrete required to build the steps, are in AP series;
25/4 , 25/2 , 75/2 …..
Thus, applying the AP series concept,
First term, a = 25/4
Common difference, d = 25/2 – 25/4 = 25/4
As we know, the sum of n terms is;
Sn = n/2[2a+(n-1)d] = 15/2(2×(25/4 )+(15/2 -1)25/4)
Upon solving, we get,
Sn = 15/2 (100)
Sn750
Hence, the total volume of concrete required to build the terrace is 750 m3.
Exercise 6.1 Page: 122
1. Fill in the blanks using correct word given in the brackets:-
(i) All circles are __________. (congruent, similar)
Answer: Similar
(ii) All squares are __________. (similar, congruent)
Answer: Similar
(iii) All __________ triangles are similar. (isosceles, equilateral)
Answer: Equilateral
(iv) Two polygons of the same number of sides are similar, if (a) their corresponding
angles are __________ and (b) their corresponding sides are __________. (equal,
proportional)
Answer: (a) Equal
(b) Proportional
2. Give two different examples of pair of
(i) Similar figures
(ii) Non-similar figures
Solution:
3. State whether the following quadrilaterals are similar or not:
Solution:
From the given two figures, we can see their corresponding angles are different or unequal.
Therefore they are not similar.
Solution:
(i) Given, in △ ABC, DE∥BC
∴ AD/DB = AE/EC [Using Basic proportionality theorem]
⇒1.5/3 = 1/EC
⇒EC = 3/1.5
EC = 3×10/15 = 2 cm
Hence, EC = 2 cm.
(ii) Given, in △ ABC, DE∥BC
∴ AD/DB = AE/EC [Using Basic proportionality theorem]
⇒ AD/7.2 = 1.8 / 5.4
⇒ AD = 1.8 ×7.2/5.4 = (18/10)×(72/10)×(10/54) = 24/10
⇒ AD = 2.4
Hence, AD = 2.4 cm.
2. E and F are points on the sides PQ and PR respectively of a ΔPQR. For each of the
following cases, state whether EF || QR.
(i) PE = 3.9 cm, EQ = 3 cm, PF = 3.6 cm and FR = 2.4 cm
(ii) PE = 4 cm, QE = 4.5 cm, PF = 8 cm and RF = 9 cm
(iii) PQ = 1.28 cm, PR = 2.56 cm, PE = 0.18 cm and PF = 0.63 cm
Solution:
Given, in ΔPQR, E and F are two points on side PQ and PR respectively. See the figure below;
(i) Given, PE = 3.9 cm, EQ = 3 cm, PF = 3.6 cm and FR = 2,4 cm
Therefore, by using Basic proportionality theorem, we get,
PE/EQ = 3.9/3 = 39/30 = 13/10 = 1.3
And PF/FR = 3.6/2.4 = 36/24 = 3/2 = 1.5
So, we get, PE/EQ ≠ PF/FR
Hence, EF is not parallel to QR.
(ii) Given, PE = 4 cm, QE = 4.5 cm, PF = 8cm and RF = 9cm
Therefore, by using Basic proportionality theorem, we get,
PE/QE = 4/4.5 = 40/45 = 8/9
And, PF/RF = 8/9
So, we get here,
PE/QE = PF/RF
Hence, EF is parallel to QR.
(iii) Given, PQ = 1.28 cm, PR = 2.56 cm, PE = 0.18 cm and PF = 0.36 cm
From the figure,
EQ = PQ – PE = 1.28 – 0.18 = 1.10 cm
And, FR = PR – PF = 2.56 – 0.36 = 2.20 cm
So, PE/EQ = 0.18/1.10 = 18/110 = 9/55…………. (i)
And, PE/FR = 0.36/2.20 = 36/220 = 9/55………… (ii)
So, we get here,
PE/EQ = PF/FR
Hence, EF is parallel to QR.
3. In the figure, if LM || CB and LN || CD, prove that AM/AB = AN/AD
Solution:
In the given figure, we can see, LM || CB,
By using basic proportionality theorem, we get,
AM/AB = AL/AC……………………..(i)
Similarly, given, LN || CD and using basic proportionality theorem,
∴AN/AD = AL/AC……………………………(ii)
From equation (i) and (ii), we get,
AM/AB = AN/AD
Hence, proved.
4. In the figure, DE||AC and DF||AE. Prove that BF/FE = BE/EC
Solution:
In ΔABC, given as, DE || AC
Thus, by using Basic Proportionality Theorem, we get,
∴BD/DA = BE/EC ………………………………………………(i)
In ΔABC, given as, DF || AE
Thus, by using Basic Proportionality Theorem, we get,
∴BD/DA = BF/FE ………………………………………………(ii)
From equation (i) and (ii), we get
BE/EC = BF/FE
Hence, proved.
5. In the figure, DE||OQ and DF||OR, show that EF||QR.
Solution:
Given,
In ΔPQO, DE || OQ
So by using Basic Proportionality Theorem,
PD/DO = PE/EQ……………… ..(i)
Again given, in ΔPQO, DE || OQ ,
So by using Basic Proportionality Theorem,
PD/DO = PF/FR………………… (ii)
From equation (i) and (ii), we get,
PE/EQ = PF/FR
Therefore, by converse of Basic Proportionality Theorem,
EF || QR, in ΔPQR.
6. In the figure, A, B and C are points on OP, OQ and OR respectively such that AB || PQ
and AC || PR. Show that BC || QR.
Solution:
Given here,
In ΔOPQ, AB || PQ
By using Basic Proportionality Theorem,
OA/AP = OB/BQ…………….(i)
Also given,
In ΔOPR, AC || PR
By using Basic Proportionality Theorem
∴ OA/AP = OC/CR……………(ii)
From equation (i) and (ii), we get,
OB/BQ = OC/CR
Therefore, by converse of Basic Proportionality Theorem,
In ΔOQR, BC || QR.
7. Using Basic proportionality theorem, prove that a line drawn through the mid-points of
one side of a triangle parallel to another side bisects the third side. (Recall that you have
proved it in Class IX).
Solution:
Given, in ΔABC, D is the midpoint of AB such that AD=DB.
A line parallel to BC intersects AC at E as shown in above figure such that DE || BC.
We have to prove that E is the mid point of AC.
Since, D is the mid-point of AB.
∴ AD=DB
⇒AD/DB = 1 …………………………. (i)
In ΔABC, DE || BC,
By using Basic Proportionality Theorem,
Therefore, AD/DB = AE/EC
From equation (i), we can write,
⇒ 1 = AE/EC
∴ AE = EC
Hence, proved, E is the midpoint of AC.
8. Using Converse of basic proportionality theorem, prove that the line joining the mid-
points of any two sides of a triangle is parallel to the third side. (Recall that you have done
it in Class IX).
Solution:
Given, in ΔABC, D and E are the mid points of AB and AC respectively, such that,
AD=BD and AE=EC.
Solution:
(i) Given, in ΔABC and ΔPQR,
∠A = ∠P = 60°
∠B = ∠Q = 80°
∠C = ∠R = 40°
Therefore by AAA similarity criterion,
∴ ΔABC ~ ΔPQR
(ii) Given, in ΔABC and ΔPQR,
AB/QR = BC/RP = CA/PQ
By SSS similarity criterion,
ΔABC ~ ΔQRP
(iii) Given, in ΔLMP and ΔDEF,
LM = 2.7, MP = 2, LP = 3, EF = 5, DE = 4, DF = 6
MP/DE = 2/4 = 1/2
PL/DF = 3/6 = 1/2
LM/EF = 2.7/5 = 27/50
Here , MP/DE = PL/DF ≠ LM/EF
Therefore, ΔLMP and ΔDEF are not similar.
(iv) In ΔMNL and ΔQPR, it is given,
MN/QP = ML/QR = 1/2
∠M = ∠Q = 70°
Therefore, by SAS similarity criterion
∴ ΔMNL ~ ΔQPR
(v) In ΔABC and ΔDEF, given that,
AB = 2.5, BC = 3, ∠A = 80°, EF = 6, DF = 5, ∠F = 80°
Here , AB/DF = 2.5/5 = 1/2
And, BC/EF = 3/6 = 1/2
⇒ ∠B ≠ ∠F
Hence, ΔABC and ΔDEF are not similar.
(vi) In ΔDEF, by sum of angles of triangles, we know that,
∠D + ∠E + ∠F = 180°
⇒ 70° + 80° + ∠F = 180°
⇒ ∠F = 180° – 70° – 80°
⇒ ∠F = 30°
Similarly, In ΔPQR,
∠P + ∠Q + ∠R = 180 (Sum of angles of Δ)
⇒ ∠P + 80° + 30° = 180°
⇒ ∠P = 180° – 80° -30°
⇒ ∠P = 70°
Now, comparing both the triangles, ΔDEF and ΔPQR, we have
∠D = ∠P = 70°
∠F = ∠Q = 80°
∠F = ∠R = 30°
Therefore, by AAA similarity criterion,
Hence, ΔDEF ~ ΔPQR
2. In the figure, ΔODC ∝ ¼ ΔOBA, ∠ BOC = 125° and ∠ CDO = 70°. Find ∠ DOC, ∠ DCO and
∠ OAB.
Solution:
As we can see from the figure, DOB is a straight line.
Therefore, ∠DOC + ∠ COB = 180°
⇒ ∠DOC = 180° – 125° (Given, ∠ BOC = 125°)
= 55°
In ΔDOC, sum of the measures of the angles of a triangle is 180º
Therefore, ∠DCO + ∠ CDO + ∠ DOC = 180°
⇒ ∠DCO + 70º + 55º = 180°(Given, ∠ CDO = 70°)
⇒ ∠DCO = 55°
It is given that, ΔODC ∝ ¼ ΔOBA,
Therefore, ΔODC ~ ΔOBA.
Hence, Corresponding angles are equal in similar triangles
∠OAB = ∠OCD
⇒ ∠ OAB = 55°
∠OAB = ∠OCD
⇒ ∠OAB = 55°
3. Diagonals AC and BD of a trapezium ABCD with AB || DC intersect each other at the
point O. Using a similarity criterion for two triangles, show that AO/OC = OB/OD
Solution:
Solution:
In ΔPQR,
∠PQR = ∠PRQ
∴ PQ = PR ………………………(i)
Given,
QR/QS = QT/PRUsing equation (i), we get
QR/QS = QT/QP……………….(ii)
In ΔPQS and ΔTQR, by equation (ii),
QR/QS = QT/QP
∠Q = ∠Q
∴ ΔPQS ~ ΔTQR [By SAS similarity criterion]
5. S and T are point on sides PR and QR of ΔPQR such that ∠P = ∠RTS. Show that ΔRPQ ~
ΔRTS.
Solution:
Given, S and T are point on sides PR and QR of ΔPQR
And ∠P = ∠RTS.
Solution:
Given, ΔABE ≅ ΔACD.
∴ AB = AC [By CPCT] ……………………………….(i)
And, AD = AE [By CPCT] ……………………………(ii)
In ΔADE and ΔABC, dividing eq.(ii) by eq(i),
AD/AB = AE/AC
∠A = ∠A [Common angle]
∴ ΔADE ~ ΔABC [SAS similarity criterion]
7. In the figure, altitudes AD and CE of ΔABC intersect each other at the point P. Show
that:
Solution:
Given, ABC is an isosceles triangle.
∴ AB = AC
⇒ ∠ABD = ∠ECF
In ΔABD and ΔECF,
∠ADB = ∠EFC (Each 90°)
∠BAD = ∠CEF (Already proved)
∴ ΔABD ~ ΔECF (using AA similarity criterion)
12. Sides AB and BC and median AD of a triangle ABC are respectively proportional to
sides PQ and QR and median PM of ΔPQR (see Fig 6.41). Show that ΔABC ~ ΔPQR.
Solution:
Given, ΔABC and ΔPQR, AB, BC and median AD of ΔABC are proportional to sides PQ, QR and
median PM of ΔPQR
i.e. AB/PQ = BC/QR = AD/PM
We have to prove: ΔABC ~ ΔPQR
As we know here,
AB/PQ = BC/QR = AD/PM
As we know, if two triangles are similar, ratio of their areas are equal to the square of the ratio of
their corresponding sides,
= AC2/DF2 = BC2/EF2
∴ 64/121 = BC2/EF2
⇒ (8/11)2 = (BC/15.4)2
⇒ 8/11 = BC/15.4
⇒ BC = 8×15.4/11
⇒ BC = 8 × 1.4
⇒ BC = 11.2 cm
2. Diagonals of a trapezium ABCD with AB || DC intersect each other at the point O. If AB =
2CD, find the ratio of the areas of triangles AOB and COD.
Solution:
Given, ABCD is a trapezium with AB || DC. Diagonals AC and BD intersect each other at point O.
Solution:
Given, ABC and DBC are two triangles on the same base BC. AD intersects BC at O.
We have to prove: Area (ΔABC)/Area (ΔDBC) = AO/DO
Let us draw two perpendiculars AP and DM on line BC.
In ΔABC,
F is the mid-point of AB (Already given)
E is the mid-point of AC (Already given)
So, by the mid-point theorem, we have,
FE || BC and FE = 1/2BC
⇒ FE || BC and FE || BD [BD = 1/2BC]
Since, opposite sides of parallelogram are equal and parallel
∴ BDEF is parallelogram.
Similarly, in ΔFBD and ΔDEF, we have
FB = DE (Opposite sides of parallelogram BDEF)
FD = FD (Common sides)
BD = FE (Opposite sides of parallelogram BDEF)
∴ ΔFBD ≅ ΔDEF
Similarly, we can prove that
ΔAFE ≅ ΔDEF
ΔEDC ≅ ΔDEF
As we know, if triangles are congruent, then they are equal in area.
So,
Area(ΔFBD) = Area(ΔDEF) ……………………………(i)
Area(ΔAFE) = Area(ΔDEF) ……………………………….(ii)
and,
Area(ΔEDC) = Area(ΔDEF) ………………………….(iii)
Now,
Area(ΔABC) = Area(ΔFBD) + Area(ΔDEF) + Area(ΔAFE) + Area(ΔEDC) ………(iv)
Area(ΔABC) = Area(ΔDEF) + Area(ΔDEF) + Area(ΔDEF) + Area(ΔDEF)
From equation (i), (ii) and (iii),
⇒ Area(ΔDEF) = (1/4)Area(ΔABC)
⇒ Area(ΔDEF)/Area(ΔABC) = 1/4
Hence, Area(ΔDEF): Area(ΔABC) = 1:4
6. Prove that the ratio of the areas of two similar triangles is equal to the square of the
ratio of their corresponding medians.
Solution:
Given: AM and DN are the medians of triangles ABC and DEF respectively and ΔABC ~ ΔDEF.
7. Prove that the area of an equilateral triangle described on one side of a square is equal
to half the area of the equilateral triangle described on one of its diagonals.
Solution:
Given, ABCD is a square whose one diagonal is AC. ΔAPC and ΔBQC are two equilateral
triangles described on the diagonals AC and side BC of the square ABCD.
Area(ΔBQC) = ½ Area(ΔAPC)
Since, ΔAPC and ΔBQC are both equilateral triangles, as per given,
∴ ΔAPC ~ ΔBQC [AAA similarity criterion]
∴ area(ΔAPC)/area(ΔBQC) = (AC2/BC2) = AC2/BC2
Since, Diagonal = √2 side = √2 BC = AC
⇒ area(ΔAPC) = 2 × area(ΔBQC)
⇒ area(ΔBQC) = 1/2area(ΔAPC)
Hence, proved.
Tick the correct answer and justify:
8. ABC and BDE are two equilateral triangles such that D is the mid-point of BC. Ratio of
the area of triangles ABC and BDE is
(A) 2 : 1
(B) 1 : 2
(C) 4 : 1
(D) 1 : 4
Solution:
Given, ΔABC and ΔBDE are two equilateral triangle. D is the midpoint of BC.
∴ BD = DC = 1/2BC
Let each side of triangle is 2a.
As, ΔABC ~ ΔBDE
∴ Area(ΔABC)/Area(ΔBDE) = AB2/BD2 = (2a)2/(a)2 = 4a2/a2 = 4/1 = 4:1
Hence, the correct answer is (C).
9. Sides of two similar triangles are in the ratio 4 : 9. Areas of these triangles are in the
ratio
(A) 2 : 3
(B) 4 : 9
(C) 81 : 16
(D) 16 : 81
Solution:
Given, Sides of two similar triangles are in the ratio 4 : 9.
Let ABC and DEF are two similar triangles, such that,
ΔABC ~ ΔDEF
And AB/DE = AC/DF = BC/EF = 4/9
As, the ratio of the areas of these triangles will be equal to the square of the ratio of the
corresponding sides,
∴ Area(ΔABC)/Area(ΔDEF) = AB2/DE2
∴ Area(ΔABC)/Area(ΔDEF) = (4/9)2 = 16/81 = 16:81
Hence, the correct answer is (D).
2. PQR is a triangle right angled at P and M is a point on QR such that PM ⊥ QR. Show that
PM2 = QM × MR.
Solution:
Given, ΔPQR is right angled at P is a point on QR such that PM ⊥QR
Solution:
(i) In ΔADB and ΔCAB,
∠DAB = ∠ACB (Each 90°)
∠ABD = ∠CBA (Common angles)
∴ ΔADB ~ ΔCAB [AA similarity criterion]
⇒ AB/CB = BD/AB
⇒ AB2 = CB × BD
(ii) Let ∠CAB = x
In ΔCBA,
∠CBA = 180° – 90° – x
∠CBA = 90° – x
Similarly, in ΔCAD
∠CAD = 90° – ∠CBA
= 90° – x
∠CDA = 180° – 90° – (90° – x)
∠CDA = x
In ΔCBA and ΔCAD, we have
∠CBA = ∠CAD
∠CAB = ∠CDA
∠ACB = ∠DCA (Each 90°)
∴ ΔCBA ~ ΔCAD [AAA similarity criterion]
⇒ AC/DC = BC/AC
⇒ AC2 = DC × BC
(iii) In ΔDCA and ΔDAB,
∠DCA = ∠DAB (Each 90°)
∠CDA = ∠ADB (common angles)
∴ ΔDCA ~ ΔDAB [AA similarity criterion]
⇒ DC/DA = DA/DA
⇒ AD2 = BD × CD
4. ABC is an isosceles triangle right angled at C. Prove that AB2 = 2AC2 .
Solution:
Given, ΔABC is an isosceles triangle right angled at C.
In ΔACB, ∠C = 90°
AC = BC (By isosceles triangle property)
AB2 = AC2 + BC2 [By Pythagoras theorem]
= AC2 + AC2 [Since, AC = BC]
AB2 = 2AC2
5. ABC is an isosceles triangle with AC = BC. If AB2 = 2AC2, prove that ABC is a right
triangle.
Solution:
Given, ΔABC is an isosceles triangle having AC = BC and AB2 = 2AC2
In ΔACB,
AC = BC
AB2 = 2AC2
AB2 = AC2 + AC2
= AC2 + BC2 [Since, AC = BC]
Hence, by Pythagoras theorem ΔABC is right angle triangle.
6. ABC is an equilateral triangle of side 2a. Find each of its altitudes.
Solution:
Given, ABC is an equilateral triangle of side 2a.
Draw, AD ⊥ BC
In ΔADB and ΔADC,
AB = AC
AD = AD
∠ADB = ∠ADC [Both are 90°]
Therefore, ΔADB ≅ ΔADC by RHS congruence.
Hence, BD = DC [by CPCT]
In right angled ΔADB,
AB2 = AD2 + BD2
(2a)2 = AD2 + a2
⇒ AD2 = 4a2 – a2
⇒ AD2 = 3a2
⇒ AD = √3a
7. Prove that the sum of the squares of the sides of rhombus is equal to the sum of the
squares of its diagonals.
Solution:
Given, ABCD is a rhombus whose diagonals AC and BD intersect at O.
hours?
Solution:
Given,
Speed of first aeroplane = 1000 km/hr
Distance covered by first aeroplane flying due north in
Solution:
Given, the perpendicular from A on side BC of a Δ ABC intersects BC at D such that;
DB = 3CD.
In Δ ABC,
AD ⊥BC and BD = 3CD
In right angle triangle, ADB and ADC, by Pythagoras theorem,
AB2 = AD2 + BD2 ……………………….(i)
AC2 = AD2 + DC2 ……………………………..(ii)
Subtracting equation (ii) from equation (i), we get
AB2 – AC2 = BD2 – DC2
= 9CD2 – CD2 [Since, BD = 3CD]
= 8CD2
= 8(BC/4)2 [Since, BC = DB + CD = 3CD + CD = 4CD]
Therefore, AB2 – AC2 = BC2/2
⇒ 2(AB2 – AC2) = BC2
⇒ 2AB2 – 2AC2 = BC2
∴ 2AB2 = 2AC2 + BC2.
15. In an equilateral triangle ABC, D is a point on side BC such that BD = 1/3BC. Prove
that 9AD2 = 7AB2.
Solution:
Given, ABC is an equilateral triangle.
And D is a point on side BC such that BD = 1/3BC
Let the side of the equilateral triangle be a, and AE be the altitude of ΔABC.
∴ BE = EC = BC/2 = a/2
And, AE = a√3/2
Given, BD = 1/3BC
∴ BD = a/3
DE = BE – BD = a/2 – a/3 = a/6
In ΔADE, by Pythagoras theorem,
AD2 = AE2 + DE2
⇒ 9 AD2 = 7 AB2
16. In an equilateral triangle, prove that three times the square of one side is equal to four
times the square of one of its altitudes.
Solution:
Given, an equilateral triangle say ABC,
Let the sides of the equilateral triangle be of length a, and AE be the altitude of ΔABC.
∴ BE = EC = BC/2 = a/2
In ΔABE, by Pythagoras Theorem, we get
AB2 = AE2 + BE2
4AE2 = 3a2
⇒ 4 × (Square of altitude) = 3 × (Square of one side)
Hence, proved.
17. Tick the correct answer and justify: In ΔABC, AB = 6√3 cm, AC = 12 cm and BC = 6 cm.
The angle B is:
(A) 120°
(B) 60°
(C) 90°
(D) 45°
Solution:
Given, in ΔABC, AB = 6√3 cm, AC = 12 cm and BC = 6 cm.
Solution:
Let us draw a line segment RT parallel to SP which intersects extended line segment QP at point
T.
Given, PS is the angle bisector of ∠QPR. Therefore,
∠QPS = ∠SPR………………………………..(i)
Solution:
Given,
BD ⊥AC, DM ⊥ BC and DN ⊥ AB
Now from the figure we have,
DN || CB, DM || AB and ∠B = 90 °
Therefore, DMBN is a rectangle.
So, DN = MB and DM = NB
The given condition which we have to prove, is when D is the foot of the perpendicular drawn
from B to AC.
∴ ∠CDB = 90° ⇒ ∠2 + ∠3 = 90° ……………………. (i)
In ∆CDM, ∠1 + ∠2 + ∠DMC = 180°
⇒ ∠1 + ∠2 = 90° …………………………………….. (ii)
In ∆DMB, ∠3 + ∠DMB + ∠4 = 180°
⇒ ∠3 + ∠4 = 90° …………………………………….. (iii)
From equation (i) and (ii), we get
∠1 = ∠3
From equation (i) and (iii), we get
∠2 = ∠4
In ∆DCM and ∆BDM,
∠1 = ∠3 (Already Proved)
∠2 = ∠4 (Already Proved)
∴ ∆DCM ∼ ∆BDM (AA similarity criterion)
BM/DM = DM/MC
DN/DM = DM/MC (BM = DN)
⇒ DM2 = DN × MC
Hence, proved.
(ii) In right triangle DBN,
∠5 + ∠7 = 90° ……………….. (iv)
In right triangle DAN,
∠6 + ∠8 = 90° ………………… (v)
D is the point in triangle, which is foot of the perpendicular drawn from B to AC.
∴ ∠ADB = 90° ⇒ ∠5 + ∠6 = 90° ………….. (vi)
From equation (iv) and (vi), we get,
∠6 = ∠7
From equation (v) and (vi), we get,
∠8 = ∠5
In ∆DNA and ∆BND,
∠6 = ∠7 (Already proved)
∠8 = ∠5 (Already proved)
∴ ∆DNA ∼ ∆BND (AA similarity criterion)
AN/DN = DN/NB
⇒ DN2 = AN × NB
⇒ DN2 = AN × DM (Since, NB = DM)
Hence, proved.
3. In Figure, ABC is a triangle in which ∠ABC > 90° and AD ⊥ CB produced. Prove that
AC2= AB2+ BC2+ 2 BC.BD.
Solution:
By applying Pythagoras Theorem in ∆ADB, we get,
AB2 = AD2 + DB2 ……………………… (i)
Again, by applying Pythagoras Theorem in ∆ACD, we get,
AC2 = AD2 + DC2
AC2 = AD2 + (DB + BC) 2
AC2 = AD2 + DB2 + BC2 + 2DB × BC
From equation (i), we can write,
AC2 = AB2 + BC2 + 2DB × BC
Hence, proved.
4. In Figure, ABC is a triangle in which ∠ ABC < 90° and AD ⊥ BC. Prove that
AC2= AB2+ BC2 – 2 BC.BD.
Solution:
By applying Pythagoras Theorem in ∆ADB, we get,
AB2 = AD2 + DB2
We can write it as;
⇒ AD2 = AB2 − DB2 ……………….. (i)
By applying Pythagoras Theorem in ∆ADC, we get,
AD2 + DC2 = AC2
From equation (i),
AB2 − BD2 + DC2 = AC2
AB2 − BD2 + (BC − BD) 2 = AC2
AC2 = AB2 − BD2 + BC2 + BD2 −2BC × BD
AC2 = AB2 + BC2 − 2BC × BD
Hence, proved.
5. In Figure, AD is a median of a triangle ABC and AM ⊥ BC. Prove that :
(i) AC2 = AD2 + BC.DM + 2 (BC/2) 2
(ii) AB2 = AD2 – BC.DM + 2 (BC/2) 2
(iii) AC2 + AB2 = 2 AD2 + ½ BC2
Solution:
(i) By applying Pythagoras Theorem in ∆AMD, we get,
AM2 + MD2 = AD2 ………………. (i)
Again, by applying Pythagoras Theorem in ∆AMC, we get,
AM2 + MC2 = AC2
AM2 + (MD + DC) 2 = AC2
(AM2 + MD2 ) + DC2 + 2MD.DC = AC2
From equation(i), we get,
AD2 + DC2 + 2MD.DC = AC2
Since, DC=BC/2, thus, we get,
AD2 + (BC/2) 2 + 2MD.(BC/2) 2 = AC2
AD2 + (BC/2) 2 + 2MD × BC = AC2
Hence, proved.
(ii) By applying Pythagoras Theorem in ∆ABM, we get;
AB2 = AM2 + MB2
= (AD2 − DM2) + MB2
= (AD2 − DM2) + (BD − MD) 2
= AD2 − DM2 + BD2 + MD2 − 2BD × MD
= AD2 + BD2 − 2BD × MD
= AD2 + (BC/2)2 – 2(BC/2) MD
= AD2 + (BC/2)2 – BC MD
Hence, proved.
(iii) By applying Pythagoras Theorem in ∆ABM, we get,
AM2 + MB2 = AB2 ………………….… (i)
By applying Pythagoras Theorem in ∆AMC, we get,
AM2 + MC2 = AC2 …………………..… (ii)
Adding both the equations (i) and (ii), we get,
2AM2 + MB2 + MC2 = AB2 + AC2
2AM2 + (BD − DM) 2 + (MD + DC) 2 = AB2 + AC2
2AM2+BD2 + DM2 − 2BD.DM + MD2 + DC2 + 2MD.DC = AB2 + AC2
2AM2 + 2MD2 + BD2 + DC2 + 2MD (− BD + DC) = AB2 + AC2
2(AM2+ MD2) + (BC/2) 2 + (BC/2) 2 + 2MD (-BC/2 + BC/2) 2 = AB2 + AC2
2AD2 + BC2/2 = AB2 + AC2
6. Prove that the sum of the squares of the diagonals of parallelogram is equal to the sum
of the squares of its sides.
Solution:
Let us consider, ABCD be a parallelogram. Now, draw perpendicular DE on extended side of AB,
and draw a perpendicular AF meeting DC at point F.
Solution:
Firstly, let us join CB, in the given figure.
(i) In ∆APC and ∆DPB,
∠APC = ∠DPB (Vertically opposite angles)
∠CAP = ∠BDP (Angles in the same segment for chord CB)
Therefore,
∆APC ∼ ∆DPB (AA similarity criterion)
(ii) In the above, we have proved that ∆APC ∼ ∆DPB
We know that the corresponding sides of similar triangles are proportional.
∴ AP/DP = PC/PB = CA/BD
⇒AP/DP = PC/PB
∴AP. PB = PC. DP
Hence, proved.
8. In Fig. 6.62, two chords AB and CD of a circle intersect each other at the point P (when
produced) outside the circle. Prove that:
(i) ∆ PAC ~ ∆ PDB
(ii) PA . PB = PC . PD.
Solution:
(i) In ∆PAC and ∆PDB,
∠P = ∠P (Common Angles)
As we know, exterior angle of a cyclic quadrilateral is ∠PCA and ∠PBD is opposite interior angle,
which are both equal.
∠PAC = ∠PDB
Thus, ∆PAC ∼ ∆PDB(AA similarity criterion)
(ii) We have already proved above,
∆APC ∼ ∆DPB
We know that the corresponding sides of similar triangles are proportional.
Therefore,
AP/DP = PC/PB = CA/BD
AP/DP = PC/PB
∴ AP. PB = PC. DP
9. In Figure, D is a point on side BC of ∆ ABC such that BD/CD = AB/AC. Prove that AD is
the bisector of ∠ BAC.
Solution:
In the given figure, let us extend BA to P such that;
AP = AC.
Now join PC.
Solution:
Let us consider, AB is the height of the tip of the fishing rod from the water surface and BC is the
horizontal distance of the fly from the tip of the fishing rod. Therefore, AC is now the length of the
string.
2. Find the distance between the points (0, 0) and (36, 15). Can you now find the distance
between the two towns A and B discussed in Section 7.2.
Solution:
Let us consider, town A at point (0, 0). Therefore, town B will be at point (36, 15).
Distance between points (0, 0) and (36, 15)
Since AB + BC ≠ CA
Therefore, the points (1, 5), (2, 3), and ( – 2, – 11) are not collinear.
4. Check whether (5, – 2), (6, 4) and (7, – 2) are the vertices of an isosceles triangle.
Solution:
Since two sides of any isosceles triangle are equal. To check whether given points are vertices of
an isosceles triangle, we will find the distance between all the points.
Let the points (5, – 2), (6, 4), and (7, – 2) are representing the vertices A, B, and C respectively.
Solution:
From figure, the coordinates of points A, B, C and D are (3, 4), (6, 7), (9, 4) and (6,1).
Find distance between points using distance formula, we get
AB = BC = CD = DA = 3√2
All sides are of equal length. Therefore, ABCD is a square and hence, Champa was correct.
6. Name the type of quadrilateral formed, if any, by the following points, and give reasons
for your answer:
(i) (- 1, – 2), (1, 0), (- 1, 2), (- 3, 0)
(ii) (- 3, 5), (3, 1), (0, 3), (- 1, – 4)
(iii) (4, 5), (7, 6), (4, 3), (1, 2)
Solution:
(i) Let the points (- 1, – 2), (1, 0), ( – 1, 2), and ( – 3, 0) be representing the vertices A, B, C, and
D of the given quadrilateral respectively.
10. Find a relation between x and y such that the point (x, y) is equidistant from the point
(3, 6) and (- 3, 4).
Solution:
Point (x, y) is equidistant from (3, 6) and ( – 3, 4).
Let P (x1, y1) and Q (x2, y2) are the points of trisection of the line segment joining the given points
i.e., AP = PQ = QB
Therefore, point P divides AB internally in the ratio 1:2.
x1 = (1×(-2) + 2×4)/3 = (-2 + 8)/3 = 6/3 = 2
y1 = (1×(-3) + 2×(-1))/(1 + 2) = (-3 – 2)/3 = -5/3
Therefore: P (x1, y1) = P(2, -5/3)
Point Q divides AB internally in the ratio 2:1.
x2 = (2×(-2) + 1×4)/(2 + 1) = (-4 + 4)/3 = 0
y2 = (2×(-3) + 1×(-1))/(2 + 1) = (-6 – 1)/3 = -7/3
The coordinates of the point Q is (0, -7/3)
3. To conduct Sports Day activities, in your rectangular shaped school ground ABCD,
lines have been drawn with chalk powder at a distance of 1 m each. 100 flower pots have
been placed at a distance of 1 m from each other along AD, as shown in the following
figure. Niharika runs 1/4 th the distance AD on the 2nd line and posts a green flag. Preet
runs 1/5th the distance AD on the eighth line and posts a red flag. What is the distance
between both the flags? If Rashmi has to post a blue flag exactly halfway between the line
segment joining the two flags, where should she post her flag?
Solution:
From the given instruction, we observed that Niharika posted the green flag at 1/4th of the
distance AD i.e., (1/4 ×100) m = 25 m from the starting point of 2nd line. Therefore, the
coordinates of this point are (2, 25).
Similarly, Preet posted red flag at 1/5 of the distance AD i.e., (1/5 ×100) m = 20m from the
starting point of 8th line. Therefore, the coordinates of this point are (8, 20).
Distance between these flags can be calculated by using distance formula,
The point at which Rashmi should post her blue flag is the mid-point of the line joining these
points. Let say this point be P(x, y).
x = (2 + 8)/2 = 10/2 = 5 and y = (20 + 25)/2 = 45/2
Hence, P( x, y) = (5, 45/2)
Therefore, Rashmi should post her blue flag at 45/2 = 22.5m on 5th line.
4. Find the ratio in which the line segment joining the points (-3, 10) and (6, – 8) is divided
by (-1, 6).
Solution:
Consider the ratio in which the line segment joining ( -3, 10) and (6, -8) is divided by point ( -1, 6)
be k :1.
Therefore, -1 = ( 6k-3)/(k+1)
–k – 1 = 6k -3
7k = 2
k = 2/7
Therefore, the required ratio is 2: 7.
5. Find the ratio in which the line segment joining A (1, – 5) and B (- 4, 5) is divided by the
x-axis. Also find the coordinates of the point of division.
Solution:
Let the ratio in which the line segment joining A (1, – 5) and B ( – 4, 5) is divided by x-axis be k :
1. Therefore, the coordinates of the point of division, say P(x, y) is ((-4k+1)/(k+1), (5k-5)/(k+1)).
The coordinates of point A and B are (-2,-2) and (2,-4) respectively. Since AP = 3/7 AB
Therefore, AP: PB = 3:4
Point P divides the line segment AB in the ratio 3:4.
9. Find the coordinates of the points which divide the line segment joining A (- 2, 2) and B
(2, 8) into four equal parts.
Solution:
Draw a figure, line dividing by 4 points.
From the figure, it can be observed that points X, Y, Z are dividing the line segment in a ratio 1:3,
1:1, 3:1 respectively.
10. Find the area of a rhombus if its vertices are (3, 0), (4, 5), (-1, 4) and (-2,-1) taken in
order.
[Hint: Area of a rhombus = 1/2 (product of its diagonals)
Solution:
Let A(3, 0), B (4, 5), C( – 1, 4) and D ( – 2, – 1) are the vertices of a rhombus ABCD.
Exercise 7.3 Page No: 170
1. Find the area of the triangle whose vertices are:
(i) (2, 3), (-1, 0), (2, -4)
(ii) (-5, -1), (3, -5), (5, 2)
Solution:
Area of a triangle formula = 1/2 × [x1(y2 – y3) + x2(y3 – y1) + x3(y1 – y2)]
(i) Here,
x1 = 2, x2 = -1, x3 = 2, y1 = 3, y2 = 0 and y3 = -4
Substitute all the values in the above formula, we get
Area of triangle = 1/2 [2 {0- (-4)} + (-1) {(-4) – (3)} + 2 (3 – 0)]
= 1/2 {8 + 7 + 6}
= 21/2
So, area of triangle is 21/2 square units.
(ii) Here,
x1 = -5, x2 = 3, x3 = 5, y1 = -1, y2 = -5 and y3 = 2
Area of the triangle = 1/2 [-5 { (-5)- (2)} + 3(2-(-1)) + 5{-1 – (-5)}]
= 1/2{35 + 9 + 20} = 32
Therefore, the area of the triangle is 32 square units.
2. In each of the following find the value of ‘k’, for which the points are collinear.
(i) (7, -2), (5, 1), (3, -k)
(ii) (8, 1), (k, -4), (2, -5)
Solution:
(i) For collinear points, area of triangle formed by them is always zero.
Let points (7, -2) (5, 1), and (3, k) are vertices of a triangle.
Area of triangle = 1/2 [7 { 1- k} + 5(k-(-2)) + 3{(-2) – 1}] = 0
7 – 7k + 5k +10 -9 = 0
-2k + 8 = 0
k=4
(ii) For collinear points, area of triangle formed by them is zero.
Therefore, for points (8, 1), (k, – 4), and (2, – 5), area = 0
1/2 [8 { -4- (-5)} + k{(-5)-(1)} + 2{1 -(-4)}] = 0
8 – 6k + 10 = 0
6k = 18
k=3
3. Find the area of the triangle formed by joining the mid-points of the sides of the triangle
whose vertices are (0, -1), (2, 1) and (0, 3). Find the ratio of this area to the area of the
given triangle.
Solution:
Let the vertices of the triangle be A (0, -1), B (2, 1), C (0, 3).
Let D, E, F be the mid-points of the sides of this triangle.
Coordinates of D, E, and F are given by
D = (0+2/2, -1+1/2 ) = (1, 0)
E = ( 0+0/2, -1+3/2 ) = (0, 1)
F = ( 0+2/2, 3+1/2 ) = (1, 2)
Solution:
In the given triangle PQR, the given triangle is right angled at Q and the given measures are:
PR = 13cm,
PQ = 12cm
Since the given triangle is right angled triangle, to find the side QR, apply the Pythagorean
theorem
According to Pythagorean theorem,
In a right- angled triangle, the squares of the hypotenuse side is equal to the sum of the squares
of the other two sides.
PR2 = QR2 + PQ2
Substitute the values of PR and PQ
132 = QR2+122
169 = QR2+144
Therefore, QR2 = 169−144
QR2 = 25
QR = √25 = 5
Therefore, the side QR = 5 cm
To find tan P – cot R:
According to the trigonometric ratio, the tangent function is equal to the ratio of the length of the
opposite side to the adjacent sides, the value of tan (P) becomes
tan (P) = Opposite side /Adjacent side = QR/PQ = 5/12
Since cot function is the reciprocal of the tan function, the ratio of cot function becomes,
Cot (R) = Adjacent side/Opposite side = QR/PQ = 5/12
Therefore,
tan (P) – cot (R) = 5/12 – 5/12 = 0
Therefore, tan(P) – cot(R) = 0
3. If sin A = 3/4, Calculate cos A and tan A.
Solution:
Let us assume a right angled triangle ABC, right angled at B
Given: Sin A = 3/4
We know that, Sin function is the equal to the ratio of length of the opposite side to the
hypotenuse side.
Therefore, Sin A = Opposite side /Hypotenuse= 3/4
Let BC be 3k and AC will be 4k
where k is a positive real number.
According to the Pythagoras theorem, the squares of the hypotenuse side is equal to the sum of
the squares of the other two sides of a right angle triangle and we get,
AC2=AB2 + BC2
Substitute the value of AC and BC
(4k)2=AB2 + (3k)2
16k2−9k2 =AB2
AB2=7k2
Therefore, AB = √7k
Now, we have to find the value of cos A and tan A
We know that,
Cos (A) = Adjacent side/Hypotenuse
Substitute the value of AB and AC and cancel the constant k in both numerator and denominator,
we get
AB/AC = √7k/4k = √7/4
Therefore, cos (A) = √7/4
tan(A) = Opposite side/Adjacent side
Substitute the Value of BC and AB and cancel the constant k in both numerator and
denominator, we get,
BC/AB = 3k/√7k = 3/√7
Therefore, tan A = 3/√7
4. Given 15 cot A = 8, find sin A and sec A.
Solution:
Let us assume a right angled triangle ABC, right angled at B
Given: 15 cot A = 8
So, Cot A = 8/15
We know that, cot function is the equal to the ratio of length of the adjacent side to the opposite
side.
Therefore, cot A = Adjacent side/Opposite side = AB/BC = 8/15
Let AB be 8k and BC will be 15k
Where, k is a positive real number.
According to the Pythagoras theorem, the squares of the hypotenuse side is equal to the sum of
the squares of the other two sides of a right angle triangle and we get,
AC2=AB2 + BC2
Substitute the value of AB and BC
AC2= (8k)2 + (15k)2
AC2= 64k2 + 225k2
AC2= 289k2
Therefore, AC = 17k
Now, we have to find the value of sin A and sec A
We know that,
Sin (A) = Opposite side /Hypotenuse
Substitute the value of BC and AC and cancel the constant k in both numerator and denominator,
we get
Sin A = BC/AC = 15k/17k = 15/17
Therefore, sin A = 15/17
Since secant or sec function is the reciprocal of the cos function which is equal to the ratio of the
length of the hypotenuse side to the adjacent side.
Sec (A) = Hypotenuse/Adjacent side
Substitute the Value of BC and AB and cancel the constant k in both numerator and
denominator, we get,
AC/AB = 17k/8k = 17/8
Therefore sec (A) = 17/8
5. Given sec θ = 13/12 Calculate all other trigonometric ratios
Solution:
We know that sec function is the reciprocal of the cos function which is equal to the ratio of the
length of the hypotenuse side to the adjacent side
Let us assume a right angled triangle ABC, right angled at B
sec θ =13/12 = Hypotenuse/Adjacent side = AC/AB
Let AC be 13k and AB will be 12k
Where, k is a positive real number.
According to the Pythagoras theorem, the squares of the hypotenuse side is equal to the sum of
the squares of the other two sides of a right angle triangle and we get,
AC2=AB2 + BC2
Substitute the value of AB and AC
(13k)2= (12k)2 + BC2
169k2= 144k2 + BC2
169k2= 144k2 + BC2
BC2 = 169k2 – 144k2
BC2= 25k2
Therefore, BC = 5k
Now, substitute the corresponding values in all other trigonometric ratios
So,
Sin θ = Opposite Side/Hypotenuse = BC/AC = 5/13
Cos θ = Adjacent Side/Hypotenuse = AB/AC = 12/13
tan θ = Opposite Side/Adjacent Side = BC/AB = 5/12
Cosec θ = Hypotenuse/Opposite Side = AC/BC = 13/5
cot θ = Adjacent Side/Opposite Side = AB/BC = 12/5
6. If ∠A and ∠B are acute angles such that cos A = cos B, then show that ∠ A = ∠ B.
Solution:
Let us assume the triangle ABC in which CD⊥AB
Give that the angles A and B are acute angles, such that
Cos (A) = cos (B)
As per the angles taken, the cos ratio is written as
AD/AC = BD/BC
Now, interchange the terms, we get
AD/BD = AC/BC
Let take a constant value
AD/BD = AC/BC = k
Now consider the equation as
AD = k BD …(1)
AC = k BC …(2)
By applying Pythagoras theorem in △CAD and △CBD we get,
CD2 = BC2 – BD2 … (3)
CD2 =AC2 −AD2 ….(4)
From the equations (3) and (4) we get,
AC2−AD2 = BC2−BD2
Now substitute the equations (1) and (2) in (3) and (4)
K2(BC2−BD2)=(BC2−BD2) k2=1
Putting this value in equation, we obtain
AC = BC
∠A=∠B (Angles opposite to equal side are equal-isosceles triangle)
7. If cot θ = 7/8, evaluate :
(i) (1 + sin θ)(1 – sin θ)/(1+cos θ)(1-cos θ)
(ii) cot2 θ
Solution:
Let us assume a △ABC in which ∠B = 90° and ∠C = θ
Given:
cot θ = BC/AB = 7/8
Let BC = 7k and AB = 8k, where k is a positive real number
According to Pythagoras theorem in △ABC we get.
AC2 = AB2+BC2
AC2 = (8k)2+(7k)2
AC2 = 64k2+49k2
AC2 = 113k2
AC = √113 k
According to the sine and cos function ratios, it is written as
sin θ = AB/AC = Opposite Side/Hypotenuse = 8k/√113 k = 8/√113 and
cos θ = Adjacent Side/Hypotenuse = BC/AC = 7k/√113 k = 7/√113
Now apply the values of sin function and cos function:
Solution:
(i) sin 60° cos 30° + sin 30° cos 60°
First, find the values of the given trigonometric ratios
sin 30° = 1/2
cos 30° = √3/2
sin 60° = 3/2
cos 60°= 1/2
Now, substitute the values in the given problem
sin 60° cos 30° + sin 30° cos 60° = √3/2 ×√3/2 + (1/2) ×(1/2 ) = 3/4+1/4 = 4/4 =
(ii) 2 tan2 45° + cos2 30° – sin2 60
We know that, the values of the trigonometric ratios are:
sin 60° = √3/2
cos 30° = √3/2
tan 45° = 1
Substitute the values in the given problem
2 tan2 45° + cos2 30° – sin2 60 = 2(1)2 + (√3/2)2-(√3/2)2
2 tan2 45° + cos2 30° – sin2 60 = 2 + 0
2 tan2 45° + cos2 30° – sin2 60 = 2
(iii) cos 45°/(sec 30°+cosec 30°)
We know that,
cos 45° = 1/√2
sec 30° = 2/√3
cosec 30° = 2
Substitute the values, we get
We know that,
cos 60° = 1/2
sec 30° = 2/√3
tan 45° = 1
sin 30° = 1/2
cos 30° = √3/2
Now, substitute the values in the given problem, we get
(5cos260° + 4sec230° – tan245°)/(sin2 30° + cos2 30°)
= 5(1/2)2+4(2/√3)2-12/(1/2)2+(√3/2)2
= (5/4+16/3-1)/(1/4+3/4)
= (15+64-12)/12/(4/4)
= 67/12
2. Choose the correct option and justify your choice :
(i) 2tan 30°/1+tan230° =
(A) sin 60° (B) cos 60° (C) tan 60° (D) sin 30°
(ii) 1-tan245°/1+tan245° =
(A) tan 90° (B) 1 (C) sin 45° (D) 0
(iii) sin 2A = 2 sin A is true when A =
(A) 0° (B) 30° (C) 45° (D) 60°
(iv) 2tan30°/1-tan230° =
(A) cos 60° (B) sin 60° (C) tan 60° (D) sin 30°
Solution:
(i) (A) is correct.
Substitute the of tan 30° in the given equation
tan 30° = 1/√3
2tan 30°/1+tan230° = 2(1/√3)/1+(1/√3)2
= (2/√3)/(1+1/3) = (2/√3)/(4/3)
= 6/4√3 = √3/2 = sin 60°
The obtained solution is equivalent to the trigonometric ratio sin 60°
(ii) (D) is correct.
Substitute the of tan 45° in the given equation
tan 45° = 1
1-tan245°/1+tan245° = (1-12)/(1+12)
= 0/2 = 0
The solution of the above equation is 0.
(iii) (A) is correct.
To find the value of A, substitute the degree given in the options one by one
sin 2A = 2 sin A is true when A = 0°
As sin 2A = sin 0° = 0
2 sin A = 2 sin 0° = 2 × 0 = 0
or,
Apply the sin 2A formula, to find the degree value
sin 2A = 2sin A cos A
⇒2sin A cos A = 2 sin A
⇒ 2cos A = 2 ⇒ cos A = 1
Now, we have to check, to get the solution as 1, which degree value has to be applied.
When 0 degree is applied to cos value, i.e., cos 0 =1
Therefore, ⇒ A = 0°
(iv) (C) is correct.
Substitute the of tan 30° in the given equation
tan 30° = 1/√3
2tan30°/1-tan230° = 2(1/√3)/1-(1/√3)2
= (2/√3)/(1-1/3) = (2/√3)/(2/3) = √3 = tan 60°
The value of the given equation is equivalent to tan 60°.
3. If tan (A + B) = √3 and tan (A – B) = 1/√3 ,0° < A + B ≤ 90°; A > B, find A and B.
Solution:
tan (A + B) = √3
Since √3 = tan 60°
Now substitute the degree value
⇒ tan (A + B) = tan 60°
(A + B) = 60° … (i)
The above equation is assumed as equation (i)
tan (A – B) = 1/√3
Since 1/√3 = tan 30°
Now substitute the degree value
⇒ tan (A – B) = tan 30°
(A – B) = 30° … equation (ii)
Now add the equation (i) and (ii), we get
A + B + A – B = 60° + 30°
Cancel the terms B
2A = 90°
A= 45°
Now, substitute the value of A in equation (i) to find the value of B
45° + B = 60°
B = 60° – 45°
B = 15°
Therefore A = 45° and B = 15°
4. State whether the following are true or false. Justify your answer.
(i) sin (A + B) = sin A + sin B.
(ii) The value of sin θ increases as θ increases.
(iii) The value of cos θ increases as θ increases.
(iv) sin θ = cos θ for all values of θ.
(v) cot A is not defined for A = 0°.
Solution:
(i) False.
Justification:
Let us take A = 30° and B = 60°, then
Substitute the values in the sin (A + B) formula, we get
sin (A + B) = sin (30° + 60°) = sin 90° = 1 and,
sin A + sin B = sin 30° + sin 60°
= 1/2 + √3/2 = 1+√3/2
Since the values obtained are not equal, the solution is false.
(ii) True.
Justification:
According to the values obtained as per the unit circle, the values of sin are:
sin 0° = 0
sin 30° = 1/2
sin 45° = 1/√2
sin 60° = √3/2
sin 90° = 1
Thus the value of sin θ increases as θ increases. Hence, the statement is true
(iii) False.
According to the values obtained as per the unit circle, the values of cos are:
cos 0° = 1
cos 30° = √3/2
cos 45° = 1/√2
cos 60° = 1/2
cos 90° = 0
Thus, the value of cos θ decreases as θ increases. So, the statement given above is false.
(iv) False
sin θ = cos θ, when a right triangle has 2 angles of (π/4). Therefore, the above statement is false.
(v) True.
Since cot function is the reciprocal of the tan function, it is also written as:
cot A = cos A/sin A
Now substitute A = 0°
cot 0° = cos 0°/sin 0° = 1/0 = undefined.
Hence, it is true
Solution:
Cos A function in terms of sec A:
sec A = 1/cos A
⇒ cos A = 1/sec A
sec A function in terms of sec A:
cos2A + sin2A = 1
Rearrange the terms
sin2A = 1 – cos2A
sin2A = 1 – (1/sec2A)
sin2A = (sec2A-1)/sec2A
sin A = ± √(sec2A-1)/sec A
cosec A function in terms of sec A:
sin A = 1/cosec A
⇒cosec A = 1/sin A
cosec A = ± sec A/√(sec2A-1)
Now, tan A function in terms of sec A:
sec2A – tan2A = 1
Rearrange the terms
⇒ tan2A = sec2A – 1
tan A = √(sec2A – 1)
cot A function in terms of sec A:
tan A = 1/cot A
⇒ cot A = 1/tan A
cot A = ±1/√(sec2A – 1)
3. Evaluate:
(i) (sin263° + sin227°)/(cos217° + cos273°)
(ii) sin 25° cos 65° + cos 25° sin 65°
Solution:
(i) (sin263° + sin227°)/(cos217° + cos273°)
To simplify this, convert some of the sin functions into cos functions and cos function into sin
function and it becomes,
= [sin2(90°-27°) + sin227°] / [cos2(90°-73°) + cos273°)]
= (cos227° + sin227°)/(sin227° + cos273°)
= 1/1 =1 (since sin2A + cos2A = 1)
Therefore, (sin263° + sin227°)/(cos217° + cos273°) = 1
(ii) sin 25° cos 65° + cos 25° sin 65°
To simplify this, convert some of the sin functions into cos functions and cos function into sin
function and it becomes,
= sin(90°-25°) cos 65° + cos (90°-65°) sin 65°
= cos 65° cos 65° + sin 65° sin 65°
= cos265° + sin265° = 1 (since sin2A + cos2A = 1)
Therefore, sin 25° cos 65° + cos 25° sin 65° = 1
4. Choose the correct option. Justify your choice.
(i) 9 sec2A – 9 tan2A =
(A) 1 (B) 9 (C) 8 (D) 0
(ii) (1 + tan θ + sec θ) (1 + cot θ – cosec θ)
(A) 0 (B) 1 (C) 2 (D) – 1
(iii) (sec A + tan A) (1 – sin A) =
(A) sec A (B) sin A (C) cosec A (D) cos A
(iv) 1+tan2A/1+cot2A =
(A) sec2 A (B) -1 (C) cot2A (D) tan2A
Solution:
(i) (B) is correct.
Justification:
Take 9 outside, and it becomes
9 sec2A – 9 tan2A
= 9 (sec2A – tan2A)
= 9×1 = 9 (∵ sec2 A – tan2 A = 1)
Therefore, 9 sec2A – 9 tan2A = 9
(ii) (C) is correct
Justification:
(1 + tan θ + sec θ) (1 + cot θ – cosec θ)
We know that, tan θ = sin θ/cos θ
sec θ = 1/ cos θ
cot θ = cos θ/sin θ
cosec θ = 1/sin θ
Now, substitute the above values in the given problem, we get
= (1 + sin θ/cos θ + 1/ cos θ) (1 + cos θ/sin θ – 1/sin θ)
Simplify the above equation,
= (cos θ +sin θ+1)/cos θ × (sin θ+cos θ-1)/sin θ
= (cos θ+sin θ)2-12/(cos θ sin θ)
= (cos2θ + sin2θ + 2cos θ sin θ -1)/(cos θ sin θ)
= (1+ 2cos θ sin θ -1)/(cos θ sin θ) (Since cos2θ + sin2θ = 1)
= (2cos θ sin θ)/(cos θ sin θ) = 2
Therefore, (1 + tan θ + sec θ) (1 + cot θ – cosec θ) =2
(iii) (D) is correct.
Justification:
We know that,
Sec A= 1/cos A
Tan A = sin A / cos A
Now, substitute the above values in the given problem, we get
(secA + tanA) (1 – sinA)
= (1/cos A + sin A/cos A) (1 – sinA)
= (1+sin A/cos A) (1 – sinA)
= (1 – sin2A)/cos A
= cos2A/cos A = cos A
Therefore, (secA + tanA) (1 – sinA) = cos A
(iv) (D) is correct.
Justification:
We know that,
tan2A =1/cot2A
Now, substitute this in the given problem, we get
1+tan2A/1+cot2A
= (1+1/cot2A)/1+cot2A
= (cot2A+1/cot2A)×(1/1+cot2A)
= 1/cot2A = tan2A
So, 1+tan2A/1+cot2A = tan2A
5. Prove the following identities, where the angles involved are acute angles for which the
expressions are defined.
(i) (cosec θ – cot θ)2 = (1-cos θ)/(1+cos θ)
(ii) cos A/(1+sin A) + (1+sin A)/cos A = 2 sec A
(iii) tan θ/(1-cot θ) + cot θ/(1-tan θ) = 1 + sec θ cosec θ
[Hint : Write the expression in terms of sin θ and cos θ]
(iv) (1 + sec A)/sec A = sin2A/(1-cos A)
[Hint : Simplify LHS and RHS separately]
(v) ( cos A–sin A+1)/( cos A +sin A–1) = cosec A + cot A, using the identity cosec2A =
1+cot2A.
We know that 1/cos A = sec A and sin A/ cos A = tan A and it becomes,
= √(sec A+ tan A)/(sec A-tan A)
Now using rationalization, we get
Solution:
Length of the rope is 20 m and angle made by the rope with the ground level is 30°.
Given: AC = 20 m and angle C = 30°
To Find: Height of the pole
Let AB be the vertical pole
In right ΔABC, using sine formula
sin 30° = AB/AC
Using value of sin 30 degrees is ½, we have
1/2 = AB/20
AB = 20/2
AB = 10
From figure,
In right triangle BCD,
tan 45° = BC/CD
1 = BC/CD
BC = CD …..(1)
Again,
In right ΔACD,
tan 60° = AC/AD
√3 = ( AB+BC)/CD
√3CD = 1.6 + BC
√3BC – BC = 1.6
BC(√3-1) = 1.6
BC = 1.6/(√3-1) m
BC = 0.8(√3+1)
In right ΔBCD,
tan 60° = CD/BC
√3 = 50/BC
BC = 50/√3 …(1)
Again,
In right ΔABC,
tan 30° = AB/BC
⇒ 1/√3 = AB/BC
In right ΔABC,
tan 45° = AB/BC
1= 7/BC
BC = 7
Since BC = AD
So AD = 7
Again, from right triangle ADE,
tan 60° = DE/AD
√3 = DE/7
⇒ DE = 7√3 m
Now: EC = DE + CD
= (7√3 + 7) = 7(√3+1)
Therefore, Height of the tower is 7(√3+1) m. Answer!
13. As observed from the top of a 75 m high lighthouse from the sea-level, the angles of
depression of two ships are 30° and 45°. If one ship is exactly behind the other on the
same side of the lighthouse, find the distance between the two ships.
Solution:
Let AB be the lighthouse of height 75 m. Let C and D be the positions of the ships.
30° and 45° are the angles of depression from the lighthouse.
Draw a figure based on given instructions:
In the above figure, the line that is drawn from the centre of the given circle to the tangent PQ is
perpendicular to PQ.
And so, OP ⊥ PQ
Using Pythagoras theorem in triangle ΔOPQ we get,
OQ2 = OP2+PQ2
(12)2 = 52+PQ2
PQ2 = 144-25
PQ2 = 119
PQ = √119 cm
So, option D i.e. √119 cm is the length of PQ.
4. Draw a circle and two lines parallel to a given line such that one is a tangent and the
other, a secant to the circle.
Answer:
In the above figure, XY and AB are two the parallel lines. The line segment AB is the tangent at
point C while the line segment XY is the secant.
So, OP ⊥ PT and TQ ⊥ OQ
∴∠OPT = ∠OQT = 90°
Now, in the quadrilateral POQT, we know that the sum of the interior angles is 360°
So, ∠PTQ+∠POQ+∠OPT+∠OQT = 360°
Now, by putting the respective values we get,
∠PTQ +90°+110°+90° = 360°
∠PTQ = 70°
So, ∠PTQ is 70° which is option B.
3. If tangents PA and PB from a point P to a circle with centre O are inclined to each other
at angle of 80°, then ∠ POA is equal to
(A) 50°
(B) 60°
(C) 70°
(D) 80°
Answer:
First, draw the diagram according to the given statement.
Now, in the above diagram, OA is the radius to tangent PA and OB is the radius to tangents PB.
So, OA is perpendicular to PA and OB is perpendicular to PB i.e. OA ⊥ PA and OB ⊥ PB
So, ∠OBP = ∠OAP = 90°
Now, in the quadrilateral AOBP,
The sum of all the interior angles will be 360°
So, ∠AOB+∠OAP+∠OBP+∠APB = 360°
Putting their values, we get,
∠AOB + 260° = 360°
∠AOB = 100°
Now, consider the triangles △OPB and △OPA. Here,
AP = BP (Since the tangents from a point are always equal)
OA = OB (Which are the radii of the circle)
OP = OP (It is the common side)
Now, we can say that triangles OPB and OPA are similar using SSS congruency.
∴△OPB ≅ △OPA
So, ∠POB = ∠POA
∠AOB = ∠POA+∠POB
2 (∠POA) = ∠AOB
By putting the respective values, we get,
=>∠POA = 100°/2 = 50°
As angle ∠POA is 50° option A is the correct option.
4. Prove that the tangents drawn at the ends of a diameter of a circle are parallel.
Answer:
First, draw a circle and connect two points A and B such that AB becomes the diameter of the
circle. Now, draw two tangents PQ and RS at points A and B respectively.
Now the triangles △OPA and △OCA are similar using SSS congruency as:
(i) OP = OC They are the radii of the same circle
(ii) AO = AO It is the common side
(iii) AP = AC These are the tangents from point A
So, △OPA ≅ △OCA
Similarly,
△OQB ≅ △OCB
So,
∠POA = ∠COA … (Equation i)
And, ∠QOB = ∠COB … (Equation ii)
Since the line POQ is a straight line, it can be considered as a diameter of the circle.
So, ∠POA +∠COA +∠COB +∠QOB = 180°
Now, from equations (i) and equation (ii) we get,
2∠COA+2∠COB = 180°
∠COA+∠COB = 90°
∴∠AOB = 90°
10. Prove that the angle between the two tangents drawn from an external point to a circle
is supplementary to the angle subtended by the line-segment joining the points of contact
at the center.
Answer:
First, draw a circle with centre O. Choose an external point P and draw two tangents PA and PB
at point A and point B respectively. Now, join A and B to make AB in a way that it subtends
∠AOB at the center of the circle. The diagram is as follows:
From the above diagram, it is seen that the line segments OA and PA are perpendicular.
So, ∠OAP = 90°
In a similar way, the line segments OB ⊥ PB and so, ∠OBP = 90°
Now, in the quadrilateral OAPB,
∴∠APB+∠OAP +∠PBO +∠BOA = 360° (since the sum of all interior angles will be 360°)
By putting the values we get,
∠APB + 180° + ∠BOA = 360°
So, ∠APB + ∠BOA = 180° (Hence proved).
11. Prove that the parallelogram circumscribing a circle is a rhombus.
Answer:
Consider a parallelogram ABCD which is circumscribing a circle with a center O. Now, since
ABCD is a parallelogram, AB = CD and BC = AD.
Justification:
The construction of the given problem can be justified by proving that
AC/CB = 5/ 8
By construction, we have A5C || A13B. From Basic proportionality theorem for the triangle
AA13B, we get
AC/CB =AA5/A5A13….. (1)
From the figure constructed, it is observed that AA5 and A5A13 contain 5 and 8 equal divisions
of line segments respectively.
Therefore, it becomes
AA5/A5A13=5/8… (2)
Compare the equations (1) and (2), we obtain
AC/CB = 5/ 8
Hence, Justified.
2. Construct a triangle of sides 4 cm, 5 cm and 6 cm and then a triangle similar to it whose
sides are 2/3 of
the corresponding sides of the first triangle.
Construction Procedure:
1. Draw a line segment AB which measures 4 cm, i.e., AB = 4 cm.
2. Take the point A as centre, and draw an arc of radius 5 cm.
3. Similarly, take the point B as its centre, and draw an arc of radius 6 cm.
4. The arcs drawn will intersect each other at point C.
5. Now, we obtained AC = 5 cm and BC = 6 cm and therefore ΔABC is the required triangle.
6. Draw a ray AX which makes an acute angle with the line segment AB on the opposite side of
vertex C.
7. Locate 3 points such as A1, A2, A3 (as 3 is greater between 2 and 3) on line AX such that it
becomes AA1= A1A2 = A2A3.
8. Join the point BA3 and draw a line through A2which is parallel to the line BA3 that intersect AB
at point B’.
9. Through the point B’, draw a line parallel to the line BC that intersect the line AC at C’.
10. Therefore, ΔAB’C’ is the required triangle.
Justification:
The construction of the given problem can be justified by proving that
AB’ = (2/3)AB
B’C’ = (2/3)BC
AC’= (2/3)AC
From the construction, we get B’C’ || BC
∴ ∠AB’C’ = ∠ABC (Corresponding angles)
In ΔAB’C’ and ΔABC,
∠ABC = ∠AB’C (Proved above)
∠BAC = ∠B’AC’ (Common)
∴ ΔAB’C’ ∼ ΔABC (From AA similarity criterion)
Therefore, AB’/AB = B’C’/BC= AC’/AC …. (1)
In ΔAAB’ and ΔAAB,
∠A2AB’ =∠A3AB (Common)
From the corresponding angles, we get,
∠AA2B’ =∠AA3B
Therefore, from the AA similarity criterion, we obtain
ΔAA2B’ and AA3B
So, AB’/AB = AA2/AA3
Therefore, AB’/AB = 2/3 ……. (2)
From the equations (1) and (2), we get
AB’/AB=B’C’/BC = AC’/ AC = 2/3
This can be written as
AB’ = (2/3)AB
B’C’ = (2/3)BC
AC’= (2/3)AC
Hence, justified.
3. Construct a triangle with sides 5 cm, 6 cm and 7 cm and then another triangle whose
sides are 7/5 of the corresponding sides of the first triangle
Construction Procedure:
1. Draw a line segment AB =5 cm.
2. Take A and B as centre, and draw the arcs of radius 6 cm and 5 cm respectively.
3. These arcs will intersect each other at point C and therefore ΔABC is the required triangle with
the length of sides as 5 cm, 6 cm, and 7 cm respectively.
4. Draw a ray AX which makes an acute angle with the line segment AB on the opposite side of
vertex C.
5. Locate the 7 points such as A1, A2, A3, A4, A5, A6, A7 (as 7 is greater between 5 and 7), on line
AX such that it becomes AA1 = A1A2 = A2A3 = A3A4 = A4A5 = A5A6 = A6A7
6. Join the points BA5 and draw a line from A7 to BA5 which is parallel to the line BA5 where it
intersects the extended line segment AB at point B’.
7. Now, draw a line from B’ the extended line segment AC at C’ which is parallel to the line BC
and it intersects to make a triangle.
8. Therefore, ΔAB’C’ is the required triangle.
Justification:
The construction of the given problem can be justified by proving that
AB’ = (7/5)AB
B’C’ = (7/5)BC
AC’= (7/5)AC
From the construction, we get B’C’ || BC
∴ ∠AB’C’ = ∠ABC (Corresponding angles)
In ΔAB’C’ and ΔABC,
∠ABC = ∠AB’C (Proved above)
∠BAC = ∠B’AC’ (Common)
∴ ΔAB’C’ ∼ ΔABC (From AA similarity criterion)
Therefore, AB’/AB = B’C’/BC= AC’/AC …. (1)
In ΔAA7B’ and ΔAA5B,
∠A7AB’=∠A5AB (Common)
From the corresponding angles, we get,
∠A A7B’=∠A A5B
Therefore, from the AA similarity criterion, we obtain
ΔA A2B’ and A A3B
So, AB’/AB = AA5/AA7
Therefore, AB /AB’ = 5/7 ……. (2)
From the equations (1) and (2), we get
AB’/AB = B’C’/BC = AC’/ AC = 7/5
This can be written as
AB’ = (7/5)AB
B’C’ = (7/5)BC
AC’= (7/5)AC
Hence, justified.
Construction Procedure:
1. Draw a line segment BC with the measure of 8 cm.
2. Now draw the perpendicular bisector of the line segment BC and intersect at the point D
3. Take the point D as centre and draw an arc with the radius of 4 cm which intersect the
perpendicular bisector at the point A
4. Now join the lines AB and AC and the triangle is the required triangle.
5. Draw a ray BX which makes an acute angle with the line BC on the side opposite to the vertex
A.
6. Locate the 3 points B1, B2 and B3 on the ray BX such that BB1 = B1B2 = B2B3
7. Join the points B2C and draw a line from B3 which is parallel to the line B2C where it intersects
the extended line segment BC at point C’.
8. Now, draw a line from C’ the extended line segment AC at A’ which is parallel to the line AC
and it intersects to make a triangle.
9. Therefore, ΔA’BC’ is the required triangle.
Justification:
The construction of the given problem can be justified by proving that
A’B = (3/2)AB
BC’ = (3/2)BC
A’C’= (3/2)AC
From the construction, we get A’C’ || AC
∴ ∠ A’C’B = ∠ACB (Corresponding angles)
In ΔA’BC’ and ΔABC,
∠B = ∠B (common)
∠A’BC’ = ∠ACB
∴ ΔA’BC’ ∼ ΔABC (From AA similarity criterion)
Therefore, A’B/AB = BC’/BC= A’C’/AC
Since the corresponding sides of the similar triangle are in the same ratio, it becomes
A’B/AB = BC’/BC= A’C’/AC = 3/2
Hence, justified.
5. Draw a triangle ABC with side BC = 6 cm, AB = 5 cm and ∠ABC = 60°. Then construct a
triangle whose sides are 3/4 of the corresponding sides of the triangle ABC.
Construction Procedure:
1. Draw a ΔABC with base side BC = 6 cm, and AB = 5 cm and ∠ABC = 60°.
2. Draw a ray BX which makes an acute angle with BC on the opposite side of vertex A.
3. Locate 4 points (as 4 is greater in 3 and 4), such as B1, B2, B3, B4, on line segment BX.
4. Join the points B4C and also draw a line through B3, parallel to B4C intersecting the line
segment BC at C’.
5. Draw a line through C’ parallel to the line AC which intersects the line AB at A’.
6. Therefore, ΔA’BC’ is the required triangle.
Justification:
The construction of the given problem can be justified by proving that
Since the scale factor is 3/4 , we need to prove
A’B = (3/4)AB
BC’ = (3/4)BC
A’C’= (3/4)AC
From the construction, we get A’C’ || AC
In ΔA’BC’ and ΔABC,
∴ ∠ A’C’B = ∠ACB (Corresponding angles)
∠B = ∠B (common)
∴ ΔA’BC’ ∼ ΔABC (From AA similarity criterion)
Since the corresponding sides of the similar triangle are in the same ratio, it becomes
Therefore, A’B/AB = BC’/BC= A’C’/AC
So, it becomes A’B/AB = BC’/BC= A’C’/AC = 3/4
Hence, justified.
6. Draw a triangle ABC with side BC = 7 cm, ∠ B = 45°, ∠ A = 105°. Then, construct a
triangle whose sides are 4/3 times the corresponding sides of ∆ ABC.
To find ∠C:
Given:
∠B = 45°, ∠A = 105°
We know that,
Sum of all interior angles in a triangle is 180°.
∠A+∠B +∠C = 180°
105°+45°+∠C = 180°
∠C = 180° − 150°
∠C = 30°
So, from the property of triangle, we get ∠C = 30°
Construction Procedure:
The required triangle can be drawn as follows.
1. Draw a ΔABC with side measures of base BC = 7 cm, ∠B = 45°, and ∠C = 30°.
2. Draw a ray BX makes an acute angle with BC on the opposite side of vertex A.
3. Locate 4 points (as 4 is greater in 4 and 3), such as B1, B2, B3, B4, on the ray BX.
4. Join the points B3C.
5. Draw a line through B4 parallel to B3C which intersects the extended line BC at C’.
6. Through C’, draw a line parallel to the line AC that intersects the extended line segment at C’.
7. Therefore, ΔA’BC’ is the required triangle.
Justification:
The construction of the given problem can be justified by proving that
Since the scale factor is 4/3, we need to prove
A’B = (4/3)AB
BC’ = (4/3)BC
A’C’= (4/3)AC
From the construction, we get A’C’ || AC
In ΔA’BC’ and ΔABC,
∴ ∠A’C’B = ∠ACB (Corresponding angles)
∠B = ∠B (common)
∴ ΔA’BC’ ∼ ΔABC (From AA similarity criterion)
Since the corresponding sides of the similar triangle are in the same ratio, it becomes
Therefore, A’B/AB = BC’/BC= A’C’/AC
So, it becomes A’B/AB = BC’/BC= A’C’/AC = 4/3
Hence, justified.
7. Draw a right triangle in which the sides (other than hypotenuse) are of lengths 4 cm and
3 cm. Then construct another triangle whose sides are 5/3 times the corresponding sides
of the given triangle.
Given:
The sides other than hypotenuse are of lengths 4cm and 3cm. It defines that the sides are
perpendicular to each other
Construction Procedure:
The required triangle can be drawn as follows.
1. Draw a line segment BC =3 cm.
2. Now measure and draw ∠= 90°
3. Take B as centre and draw an arc with the radius of 4 cm and intersects the ray at the point B.
4. Now, join the lines AC and the triangle ABC is the required triangle.
5. Draw a ray BX makes an acute angle with BC on the opposite side of vertex A.
6. Locate 5 such as B1, B2, B3, B4, on the ray BX such that such that BB1 = B1B2 = B2B3= B3B4 =
B4B5
7. Join the points B3C.
8. Draw a line through B5 parallel to B3C which intersects the extended line BC at C’.
9. Through C’, draw a line parallel to the line AC that intersects the extended line AB at A’.
10. Therefore, ΔA’BC’ is the required triangle.
Justification:
The construction of the given problem can be justified by proving that
Since the scale factor is 5/3, we need to prove
A’B = (5/3)AB
BC’ = (5/3)BC
A’C’= (5/3)AC
From the construction, we get A’C’ || AC
In ΔA’BC’ and ΔABC,
∴ ∠ A’C’B = ∠ACB (Corresponding angles)
∠B = ∠B (common)
∴ ΔA’BC’ ∼ ΔABC (From AA similarity criterion)
Since the corresponding sides of the similar triangle are in the same ratio, it becomes
Therefore, A’B/AB = BC’/BC= A’C’/AC
So, it becomes A’B/AB = BC’/BC= A’C’/AC = 5/3
Hence, justified.
Exercise 11.2 Page: 221
In each of the following, give the justification of the construction also:
1. Draw a circle of radius 6 cm. From a point 10 cm away from its centre, construct the
pair of tangents to the circle and measure their lengths.
Construction Procedure:
The construction to draw a pair of tangents to the given circle is as follows.
1. Draw a circle with radius = 6 cm with centre O.
2. Locate a point P, which is 10 cm away from O.
3. Join the points O and P through line
4. Draw the perpendicular bisector of the line OP.
5. Let M be the mid-point of the line PO.
6. Take M as centre and measure the length of MO
7. The length MO is taken as radius and draw a circle.
8. The circle drawn with the radius of MO, intersect the previous circle at point Q and R.
9. Join PQ and PR.
10. Therefore, PQ and PR are the required tangents.
Justification:
The construction of the given problem can be justified by proving that PQ and PR are the
tangents to the circle of radius 6cm with centre O.
To prove this, join OQ and OR represented in dotted lines.
From the construction,
∠PQO is an angle in the semi-circle.
We know that angle in a semi-circle is a right angle, so it becomes,
∴ ∠PQO = 90°
Such that
⇒ OQ ⊥ PQ
Since OQ is the radius of the circle with radius 6 cm, PQ must be a tangent of the circle.
Similarly, we can prove that PR is a tangent of the circle.
Hence, justified.
2. Construct a tangent to a circle of radius 4 cm from a point on the concentric circle of
radius 6 cm and measure its length. Also verify the measurement by actual calculation.
Construction Procedure:
For the given circle, the tangent can be drawn as follows.
1. Draw a circle of 4 cm radius with centre “O”.
2. Again, take O as centre draw a circle of radius 6 cm.
3. Locate a point P on this circle
4. Join the points O and P through lines such that it becomes OP.
5. Draw the perpendicular bisector to the line OP
6. Let M be the mid-point of PO.
7. Draw a circle with M as its centre and MO as its radius
8. The circle drawn with the radius OM, intersect the given circle at the points Q and R.
9. Join PQ and PR.
10. PQ and PR are the required tangents.
From the construction, it is observed that PQ and PR are of length 4.47 cm each.
It can be calculated manually as follows
In ∆PQO,
Since PQ is a tangent,
∠PQO = 90°. PO = 6cm and QO = 4 cm
Applying Pythagoras theorem in ∆PQO, we obtain PQ2+QO2 = PQ2
PQ2+(4)2 = (6)2
PQ2 +16 =36
PQ2 = 36−16
PQ2 = 20
PQ = 2√5
PQ = 4.47 cm
Therefore, the tangent length PQ = 4.47
Justification:
The construction of the given problem can be justified by proving that PQ and PR are the
tangents to the circle of radius 4 cm with centre O.
To prove this, join OQ and OR represented in dotted lines.
From the construction,
∠PQO is an angle in the semi-circle.
We know that angle in a semi-circle is a right angle, so it becomes,
∴ ∠PQO = 90°
Such that
⇒ OQ ⊥ PQ
Since OQ is the radius of the circle with radius 4 cm, PQ must be a tangent of the circle.
Similarly, we can prove that PR is a tangent of the circle.
Hence, justified.
3. Draw a circle of radius 3 cm. Take two points P and Q on one of its extended diameter
each at a distance of 7 cm from its centre. Draw tangents to the circle from these two
points P and Q
Construction Procedure:
The tangent for the given circle can be constructed as follows.
1. Draw a circle with a radius of 3cm with centre “O”.
2. Draw a diameter of a circle and it extends 7 cm from the centre and mark it as P and Q.
3. Draw the perpendicular bisector of the line PO and mark the midpoint as M.
4. Draw a circle with M as centre and MO as radius
5. Now join the points PA and PB in which the circle with radius MO intersects the circle of circle
3cm.
6. Now PA and PB are the required tangents.
7. Similarly, from the point Q, we can draw the tangents.
8. From that, QC and QD are the required tangents.
Justification:
The construction of the given problem can be justified by proving that PQ and PR are the
tangents to the circle of radius 3 cm with centre O.
To prove this, join OA and OB.
From the construction,
∠PAO is an angle in the semi-circle.
We know that angle in a semi-circle is a right angle, so it becomes,
∴ ∠PAO = 90°
Such that
⇒ OA ⊥ PA
Since OA is the radius of the circle with radius 3 cm, PA must be a tangent of the circle. Similarly,
we can prove that PB, QC and QD are the tangent of the circle.
Hence, justified
4. Draw a pair of tangents to a circle of radius 5 cm which are inclined to each other at an
angle of 60°
Construction Procedure:
The tangents can be constructed in the following manner:
1. Draw a circle of radius 5 cm and with centre as O.
2. Take a point Q on the circumference of the circle and join OQ.
3. Draw a perpendicular to QP at point Q.
4. Draw a radius OR, making an angle of 120° i.e(180°−60°) with OQ.
5. Draw a perpendicular to RP at point R.
6. Now both the perpendiculars intersect at point P.
7. Therefore, PQ and PR are the required tangents at an angle of 60°.
Justification:
The construction can be justified by proving that ∠QPR = 60°
By our construction
∠OQP = 90°
∠ORP = 90°
And ∠QOR = 120°
We know that the sum of all interior angles of a quadrilateral = 360°
∠OQP+∠QOR + ∠ORP +∠QPR = 360o
90°+120°+90°+∠QPR = 360°
Therefore, ∠QPR = 60°
Hence Justified
5. Draw a line segment AB of length 8 cm. Taking A as centre, draw a circle of radius 4 cm
and taking B as centre, draw another circle of radius 3 cm. Construct tangents to each
circle from the centre of the other circle.
Construction Procedure:
The tangent for the given circle can be constructed as follows.
1. Draw a line segment AB = 8 cm.
2. Take A as centre and draw a circle of radius 4 cm
3. Take B as centre, draw a circle of radius 3 cm
4. Draw the perpendicular bisector of the line AB and the midpoint is taken as M.
5. Now, take M as centre draw a circle with the radius of MA or MB which the intersects the circle
at the points P, Q, R and S.
6. Now join AR, AS, BP and BQ
7. Therefore, the required tangents are AR, AS, BP and BQ
Justification:
The construction can be justified by proving that AS and AR are the tangents of the circle (whose
centre is B with radius is 3 cm) and BP and BQ are the tangents of the circle (whose centre is A
and radius is 4 cm).
From the construction, to prove this, join AP, AQ, BS, and BR.
∠ASB is an angle in the semi-circle. We know that an angle in a semi-circle is a right angle.
∴ ∠ASB = 90°
⇒ BS ⊥ AS
Since BS is the radius of the circle, AS must be a tangent of the circle.
Similarly, AR, BP, and BQ are the required tangents of the given circle.
6. Let ABC be a right triangle in which AB = 6 cm, BC = 8 cm and ∠ B = 90°. BD is the
perpendicular from B on AC. The circle through B, C, D is drawn. Construct the tangents
from A to this circle.
Construction Procedure:
The tangent for the given circle can be constructed as follows
1. Draw the line segment with base BC = 8cm
2. Measure the angle 90° at the point B, such that ∠ B = 90°.
3. Take B as centre and draw an arc with a measure of 6cm.
4. Let the point be A where the arc intersects the ray.
5. Join the line AC.
6. Therefore, ABC be the required triangle.
7. Now, draw the perpendicular bisector to the line BC and the midpoint is marked as E.
8. Take E as centre and BE or EC measure as radius draw a circle.
9. Join A to the midpoint E of the circle
10. Now, again draw the perpendicular bisector to the line AE and the midpoint is taken as M
11. Take M as Centre and AM or ME measure as radius, draw a circle.
12. This circle intersects the previous circle at the points B and Q
13. Join the points A and Q
14. Therefore, AB and AQ are the required tangents
Justification:
The construction can be justified by proving that AG and AB are the tangents to the circle.
From the construction, join EQ.
∠AQE is an angle in the semi-circle. We know that an angle in a semi-circle is a right angle.
∴ ∠AQE = 90°
⇒ EQ⊥ AQ
Since EQ is the radius of the circle, AQ has to be a tangent of the circle. Similarly, ∠B = 90°
⇒ AB ⊥ BE
Since BE is the radius of the circle, AB has to be a tangent of the circle.
Hence, justified.
7. Draw a circle with the help of a bangle. Take a point outside the circle. Construct the
pair of tangents from this point to the circle.
Construction Procedure:
The required tangents can be constructed on the given circle as follows.
1. Draw a circle with the help of a bangle.
2. Draw two non-parallel chords such as AB and CD
3. Draw the perpendicular bisector of AB and CD
4. Take the centre as O where the perpendicular bisector intersects.
5. To draw the tangents, take a point P outside the circle.
6. Join the points O and P.
7. Now draw the perpendicular bisector of the line PO and midpoint is taken as M
8. Take M as centre and MO as radius draw a circle.
9. Let the circle intersects intersect the circle at the points Q and R
10. Now join PQ and PR
11. Therefore, PQ and PR are the required tangents.
Justification:
The construction can be justified by proving that PQ and PR are the tangents to the circle.
Since, O is the centre of a circle, we know that the perpendicular bisector of the chords passes
through the centre.
Now, join the points OQ and OR.
We know that perpendicular bisector of a chord passes through the centre.
It is clear that the intersection point of these perpendicular bisectors is the centre of the circle.
Since, ∠PQO is an angle in the semi-circle. We know that an angle in a semi-circle is a right
angle.
∴ ∠PQO = 90°
⇒ OQ⊥ PQ
Since OQ is the radius of the circle, PQ has to be a tangent of the circle. Similarly,
∴ ∠PRO = 90°
⇒ OR ⊥ PO
Since OR is the radius of the circle, PR has to be a tangent of the circle
Therefore, PQ and PR are the required tangents of a circle.
Solution:
The radius of 1st circle, r1 = 21/2 cm (as diameter D is given as 21 cm)
So, area of gold region = π r12 = π(10.5)2 = 346.5 cm2
Now, it is given that each of the other bands is 10.5 cm wide,
So, the radius of 2nd circle, r2 = 10.5cm+10.5cm = 21 cm
Thus,
∴ Area of red region = Area of 2nd circle − Area of gold region = (πr22−346.5) cm2
= (π(21)2 − 346.5) cm2
= 1386 − 346.5
= 1039.5 cm2
Similarly,
The radius of 3rd circle, r3 = 21 cm+10.5 cm = 31.5 cm
The radius of 4th circle, r4 = 31.5 cm+10.5 cm = 42 cm
The Radius of 5th circle, r5 = 42 cm+10.5 cm = 52.5 cm
For the area of nth region,
A = Area of circle n – Area of circle (n-1)
∴ Area of blue region (n=3) = Area of third circle – Area of second circle
= π(31.5)2 – 1386 cm2
= 3118.5 – 1386 cm2
= 1732.5 cm2
∴ Area of black region (n=4) = Area of fourth circle – Area of third circle
= π(42)2 – 1386 cm2
= 5544 – 3118.5 cm2
= 2425.5 cm2
∴ Area of white region (n=5) = Area of fifth circle – Area of fourth circle
= π(52.5)2 – 5544 cm2
= 8662.5 – 5544 cm2
= 3118.5 cm2
4. The wheels of a car are of diameter 80 cm each. How many complete revolutions does
each wheel make in 10 minutes when the car is travelling at a speed of 66 km per hour?
Solution:
The radius of car’s wheel = 80/2 = 40 cm (as D = 80 cm)
So, the circumference of wheels = 2πr = 80 π cm
Now, in one revolution, the distance covered = circumference of the wheel = 80 π cm
It is given that the distance covered by the car in 1 hr = 66km
Converting km into cm we get,
Distance covered by the car in 1hr = (66×105) cm
In 10 minutes, the distance covered will be = (66×105×10)/60 = 1100000 cm/s
∴ Distance covered by car = 11×105 cm
Now, the no. of revolutions of the wheels = (Distance covered by the car/Circumference of the
wheels)
=( 11×105)/80 π = 4375.
5. Tick the correct Solution: in the following and justify your choice : If the perimeter and
the area of a circle are numerically equal, then the radius of the circle is
(A) 2 units
(B) π units
(C) 4 units
(D) 7 units
Solution:
Since the perimeter of the circle = area of the circle,
2πr = πr2
Or, r = 2
So, option (A) is correct i.e. the radius of the circle is 2 units.
Given,
Radius = 21 cm
θ = 60°
(i) Length of an arc = θ/360°×Circumference(2πr)
∴ Length of an arc AB = (60°/360°)×2×(22/7)×21
= (1/6)×2×(22/7)×21
Or Arc AB Length = 22cm
(ii) It is given that the angle subtend by the arc = 60°
So, area of the sector making an angle of 60° = (60°/360°)×π r2 cm2
= 441/6×22/7 cm2
Or, the area of the sector formed by the arc APB is 231 cm2
(iii) Area of segment APB = Area of sector OAPB – Area of ΔOAB
Since the two arms of the triangle are the radii of the circle and thus are equal, and one angle is
60°, ΔOAB is an equilateral triangle. So, its area will be √3/4×a2 sq. Units.
Area of segment APB = 231-(√3/4)×(OA)2
= 231-(√3/4)×212
Or, Area of segment APB = [231-(441×√3)/4] cm2
6. A chord of a circle of radius 15 cm subtends an angle of 60° at the centre. Find the
areas of the corresponding minor and major segments of the circle. (Use π = 3.14 and √3
= 1.73)
Solution:
Given,
Radius = 15 cm
θ = 60°
So,
Area of sector OAPB = (60°/360°)×πr2 cm2
= 225/6 πcm2
Now, ΔAOB is equilateral as two sides are the radii of the circle and hence equal and one angle
is 60°
So, Area of ΔAOB = (√3/4) ×a2
Or, (√3/4) ×152
∴ Area of ΔAOB = 97.31 cm2
Now, area of minor segment APB = Area of OAPB – Area of ΔAOB
Or, area of minor segment APB = ((225/6)π – 97.31) cm2 = 20.43 cm2
And,
Area of major segment = Area of circle – Area of segment APB
Or, area of major segment = (π×152) – 20.4 = 686.06 cm2
7. A chord of a circle of radius 12 cm subtends an angle of 120° at the centre. Find the
area of the corresponding segment of the circle. (Use π = 3.14 and √3 = 1.73)
Solution:
Radius, r = 12 cm
Now, draw a perpendicular OD on chord AB and it will bisect chord AB.
So, AD = DB
Now, the area of the minor sector = (θ/360°)×πr2
= (120/360)×(22/7)×122
= 150.72 cm2
Consider the ΔAOB,
∠ OAB = 180°-(90°+60°) = 30°
Now, cos 30° = AD/OA
√3/2 = AD/12
Or, AD = 6√3 cm
We know OD bisects AB. So,
AB = 2×AD = 12√3 cm
Now, sin 30° = OD/OA
Or, ½ = OD/12
∴ OD = 6 cm
So, the area of ΔAOB = ½ × base × height
Here, base = AB = 12√3 and
Height = OD = 6
So, area of ΔAOB = ½×12√3×6 = 36√3 cm = 62.28 cm2
∴ Area of the corresponding Minor segment = Area of the Minor sector – Area of ΔAOB
= 150.72 cm2– 62.28 cm2 = 88.44 cm2
8. A horse is tied to a peg at one corner of a square shaped grass field of side 15 m by
means of a 5 m long rope (see Fig. 12.11). Find
(i) the area of that part of the field in which the horse can graze.
(ii) the increase in the grazing area if the rope were 10 m long instead of 5 m. (Use π =
3.14)
Solution:
As the horse is tied at one end of a square field, it will graze only a quarter (i.e. sector with θ =
90°) of the field with radius 5 m.
Here, the length of rope will be the radius of the circle i.e. r = 5 m
It is also known that the side of square field = 15 m
(i) Area of circle = πr2 = 22/7 × 52 = 78.5 m2
Now, the area of the part of the field where the horse can graze = ¼ (the area of the circle) =
78.5/4 = 19.625 m2
(ii) If the rope is increased to 10 m,
Area of circle will be = πr2 =22/7×102 = 314 m2
Now, the area of the part of the field where the horse can graze = ¼ (the area of the circle)
= 314/4 = 78.5 m2
∴ Increase in the grazing area = 78.5 m2 – 19.625 m2 = 58.875 m2
9. A brooch is made with silver wire in the form of a circle with diameter 35 mm. The wire
is also used in making 5 diameters which divide the circle into 10 equal sectors as shown
in Fig. 12.12. Find:
(i) the total length of the silver wire required.
(ii) the area of each sector of the brooch.
Solution:
Diameter (D) = 35 mm
Total number of diameters to be considered= 5
Now, the total length of 5 diameters that would be required = 35×5 = 175
Circumference of the circle = 2πr
Or, C = πD = 22/7×35 = 110
Area of the circle = πr2
Or, A = (22/7)×(35/2)2 = 1925/2 mm2
(i) Total length of silver wire required = Circumference of the circle + Length of 5 diameter
= 110+175 = 285 mm
(ii) Total Number of sectors in the brooch = 10
So, the area of each sector = total area of the circle/number of sectors
∴ Area of each sector = (1925/2)×1/10 = 385/4 mm2
10. An umbrella has 8 ribs which are equally spaced (see Fig. 12.13). Assuming umbrella
to be a flat circle of radius 45 cm, find the area between the two consecutive ribs of the
umbrella.
Solution:
The radius (r) of the umbrella when flat = 45 cm
So, the area of the circle (A) = πr2 = (22/7)×(45)2 =6364.29 cm2
Total number of ribs (n) = 8
∴ The area between the two consecutive ribs of the umbrella = A/n
6364.29/8 cm2
Or, The area between the two consecutive ribs of the umbrella = 795.5 cm2
11. A car has two wipers which do not overlap. Each wiper has a blade of length 25 cm
sweeping through an angle of 115°. Find the total area cleaned at each sweep of the
blades.
Solution:
Given,
Radius (r) = 25 cm
Sector angle (θ) = 115°
Since there are 2 blades,
The total area of the sector made by wiper = 2×(θ/360°)×π r2
= 2×(115/360)×(22/7)×252
= 2×158125/252 cm2
= 158125/126 = 1254.96 cm2
12. To warn ships for underwater rocks, a lighthouse spreads a red colored light over a
sector of angle 80° to a distance of 16.5 km. Find the area of the sea over which the ships
are warned.
(Use π = 3.14)
Solution:
Let O bet the position of Lighthouse.
Here the radius will be the distance over which light spreads.
Given, radius (r) = 16.5 km
Sector angle (θ) = 80°
Now, the total area of the sea over which the ships are warned = Area made by the sector
Or, Area of sector = (θ/360°)×πr2
= (80°/360°)×πr2 km2
= 189.97 km2
13. A round table cover has six equal designs as shown in Fig. 12.14. If the radius of the
cover is 28 cm, find the cost of making the designs at the rate of ₹ 0.35 per cm2 . (Use √3 =
1.7)
Solution:
Total number of equal designs = 6
AOB= 360°/6 = 60°
Radius of the cover = 28 cm
Cost of making design = ₹ 0.35 per cm2
Since the two arms of the triangle are the radii of the circle and thus are equal, and one angle is
60°, ΔAOB is an equilateral triangle. So, its area will be (√3/4)×a2 sq. units
Here, a = OA
∴ Area of equilateral ΔAOB = (√3/4)×282 = 333.2 cm2
Area of sector ACB = (60°/360°)×πr2 cm2
= 410.66 cm2
So, area of a single design = area of sector ACB – area of ΔAOB
= 410.66 cm2 – 333.2 cm2 = 77.46 cm2
∴ Area of 6 designs = 6×77.46 cm2 = 464.76 cm2
So, total cost of making design = 464.76 cm2 ×Rs.0.35 per cm2
= Rs. 162.66
14. Tick the correct solution in the following:
Area of a sector of angle p (in degrees) of a circle with radius R is
(A) p/180 × 2πR
(B) p/180 × π R2
(C) p/360 × 2πR
(D) p/720 × 2πR2
Solution:
The area of a sector = (θ/360°)×πr2
Given, θ = p
So, area of sector = p/360×πR2
Multiplying and dividing by 2 simultaneously,
= (p/360)×2/2×πR2
= (2p/720)×2πR2
So, option (D) is correct.
Solution:
Here, P is in the semi-circle and so,
P = 90°
So, it can be concluded that QR is hypotenuse of the circle and is equal to the diameter of the
circle.
∴ QR = D
Using Pythagorean theorem,
QR2 = PR2+PQ2
Or, QR2 = 72+242
QR= 25 cm = Diameter
Hence, the radius of the circle = 25/2 cm
Now, the area of the semicircle = (πR2)/2
= (22/7)×(25/2)×(25/2)/2 cm2
= 13750/56 cm2 = 245.54 cm2
Also, area of the ΔPQR = ½×PR×PQ
=(½)×7×24 cm2
= 84 cm2
Hence, the area of the shaded region = 245.54 cm2-84 cm2
= 161.54 cm2
2. Find the area of the shaded region in Fig. 12.20, if radii of the two concentric circles
with centre O are 7 cm and 14 cm respectively and AOC = 40°.
Solution:
Given,
Angle made by sector = 40°,
Radius the inner circle = r = 7 cm, and
Radius of the outer circle = R = 14 cm
We know,
Area of the sector = (θ/360°)×πr2
So, Area of OAC = (40°/360°)×πr2 cm2
= 68.44 cm2
Area of the sector OBD = (40°/360°)×πr2 cm2
= (1/9)×(22/7)×72 = 17.11 cm2
Now, area of the shaded region ABDC = Area of OAC – Area of the OBD
= 68.44 cm2 – 17.11 cm2 = 51.33 cm2
3. Find the area of the shaded region in Fig. 12.21, if ABCD is a square of side 14 cm and
APD and BPC are semicircles.
Solution:
Side of the square ABCD (as given) = 14 cm
So, Area of ABCD = a2
= 14×14 cm2 = 196 cm2
We know that the side of the square = diameter of the circle = 14 cm
So, side of the square = diameter of the semicircle = 14 cm
∴ Radius of the semicircle = 7 cm
Now, area of the semicircle = (πR2)/2
= (22/7×7×7)/2 cm2 =
= 77 cm2
∴ Area of two semicircles = 2×77 cm2 = 154 cm2
Hence, area of the shaded region = Area of the Square – Area of two semicircles
= 196 cm2 -154 cm2
= 42 cm2
4. Find the area of the shaded region in Fig. 12.22, where a circular arc of radius 6 cm has
been drawn with vertex O of an equilateral triangle OAB of side 12 cm as centre.
Solution:
It is given that OAB is an equilateral triangle having each angle as 60°
Area of the sector is common in both.
Radius of the circle = 6 cm.
Side of the triangle = 12 cm.
Area of the equilateral triangle = (√3/4) (OA)2= (√3/40×122 = 36√3 cm2
Area of the circle = πR2 = (22/7)×62 = 792/7 cm2
Area of the sector making angle 60° = (60°/360°) ×πr2 cm2
= (1/6)×(22/7)× 62 cm2 = 132/7 cm2
Area of the shaded region = Area of the equilateral triangle + Area of the circle – Area of the
sector
= 36√3 cm2 +792/7 cm2-132/7 cm2
= (36√3+660/7) cm2
5. From each corner of a square of side 4 cm a quadrant of a circle of radius 1 cm is cut
and also a circle of diameter 2 cm is cut as shown in Fig. 12.23. Find the area of the
remaining portion of the square.
Solution:
Side of the square = 4 cm
Radius of the circle = 1 cm
Four quadrant of a circle are cut from corner and one circle of radius are cut from middle.
Area of square = (side)2= 42 = 16 cm2
Area of the quadrant = (πR2)/4 cm2 = (22/7)×(12)/4 = 11/14 cm2
∴ Total area of the 4 quadrants = 4 ×(11/14) cm2 = 22/7 cm2
Area of the circle = πR2 cm2 = (22/7×12) = 22/7 cm2
Area of the shaded region = Area of square – (Area of the 4 quadrants + Area of the circle)
= 16 cm2-(22/7) cm2+(22/7) cm2
= 68/7 cm2
6. In a circular table cover of radius 32 cm, a design is formed leaving an equilateral
triangle ABC in the middle as shown in Fig. 12.24. Find the area of the design.
Solution:
Radius of the circle = 32 cm
Draw a median AD of the triangle passing through the centre of the circle.
⇒ BD = AB/2
Since, AD is the median of the triangle
∴ AO = Radius of the circle = (2/3) AD
⇒ (2/3)AD = 32 cm
⇒ AD = 48 cm
In ΔADB,
By Pythagoras theorem,
AB2 = AD2 +BD2
⇒ AB2 = 482+(AB/2)2
⇒ AB2 = 2304+AB2/4
⇒ 3/4 (AB2)= 2304
⇒ AB2 = 3072
⇒ AB= 32√3 cm
Area of ΔADB = √3/4 ×(32√3)2 cm2 = 768√3 cm2
Area of circle = πR2 = (22/7)×32×32 = 22528/7 cm2
Area of the design = Area of circle – Area of ΔADB
= (22528/7 – 768√3) cm2
7. In Fig. 12.25, ABCD is a square of side 14 cm. With centres A, B, C and D, four circles
are drawn such that each circle touch externally two of the remaining three circles. Find
the area of the shaded region.
Solution:
Side of square = 14 cm
Four quadrants are included in the four sides of the square.
∴ Radius of the circles = 14/2 cm = 7 cm
Area of the square ABCD = 142 = 196 cm2
Area of the quadrant = (πR2)/4 cm2 = (22/7) ×72/4 cm2
= 77/2 cm2
Total area of the quadrant = 4×77/2 cm2 = 154cm2
Area of the shaded region = Area of the square ABCD – Area of the quadrant
= 196 cm2 – 154 cm2
= 42 cm2
8. Fig. 12.26 depicts a racing track whose left and right ends are semicircular.
The distance between the two inner parallel line segments is 60 m and they are each 106
m long. If the track is 10 m wide, find:
(i) the distance around the track along its inner edge
(ii) the area of the track.
Solution:
Width of the track = 10 m
Distance between two parallel lines = 60 m
Length of parallel tracks = 106 m
DE = CF = 60 m
Radius of inner semicircle, r = OD = O’C
= 60/2 m = 30 m
Radius of outer semicircle, R = OA = O’B
= 30+10 m = 40 m
Also, AB = CD = EF = GH = 106 m
Distance around the track along its inner edge = CD+EF+2×(Circumference of inner semicircle)
= 106+106+(2×πr) m = 212+(2×22/7×30) m
= 212+1320/7 m = 2804/7 m
Area of the track = Area of ABCD + Area EFGH + 2 × (area of outer semicircle) – 2 × (area of
inner semicircle)
= (AB×CD)+(EF×GH)+2×(πr2/2) -2×(πR2/2) m2
= (106×10)+(106×10)+2×π/2(r2-R2) m2
= 2120+22/7×70×10 m2
= 4320 m2
9. In Fig. 12.27, AB and CD are two diameters of a circle (with centre O) perpendicular to
each other and OD is the diameter of the smaller circle. If OA = 7 cm, find the area of the
shaded region.
Solution:
Radius of larger circle, R = 7 cm
Radius of smaller circle, r = 7/2 cm
Height of ΔBCA = OC = 7 cm
Base of ΔBCA = AB = 14 cm
Area of ΔBCA = 1/2 × AB × OC = (½)×7×14 = 49 cm2
Area of larger circle = πR2 = (22/7)×72 = 154 cm2
Area of larger semicircle = 154/2 cm2 = 77 cm2
Area of smaller circle = πr2 = (22/7)×(7/2)×(7/2) = 77/2 cm2
Area of the shaded region = Area of larger circle – Area of triangle – Area of larger semicircle +
Area of smaller circle
Area of the shaded region = (154-49-77+77/2) cm2
= 133/2 cm2 = 66.5 cm2
10. The area of an equilateral triangle ABC is 17320.5 cm2. With each vertex of the triangle
as centre, a circle is drawn with radius equal to half the length of the side of the triangle
(see Fig. 12.28). Find the area of the shaded region. (Use π = 3.14 and √3 = 1.73205)
Solution:
ABC is an equilateral triangle.
∴ ∠ A = ∠ B = ∠ C = 60°
There are three sectors each making 60°.
Area of ΔABC = 17320.5 cm2
⇒ √3/4 ×(side)2 = 17320.5
⇒ (side)2 =17320.5×4/1.73205
⇒ (side)2 = 4×104
⇒ side = 200 cm
Radius of the circles = 200/2 cm = 100 cm
Area of the sector = (60°/360°)×π r2 cm2
= 1/6×3.14×(100)2 cm2
= 15700/3cm2
Area of 3 sectors = 3×15700/3 = 15700 cm2
Thus, area of the shaded region = Area of equilateral triangle ABC – Area of 3 sectors
= 17320.5-15700 cm2 = 1620.5 cm2
11. On a square handkerchief, nine circular designs each of radius 7 cm are made (see
Fig. 12.29). Find the area of the remaining portion of the handkerchief.
Solution:
Number of circular designs = 9
Radius of the circular design = 7 cm
There are three circles in one side of square handkerchief.
∴ Side of the square = 3×diameter of circle = 3×14 = 42 cm
Area of the square = 42×42 cm2 = 1764 cm2
Area of the circle = π r2 = (22/7)×7×7 = 154 cm2
Total area of the design = 9×154 = 1386 cm2
Area of the remaining portion of the handkerchief = Area of the square – Total area of the design
= 1764 – 1386 = 378 cm2
12. In Fig. 12.30, OACB is a quadrant of a circle with centre O and radius 3.5 cm. If OD = 2
cm, find the area of the
(i) quadrant OACB,
(ii) shaded region.
Solution:
Radius of the quadrant = 3.5 cm = 7/2 cm
(i) Area of quadrant OACB = (πR2)/4 cm2
= (22/7)×(7/2)×(7/2)/4 cm2
= 77/8 cm2
(ii) Area of triangle BOD = (½)×(7/2)×2 cm2
= 7/2 cm2
Area of shaded region = Area of quadrant – Area of triangle BOD
= (77/8)-(7/2) cm2 = 49/8 cm2
= 6.125 cm2
13. In Fig. 12.31, a square OABC is inscribed in a quadrant OPBQ. If OA = 20 cm, find the
area of the shaded region. (Use π = 3.14)
Solution:
Side of square = OA = AB = 20 cm
Radius of the quadrant = OB
OAB is right angled triangle
By Pythagoras theorem in ΔOAB,
OB2 = AB2+OA2
⇒ OB2 = 202 +202
⇒ OB2 = 400+400
⇒ OB2 = 800
⇒ OB= 20√2 cm
Area of the quadrant = (πR2)/4 cm2 = (3.14/4)×(20√2)2 cm2 = 628cm2
Area of the square = 20×20 = 400 cm2
Area of the shaded region = Area of the quadrant – Area of the square
= 628-400 cm2 = 228cm2
14. AB and CD are respectively arcs of two concentric circles of radii 21 cm and 7 cm and
centre O (see Fig. 12.32). If ∠AOB = 30°, find the area of the shaded region.
Solution:
Radius of the larger circle, R = 21 cm
Radius of the smaller circle, r = 7 cm
Angle made by sectors of both concentric circles = 30°
Area of the larger sector = (30°/360°)×πR2 cm2
= (1/12)×(22/7)×212 cm2
= 231/2cm2
Area of the smaller circle = (30°/360°)×πr2 cm2
= 1/12×22/7×72 cm2
=77/6 cm2
Area of the shaded region = (231/2) – (77/6) cm2
= 616/6 cm2 = 308/3cm2
15. In Fig. 12.33, ABC is a quadrant of a circle of radius 14 cm and a semicircle is drawn
with BC as diameter. Find the area of the shaded region.
Solution:
Radius of the quadrant ABC of circle = 14 cm
AB = AC = 14 cm
BC is diameter of semicircle.
ABC is right angled triangle.
By Pythagoras theorem in ΔABC,
BC2 = AB2 +AC2
⇒ BC2 = 142 +142
⇒ BC = 14√2 cm
Radius of semicircle = 14√2/2 cm = 7√2 cm
Area of ΔABC =( ½)×14×14 = 98 cm2
Area of quadrant = (¼)×(22/7)×(14×14) = 154 cm2
Area of the semicircle = (½)×(22/7)×7√2×7√2 = 154 cm2
Area of the shaded region =Area of the semicircle + Area of ΔABC – Area of quadrant
= 154 +98-154 cm2 = 98cm2
16. Calculate the area of the designed region in Fig. 12.34 common between the two
quadrants of circles of radius 8 cm each.
Solution:
AB = BC = CD = AD = 8 cm
Area of ΔABC = Area of ΔADC = (½)×8×8 = 32 cm2
Area of quadrant AECB = Area of quadrant AFCD = (¼)×22/7×82
= 352/7 cm2
Area of shaded region = (Area of quadrant AECB – Area of ΔABC) = (Area of quadrant AFCD –
Area of ΔADC)
= (352/7 -32)+(352/7- 32) cm2
= 2×(352/7-32) cm2
= 256/7 cm2
Exercise: 13.1 (Page No: 244)
1. 2 cubes each of volume 64 cm3 are joined end to end. Find the surface area of the
resulting cuboid.
Answer:
The diagram is given as:
Given,
The Volume (V) of each cube is = 64 cm3
This implies that a3 = 64 cm3
∴ a = 4 cm
Now, the side of the cube = a = 4 cm
Also, the length and breadth of the resulting cuboid will be 4 cm each. While its height will be 8
cm.
So, the surface area of the cuboid = 2(lb+bh+lh)
= 2(8×4+4×4+4×8) cm2
= 2(32+16+32) cm2
= (2×80) cm2 = 160 cm2
2. A vessel is in the form of a hollow hemisphere mounted by a hollow cylinder. The
diameter of the hemisphere is 14 cm and the total height of the vessel is 13 cm. Find the
inner surface area of the vessel.
Answer:
The diagram is as follows:
Given that the radius of the cone and the hemisphere (r) = 3.5 cm or 7/2 cm
The total height of the toy is given as 15.5 cm.
So, the height of the cone (h) = 15.5-3.5 = 12 cm
∴ The curved surface area of cone = πrl
(22/7)×(7/2)×(25/2) = 275/2 cm2
Also, the curved surface area of the hemisphere = 2πr2
2×(22/7)×(7/2)2
= 77 cm2
Now, the Total surface area of the toy = CSA of cone + CSA of hemisphere
= (275/2)+77 cm2
= (275+154)/2 cm2
= 429/2 cm2 = 214.5cm2
So, the total surface area (TSA) of the toy is 214.5cm2
4. A cubical block of side 7 cm is surmounted by a hemisphere. What is the greatest
diameter the hemisphere can have? Find the surface area of the solid.
Answer:
It is given that each side of cube is 7 cm. So, the radius will be 7/2 cm.
We know,
The total surface area of solid (TSA) = surface area of cubical block + CSA of hemisphere – Area
of base of hemisphere
∴ TSA of solid = 6×(side)2+2πr2-πr2
= 6×(side)2+πr2
= 6×(7)2+(22/7)×(7/2)×(7/2)
= (6×49)+(77/2)
= 294+38.5 = 332.5 cm2
So, the surface area of the solid is 332.5 cm2
5. A hemispherical depression is cut out from one face of a cubical wooden block such
that the diameter l of the hemisphere is equal to the edge of the cube. Determine the
surface area of the remaining solid.
Answer:
The diagram is as follows:
Answer:
Two hemisphere and one cylinder are shown in the figure given below.
Here, the diameter of the capsule = 5 mm
∴ Radius = 5/2 = 2.5 mm
Now, the length of the capsule = 14 mm
So, the length of the cylinder = 14-(2.5+2.5) = 9 mm
∴ The surface area of a hemisphere = 2πr2 = 2×(22/7)×2.5×2.5
= 275/7 mm2
Now, the surface area of the cylinder = 2πrh
= 2×(22/7)×2.5×9
(22/7)×45 = 990/7 mm2
Thus, the required surface area of medicine capsule will be
= 2×surface area of hemisphere + surface area of the cylinder
= (2×275/7) × 990/7
(550/7) + (990/7) = 1540/7 = 220 mm2
7. A tent is in the shape of a cylinder surmounted by a conical top. If the height and
diameter of the cylindrical part are 2.1 m and 4 m respectively, and the slant height of the
top is 2.8 m, find the area of the canvas used for making the tent. Also, find the cost of the
canvas of the tent at the rate of Rs 500 per m2. (Note that the base of the tent will not be
covered with canvas.)
Answer:
It is known that a tent is a combination of cylinder and a cone.
= π cm3
2. Rachel, an engineering student, was asked to make a model shaped like a cylinder with
two cones attached at its two ends by using a thin aluminum sheet. The diameter of the
model is 3 cm and its length is 12 cm. If each cone has a height of 2 cm, find the volume
of air contained in the model that Rachel made. (Assume the outer and inner dimensions
of the model to be nearly the same.)
Solution:
Given,
Height of cylinder = 12–4 = 8 cm
Radius = 1.5 cm
Height of cone = 2 cm
Now, the total volume of the air contained will be = Volume of cylinder+2×(Volume of cone)
∴ Total volume = πr2h+[2×(⅓ πr2h )]
= 18 π+2(1.5 π)
= 66 cm3.
3. A Gulab jamun contains sugar syrup up to about 30% of its volume. Find approximately
how much syrup would be found in 45 Gulab jamuns, each shaped like a cylinder with two
hemispherical ends with length 5 cm and diameter 2.8 cm (see figure).
Solution:
It is known that the gulab jamuns are similar to a cylinder with two hemispherical ends.
So, the total height of a gulab jamun = 5 cm.
Diameter = 2.8 cm
So, radius = 1.4 cm
∴ The height of the cylindrical part = 5 cm–(1.4+1.4) cm
=2.2 cm
Now, total volume of One Gulab Jamun = Volume of Cylinder + Volume of two hemispheres
= πr2h+(4/3)πr3
= 4.312π+(10.976/3) π
= 25.05 cm3
We know that the volume of sugar syrup = 30% of total volume
So, volume of sugar syrup in 45 gulab jamuns = 45×30%(25.05 cm3)
= 45×7.515 = 338.184 cm3
4. A pen stand made of wood is in the shape of a cuboid with four conical depressions to
hold pens. The dimensions of the cuboid are 15 cm by 10 cm by 3.5 cm. The radius of
each of the depressions is 0.5 cm and the depth is 1.4 cm. Find the volume of wood in the
entire stand (see Fig.).
Solution:
Volume of cuboid = length x width x height
We know the cuboid’s dimensions as 15 cmx10 cmx3.5 cm
So, the volume of the cuboid = 15x10x3.5 = 525 cm3
Here, depressions are like cones and we know,
Volume of cone = (⅓)πr2h
Given, radius (r) = 0.5 cm and depth (h) = 1.4 cm
∴ Volume of 4 cones = 4x(⅓)πr2h
= 1.46 cm2
Now, volume of wood = Volume of cuboid – 4 x volume of cone
= 525-1.46 = 523.54 cm2
5. A vessel is in the form of an inverted cone. Its height is 8 cm and the radius of its top,
which is open, is 5 cm. It is filled with water up to the brim. When lead shots, each of
which is a sphere of radius 0.5 cm are dropped into the vessel, one-fourth of the water
flows out. Find the number of lead shots dropped in the vessel.
Solution:
For the cone,
Radius = 5 cm,
Height = 8 cm
Also,
Radius of sphere = 0.5 cm
The diagram will be like
It is known that,
Volume of cone = volume of water in the cone
= ⅓πr2h = (200/3)π cm3
Now,
Total volume of water overflown= (¼)×(200/3) π =(50/3)π
Volume of lead shot
= (4/3)πr3
= (1/6) π
Now,
The number of lead shots = Total Volume of Water over flown/ Volume of Lead shot
= (50/3)π/(⅙)π
= (50/3)×6 = 100
6. A solid iron pole consists of a cylinder of height 220 cm and base diameter 24 cm,
which is surmounted by another cylinder of height 60 cm and radius 8 cm. Find the mass
of the pole, given that 1 cm3 of iron has approximately 8 g mass.
Solution:
Given, the height of the big cylinder (H) = 220 cm
Radius of the base (R) = 24/12 = 12 cm
So, the volume of the big cylinder = πR2H
= π(12)2 × 220 cm3
= 99565.8 cm3
Now, the height of smaller cylinder (h) = 60 cm
Radius of the base (r) = 8 cm
So, the volume of the smaller cylinder = πr2h
= π(8)2×60 cm3
= 12068.5 cm3
∴ Volume of iron = Volume of the big cylinder+ Volume of the small cylinder
= 99565.8 + 12068.5
=111634.5 cm3
We know,
Mass = Density x volume
So, mass of the pole = 8×111634.5
= 893 Kg (approx.)
7. A solid consisting of a right circular cone of height 120 cm and radius 60 cm standing
on a hemisphere of radius 60 cm is placed upright in a right circular cylinder full of water
such that it touches the bottom. Find the volume of water left in the cylinder, if the radius
of the cylinder is 60 cm and its height is 180 cm.
Solution:
Here, the volume of water left will be = Volume of cylinder – Volume of solid
Given,
Radius of cone = 60 cm,
Height of cone = 120 cm
Radius of cylinder = 60 cm
Height of cylinder = 180 cm
Radius of hemisphere = 60 cm
Now,
Total volume of solid = Volume of Cone + Volume of hemisphere
Volume of cone = π×122×103cm3 = 144×103π cm3
So, Total volume of solid = 144×103π cm3 -(⅔)×π×103 cm3
Volume of hemisphere = (⅔)×π×103 cm3
Volume of cylinder = π×602×180 = 648000 = 648×103 π cm3
Now, volume of water left will be = Volume of cylinder – Volume of solid
= (648-288) × 103×π = 1.131 m3
8. A spherical glass vessel has a cylindrical neck 8 cm long, 2 cm in diameter; the
diameter of the spherical part is 8.5 cm. By measuring the amount of water it holds, a
child finds its volume to be 345 cm3. Check whether she is correct, taking the above as the
inside measurements, and π = 3.14.
Solution:
Given,
For the cylinder part, Height (h) = 8 cm and Radius (R) = (2/2) cm = 1 cm
For the spherical part, Radius (r) = (8.5/2) = 4.25 cm
Now, volume of this vessel = Volume of cylinder + Volume of sphere
= π×(1)2×8+(4/3)π(4.25)3
= 346.51 cm3
Given,
Height (h1) of cylindrical part of the bucket = 32 cm
Radius (r1) of circular end of the bucket = 18 cm
Height of the conical heap ((h2) = 24 cm
Now, let “r2” be the radius of the circular end of the conical heap.
We know that volume of the sand in the cylindrical bucket will be equal to the volume of sand in
the conical heap.
∴ Volume of sand in the cylindrical bucket = Volume of sand in conical heap
π×r12×h1 = (⅓)×π×r22×h2
π×182×32 = (⅓)×π ×r22×24
Or, r2= 36 cm
And,
Slant height (l) = √(362+242) = 12√13 cm.
8. Water in a canal, 6 m wide and 1.5 m deep, is flowing with a speed of 10 km/h. How
much area will it irrigate in 30 minutes, if 8 cm of standing water is needed?
Solution:
It is given that the canal is the shape of a cuboid with dimensions as:
Breadth (b) = 6 m and Height (h) = 1.5 m
It is also given that
The speed of canal = 10 km/hr
Length of canal covered in 1 hour = 10 km
Length of canal covered in 60 minutes = 10 km
Length of canal covered in 1 min = (1/60)x10 km
Length of canal covered in 30 min (l) = (30/60)x10 = 5km = 5000 m
We know that the canal is cuboidal in shape. So,
Volume of canal = lxbxh
= 5000x6x1.5 m3
= 45000 m3
Now,
Volume of water in canal = Volume of area irrigated
= Area irrigated x Height
So, Area irrigated = 56.25 hectares
∴ Volume of canal = lxbxh
45000 = Area irrigatedx8 cm
45000 = Area irrigated x (8/100)m
Or, Area irrigated = 562500 m2 = 56.25 hectares.
9. A farmer connects a pipe of internal diameter 20 cm from a canal into a cylindrical tank
in her field, which is 10 m in diameter and 2 m deep. If water flows through the pipe at the
rate of 3 km/h, in how much time will the tank be filled?
Solution:
Consider the following diagram-
Volume of water that flows in t minutes from pipe = t×0.5π m3
Volume of water that flows in t minutes from pipe = t×0.5π m3
Radius (r2) of circular end of cylindrical tank =10/2 = 5 m
Depth (h2) of cylindrical tank = 2 m
Let the tank be filled completely in t minutes.
Volume of water filled in tank in t minutes is equal to the volume of water flowed in t minutes from
the pipe.
Volume of water that flows in t minutes from pipe = Volume of water in tank
t×0.5π = π×r22×h2
Or, t = 100 minutes
Solution:
Given,
For the lower circular end, radius (r1) = 10 cm
For the upper circular end, radius (r2) = 4 cm
Slant height (l) of frustum = 15 cm
Now,
The area of material to be used for making the fez = CSA of frustum + Area of upper circular end
CSA of frustum = π(r1+r2)×l
= 210π
And, Area of upper circular end = πr22
= 16π
∴ The area of material used = 710 × (2/7) cm2
4. A container, opened from the top and made up of a metal sheet, is in the form of a
frustum of a cone of height 16 cm with radii of its lower and upper ends as 8 cm and 20
cm, respectively. Find the cost of the milk which can completely fill the container, at the
rate of Rs. 20 per litre. Also find the cost of metal sheet used to make the container, if it
costs Rs. 8 per 100 cm2.
Solution:
Given,
r1 = 20 cm,
r2 = 8 cm and
h = 16 cm
∴ Volume of the frustum = (⅓)×π×h(r12+r22+r1r2)
= Rs. 209
Now, slant height will be
= 1758.4 cm2
Hence, the total metal that would be required to make container will be = 1758.4 + (Area of
bottom circle)
= 1758.4+201 = 1959.4 cm2
∴ Total cost of metal = Rs. (8/100) × 1959.4 = Rs. 157
5. A metallic right circular cone 20 cm high and whose vertical angle is 60° is cut into two
parts at the middle of its height by a plane parallel to its base. If the frustum so obtained is
drawn into a wire of diameter 1/16 cm, find the length of the wire.
Solution:
The diagram will be as follows
Consider AEG
Radius (r1) of upper end of frustum = (10√3)/3 cm
Radius (r2) of lower end of container = (20√3)/3 cm
Height (r3) of container = 10 cm
Now,
Volume of the frustum = (⅓)×π×h(r12+r22+r1r2)
Now, the length of wire required to cover the whole surface = length of wire required to complete
40 rounds
40 x 31.4 cm = 1256 cm
Radius of the wire = 0.3/2 = 0.15 cm
Volume of wire = Area of cross-section of wire × Length of wire
= π(0.15)2×1257.14
= 88.898 cm3
We know,
Mass = Volume × Density
= 88.898×8.88
= 789.41 gm
2. A right triangle whose sides are 3 cm and 4 cm (other than hypotenuse) is made to
revolve about its hypotenuse. Find the volume and surface area of the double cone so
formed. (Choose value of π as found appropriate)
Solution:
Draw the diagram as follows:
= 52.75 cm2
3. A cistern, internally measuring 150 cm × 120 cm × 100 cm, has 129600 cm3 of water in it.
Porous bricks are placed in the water until the cistern is full to the brim. Each brick
absorbs one-seventeenth of its own volume of water. How many bricks can be put in
without overflowing the water, each being 22.5 cm × 7.5 cm × 6.5 cm?
Solution:
Given that the dimension of the cistern = 150 × 120 × 110
So, volume = 1980000 cm3
Volume to be filled in cistern = 1980000 – 129600
= 1850400 cm3
Now, let the number of bricks placed be “n”
So, volume of n bricks will be = n×22.5×7.5×6.5
Now as each brick absorbs one-seventeenth of its volume, the volume will be
= n/(17)×(22.5×7.5×6.5)
For the condition given in the question,
The volume of n bricks has to be equal to volume absorbed by n bricks + Volume to be filled in
cistern
Or, n×22.5×7.5×6.5 = 1850400+n/(17)×(22.5×7.5×6.5)
Solving this we get,
n = 1792.41
4. In one fortnight of a given month, there was a rainfall of 10 cm in a river valley. If the
area of the valley is 97280 km2, show that the total rainfall was approximately equivalent to
the addition to the normal water of three rivers each 1072 km long, 75 m wide and 3 m
deep.
Solution:
From the question, it is clear that
Total volume of 3 rivers = 3×[(Surface area of a river)×Depth]
Given,
Surface area of a river = [1072×(75/1000)] km
And,
Depth = (3/1000) km
Now, volume of 3 rivers = 3×[1072×(75/1000)]×(3/1000)
= 0.72 km3
Now, volume of rainfall = total surface area × total height of rain
= 9.7 km3
For the total rainfall was approximately equivalent to the addition to the normal water of three
rivers, the volume of rainfall has to be equal to volume of 3 rivers.
But, 9.7 km3 ≠ 0.72 km3
So, the question statement is false.
5. An oil funnel made of tin sheet consists of a 10 cm long cylindrical portion attached to a
frustum of a cone. If the total height is 22 cm, diameter of the cylindrical portion is 8 cm
and the diameter of the top of the funnel is 18 cm, find the area of the tin sheet required to
make the funnel (see Fig.).
Solution:
Given,
Diameter of upper circular end of frustum part = 18 cm
So, radius (r1) = 9 cm
Now, the radius of the lower circular end of frustum (r2) will be equal to the radius of the circular
end of the cylinder
So, r2 = 8/2 = 4 cm
Now, height (h1) of the frustum section = 22 – 10 = 12 cm
And,
Height (h2) of cylindrical section = 10 cm (given)
Now, the slant height will be-
Or, l = 13 cm
Area of tin sheet required = CSA of frustum part + CSA of cylindrical part
= π(r1+r2)l+2πr2h2
Solving this we get,
Area of tin sheet required = 782×(4/7) cm2
6. Derive the formula for the curved surface area and total surface area of the frustum of a
cone, given to you in Section 13.5, using the symbols as explained.
Solution:
Consider the diagram
Let ABC be a cone. From the cone the frustum DECB is cut by a plane parallel to its base. Here,
r1 and r2 are the radii of the frustum ends of the cone and h be the frustum height.
Now, consider the ΔABG and ΔADF,
Here, DF||BG
So, ΔABG ~ ΔADF
Now, by rearranging we get,
The total surface area of frustum will be equal to the total CSA of frustum + the area of upper
circular end + area of the lower circular end
= π(r1+r2)l+πr22+πr12
∴ Surface area of frustum = π[r1+r2)l+r12+r22]
7. Derive the formula for the volume of the frustum of a cone.
Solution:
Consider the same diagram as the previous question.
Now, approach the question in the same way as the previous one and prove that
ΔABG ~ ΔADF
Again,
Number of Houses 1 2 1 5 6 2 3
Which method did you use for finding the mean, and why?
Solution:
In order to find the mean value, we will use direct method because the numerical value of fi and
xi are small.
Find the midpoint of the given interval using the formula.
Midpoint (xi) = (upper limit + lower limit)/2
0-2 1 1 1
2-4 2 3 6
4-6 1 5 5
6-8 5 7 35
8-10 6 9 54
10-12 2 11 22
12-14 3 13 39
140-160 8 150 0 0
160-180 6 170 1 6
180-200 10 190 2 20
Daily Pocket Allowance(in c) 11-13 13-15 15-17 17-19 19-21 21-23 23-35
Number of children 7 6 9 13 f 5 4
Solution:
To find out the missing frequency, use the mean formula.
Here, the value of mid-point (xi) mean x̄ = 18
11-13 7 12 84
13-15 6 14 84
15-17 9 16 144
17-19 13 18 = A 234
19-21 f 20 20f
21-23 5 22 110
23-25 4 24 96
Number of heart beats per minute 65-68 68-71 71-74 74-77 77-80 80-83 83-86
Number of women 2 4 3 8 7 4 2
Solution:
From the given data, let us assume the mean as A = 75.5
xi = (Upper limit + Lower limit)/2
Class size (h) = 3
Now, find the ui and fiui as follows:
65-68 2 66.5 -3 -6
68-71 4 69.5 -2 -8
71-74 3 72.5 -1 -3
74-77 8 75.5 0 0
77-80 7 78.5 1 7
80-83 4 81.5 3 8
83-86 2 84.5 3 6
49.5-52.5 15 51 -6 90
55.5-58.5 135 57 = A 0 0
Number of households 4 5 12 2 2
Solution:
Find the midpoint of the given interval using the formula.
Midpoint (xi) = (upper limit + lower limit)/2
Let is assume the mean (A) = 225
Class size (h) = 50
200-250 12 225 0 0 0
250-300 2 275 50 1 2
0.00 – 0.04 4
0.04 – 0.08 9
0.08 – 0.12 9
0.12 – 0.16 2
0.16 – 0.20 4
0.20 – 0.24 2
Find the mean concentration of SO2 in the air.
Solution:
To find out the mean, first find the midpoint of the given frequencies as follows:
Number of students 11 10 7 4 4 3 1
Solution:
Find the midpoint of the given interval using the formula.
Midpoint (xi) = (upper limit + lower limit)/2
0-6 11 3 33
6-10 10 8 80
10-14 7 12 84
14-20 4 17 68
20-28 4 24 96
28-38 3 33 99
38-40 1 39 39
Number of cities 3 10 11 8 3
Solution:
Find the midpoint of the given interval using the formula.
Midpoint (xi) = (upper limit + lower limit)/2
In this case, the value of mid-point (xi) is very large, so let us assume the mean value, A = 70
and class interval is h = 10.
So, ui = (xi-A)/h = ui = (xi-70)/10
Substitute and find the values as follows:
45-55 3 50 -20 -2 -6
55-65 10 60 -10 -1 -10
65-75 11 70 0 0 0
75-85 8 80 10 1 8
85-95 3 90 20 2 6
Number of patients 6 11 21 23 14 5
Find the mode and the mean of the data given above. Compare and interpret the two
measures of central tendency.
Solution:
To find out the modal class, let us the consider the class interval with high frequency
Here, the greatest frequency = 23, so the modal class = 35 – 45,
l = 35,
class width (h) = 10,
fm = 23,
f1 = 21 and f2 = 14
The formula to find the mode is
Mode = l+ [(fm-f1)/(2fm-f1-f2)]×h
Substitute the values in the formula, we get
Mode = 35+[(23-21)/(46-21-14)]×10
Mode = 35+(20/11) = 35+1.8
Mode = 36.8 year
So the mode of the given data = 36.8 year
Calculation of Mean:
First find the midpoint using the formula, xi = (upper limit +lower limit)/2
5-15 6 10 60
15-25 11 20 220
25-35 21 30 630
35-45 23 40 920
45-55 14 50 700
55-65 5 60 300
Frequency 10 35 52 61 38 29
Determine the modal lifetimes of the components.
Solution:
From the given data the modal class is 60–80.
l = 60,
The frequencies are:
fm = 61, f1 = 52, f2 = 38 and h = 20
The formula to find the mode is
Mode = l+ [(fm-f1)/(2fm-f1-f2)]×h
Substitute the values in the formula, we get
Mode =60+[(61-52)/(122-52-38)]×20
Mode = 60+((9 x 20)/32)
Mode = 60+(45/8) = 60+ 5.625
Therefore, modal lifetime of the components = 65.625 hours.
3. The following data gives the distribution of total monthly household expenditure of 200
families of a village. Find the modal monthly expenditure of the families. Also, find the
mean monthly expenditure:
1000-1500 24
1500-2000 40
2000-2500 33
2500-3000 28
3000-3500 30
3500-4000 22
4000-4500 16
4500-5000 7
Solution:
Given data:
Modal class = 1500-2000,
l = 1500,
Frequencies:
fm = 40 f1 = 24, f2 = 33 and
h = 500
Mode formula:
Mode = l+ [(fm-f1)/(2fm-f1-f2)]×h
Substitute the values in the formula, we get
Mode =1500+[(40-24)/(80-24-33)]×500
Mode = 1500+((16×500)/23)
Mode = 1500+(8000/23) = 1500 + 347.83
Therefore, modal monthly expenditure of the families = Rupees 1847.83
Calculation for mean:
First find the midpoint using the formula, xi =(upper limit +lower limit)/2
Let us assume a mean, A be 2750
2500-3000 28 2750 0 0 0
15-20 3
20-25 8
25-30 9
30-35 10
35-40 3
40-45 0
45-50 0
50-55 2
Solution:
Given data:
Modal class = 30 – 35,
l = 30,
Class width (h) = 5,
fm = 10, f1 = 9 and f2 = 3
Mode Formula:
Mode = l+ [(fm-f1)/(2fm-f1-f2)]×h
Substitute the values in the given formula
Mode = 30+((10-9)/(20-9-3))×5
Mode = 30+(5/8) = 30+0.625
Mode = 30.625
Therefore, the mode of the given data = 30.625
Calculation of mean:
Find the midpoint using the formula, xi =(upper limit +lower limit)/2
40-45 0 42.5 0
45-50 0 47.5 0
4000-5000 18
5000-6000 9
6000-7000 7
7000-8000 6
8000-9000 3
9000-10000 1
10000-11000 1
Find the mode of the data.
Solution:
Given data:
Modal class = 4000 – 5000,
l = 4000,
class width (h) = 1000,
fm = 18, f1 = 4 and f2 = 9
Mode Formula:
Mode = l+ [(fm-f1)/(2fm-f1-f2)]×h
Substitute the values
Mode = 4000+((18-4)/(36-4-9))×1000
Mode = 4000+(14000/23) = 4000+608.695
Mode = 4608.695
Mode = 4608.7 (approximately)
Thus, the mode of the given data is 4608.7 runs
6. A student noted the number of cars passing through a spot on a road for 100 periods
each of 3 minutes and summarized it in the table given below. Find the mode of the data:
0-10 7
10-20 14
20-30 13
30-40 12
40-50 20
50-60 11
60-70 15
70-80 8
Solution:
Given Data:
Modal class = 40 – 50, l = 40,
Class width (h) = 10, fm = 20, f1 = 12 and f2 = 11
Mode = l+ [(fm-f1)/(2fm-f1-f2)]×h
Substitute the values
Mode = 40+((20-12)/(40-12-11))×10
Mode = 40 + (80/17) = 40 + 4.7 = 44.7
Thus, the mode of the given data is 44.7 cars
65-85 4
85-105 5
105-125 13
125-145 20
145-165 14
165-185 8
185-205 4
Solution:
Find the cumulative frequency of the given data as follows:
85-105 5 9
105-125 13 22
125-145 20 42
145-165 14 56
165-185 8 64
185-205 4 68
N=68
From the table, it is observed that, n = 68 and hence n/2=34
Hence, the median class is 125-145 with cumulative frequency = 42
Where, l = 125, n = 68, Cf = 22, f = 20, h = 20
Median is calculated as follows:
=125+((34−22)/20) × 20
=125+12 = 137
Therefore, median = 137
To calculate the mode:
Modal class = 125-145,
f1=20, f0=13, f2=14 & h = 20
Mode formula:
Mode = l+ [(f1-f0)/(2f1-f0-f2)]×h
Mode = 125 + ((20-13)/(40-13-14))×20
=125+(140/13)
=125+10.77
=135.77
Therefore, mode = 135.77
Calculate the Mean:
125-145 20 135 0 0 0
145-165 14 155 20 1 14
165-185 8 175 40 2 16
185-205 4 195 60 3 12
0-10 5
10-20 x
20-30 20
30-40 15
40-50 y
50-60 5
Total 60
Solution:
Given data, n = 60
Median of the given data = 28.5
Where, n/2 = 30
Median class is 20 – 30 with a cumulative frequency = 25+x
Lower limit of median class, l = 20,
Cf = 5+x,
f = 20 & h = 10
Substitute the values
28.5=20+((30−5−x)/20) × 10
8.5 = (25 – x)/2
17 = 25-x
Therefore, x =8
Now, from cumulative frequency, we can identify the value of x + y as follows:
Since,
60=5+20+15+5+x+y
Now, substitute the value of x, to find y
60 = 5+20+15+5+8+y
y = 60-53
y=7
Therefore, the value of x = 8 and y = 7.
3. The Life insurance agent found the following data for the distribution of ages of 100
policy holders. Calculate the median age, if policies are given only to the persons whose
age is 18 years onwards but less than the 60 years.
Below 20 2
Below 25 6
Below 30 24
Below 35 45
Below 40 78
Below 45 89
Below 50 92
Below 55 98
Below 60 100
Solution:
20-25 4 6
25-30 18 24
30-35 21 45
35-40 33 78
40-45 11 89
45-50 3 92
50-55 6 98
55-60 2 100
Given data: n = 100 and n/2 = 50
Median class = 35-45
Then, l = 35, cf = 45, f = 33 & h = 5
Median = 35+((50-45)/33) × 5
= 35 + (5/33)5
= 35.75
Therefore, the median age = 35.75 years.
4. The lengths of 40 leaves in a plant are measured correctly to the nearest millimeter, and
the data obtained is represented as in the following table:
118-126 3
127-135 5
136-144 9
145-153 12
154-162 5
163-171 4
172-180 2
Find the median length of leaves.
Solution:
Since the data are not continuous reduce 0.5 in the lower limit and add 0.5 in the upper limit.
117.5-126.5 3 3
126.5-135.5 5 8
135.5-144.5 9 17
144.5-153.5 12 29
153.5-162.5 5 34
162.5-171.5 4 38
171.5-180.5 2 40
So, the data obtained are:
n = 40 and n/2 = 20
Median class = 144.5-153.5
then, l = 144.5,
cf = 17, f = 12 & h = 9
Median = 144.5+((20-17)/12)×9
= 144.5+(9/4)
= 146.75 mm
Therefore, the median length of the leaves = 146.75 mm.
5. The following table gives the distribution of a life time of 400 neon lamps.
1500-2000 14
2000-2500 56
2500-3000 60
3000-3500 86
3500-4000 74
4000-4500 62
4500-5000 48
Find the median lifetime of a lamp.
Solution:
1500-2000 14 14
2000-2500 56 70
2500-3000 60 130
3000-3500 86 216
3500-4000 74 290
4000-4500 62 352
4500-5000 48 400
Data:
n = 400 &n/2 = 200
Median class = 3000 – 3500
Therefore, l = 3000, Cf = 130,
f = 86 & h = 500
Number of surnames 6 30 40 16 4 4
Determine the number of median letters in the surnames. Find the number of mean letters
in the surnames and also, find the size of modal in the surnames.
Solution:
To calculate median:
1-4 6 6
4-7 30 36
7-10 40 76
10-13 16 92
13-16 4 96
16-19 4 100
Given:
n = 100 &n/2 = 50
Median class = 7-10
Therefore, l = 7, Cf = 36, f = 40 & h = 3
Median = 7+((50-36)/40) × 3
Median = 7+42/40
Median=8.05
Calculate the Mode:
Modal class = 7-10,
Where, l = 7, f1 = 40, f0 = 30, f2 = 16 & h = 3
Mode = 7+((40-30)/(2×40-30-16)) × 3
= 7+(30/34)
= 7.88
Therefore mode = 7.88
Calculate the Mean:
1-4 6 2.5 15
13-16 4 14.5 51
16-19 4 17.5 70
Number of students 2 3 8 6 6 3 2
Solution:
40-45 2 2
45-50 3 5
50-55 8 13
55-60 6 19
60-65 6 25
65-70 3 28
70-75 2 30
Given: n = 30 and n/2= 15
Median class = 55-60
l = 55, Cf = 13, f = 6 & h = 5
Median = 55+((15-13)/6)×5
Median=55 + (10/6) = 55+1.666
Median =56.67
Therefore, the median weight of the students = 56.67
Number of workers 12 14 8 6 10
Solution
Convert the given distribution table to a less than type cumulative frequency distribution, and we
get
Less than 38 0
Less than 40 3
Less than 42 5
Less than 44 9
Less than 46 14
Less than 48 28
Less than 50 32
Less than 52 35
Draw a less than type ogive for the given data. Hence obtain the median weight from the
graph and verify the result by using the formula.
Solution:
From the given data, to represent the table in the form of graph, choose the upper limits of the
class intervals are in x-axis and frequencies on y-axis by choosing the convenient scale. Now
plot the points corresponding to the ordered pairs given by (38, 0), (40, 3), (42, 5), (44, 9),(46,
14), (48, 28), (50, 32) and (52, 35) on a graph paper an join them to get a smooth curve. The
curve obtained is known as less than type ogive.
Locate the point 17.5 on the y-axis and draw a line parallel to the x-axis cutting the curve at a
point. From the point, draw a perpendicular line to the x-axis. The intersection point
perpendicular to x-axis is the median of the given data. Now, to find the mode by making a table.
Less than 38 0 0
= 46 + 0.95 = 46.95
Thus, mode is verified.
3. The following tables gives production yield per hectare of wheat of 100 farms of a
village.
Solution:
Total number of possible outcomes = 8
P(E) = (Number of favourable outcomes/ Total number of outcomes)
(i) Total number of favourable events (i.e. 8) = 1
∴ P (pointing at 8) = ⅛ = 0.125
(ii) Total number of odd numbers = 4 (1, 3, 5 and 7)
P (pointing at an odd number) = 4/8 = ½ = 0.5
(iii) Total numbers greater than 2 = 6 (3, 4, 5, 6, 7 and 8)
P (pointing at a number greater than 4) = 6/8 = ¾ = 0.75
(iv) Total numbers less than 9 = 8 (1, 2, 3, 4, 5, 6, 7, and 8)
P (pointing at a number less than 9) = 8/8 = 1
13. A die is thrown once. Find the probability of getting
(i) a prime number;
(ii) a number lying between 2 and 6;
(iii) an odd number.
Solution:
Total possible events when a dice is thrown = 6 (1, 2, 3, 4, 5, and 6)
P(E) = (Number of favourable outcomes/ Total number of outcomes)
(i) Total number of prime numbers = 3 (2, 3 and 5)
P (getting a prime number) = 3/6 = ½ = 0.5
(ii) Total numbers lying between 2 and 6 = 3 (3, 4 and 5)
P (getting a number between 2 and 6) = 3/6 = ½ = 0.5
(iii) Total number of odd numbers = 3 (1, 3 and 5)
P (getting an odd number) = 3/6 = ½ = 0.5
14. One card is drawn from a well-shuffled deck of 52 cards. Find the probability of getting
(i) a king of red colour
(ii) a face card
(iii) a red face card
(iv) the jack of hearts
(v) a spade
(vi) the queen of diamonds
Solution:
Total number of possible outcomes = 52
P(E) = (Number of favourable outcomes/ Total number of outcomes)
(i) Total numbers of king of red colour = 2
P (getting a king of red colour) = 2/52 = 1/26 = 0.038
(ii) Total numbers of face cards = 12
P (getting a face card) = 12/52 = 3/13 = 0.23
(iii) Total numbers of red face cards = 6
P (getting a king of red colour) = 6/52 = 3/26 = 0.11
(iv) Total numbers of jack of hearts = 1
P (getting a king of red colour) = 1/52 = 0.019
(v) Total numbers of king of spade = 13
P (getting a king of red colour) = 13/52 = ¼ = 0.25
(vi) Total numbers of queen of diamonds = 1
P (getting a king of red colour) = 1/52 = 0.019
15. Five cards the ten, jack, queen, king and ace of diamonds, are well-shuffled with their
face downwards. One card is then picked up at random.
(i) What is the probability that the card is the queen?
(ii) If the queen is drawn and put aside, what is the probability that the second card picked
up is (a) an ace? (b) a queen?
Solution:
Total numbers of cards = 5
P(E) = (Number of favourable outcomes/ Total number of outcomes)
(i) Numbers of queen = 1
P (picking a queen) = ⅕ = 0.2
(ii) If the queen is drawn and put aside, the total numbers of cards left is (5-4) = 4
(a) Total numbers of ace = 1
P (picking an ace) = ¼ = 0.25
(b) Total numbers of queen = 0
P (picking a queen) = 0/4 = 0
16. 12 defective pens are accidentally mixed with 132 good ones. It is not possible to just
look at a pen and tell whether or not it is defective. One pen is taken out at random from
this lot. Determine the probability that the pen taken out is a good one.
Solution:
Numbers of pens = Numbers of defective pens + Numbers of good pens
∴ Total number of pens = 132+12 = 144 pens
P(E) = (Number of favourable outcomes/ Total number of outcomes)
P(picking a good pen) = 132/144 = 11/12 = 0.916
17. (i) A lot of 20 bulbs contain 4 defective ones. One bulb is drawn at random from the lot.
What is the probability that this bulb is defective?
(ii) Suppose the bulb drawn in (i) is not defective and is not replaced. Now one bulb is
drawn at random from the rest. What is the probability that this bulb is not defective?
Solution:
(i) Numbers of defective bulbs = 4
The total numbers of bulbs = 20
P(E) = (Number of favourable outcomes/ Total number of outcomes)
∴ Probability of getting a defective bulb = P (defective bulb) = 4/20 = ⅕ = 0.2
(ii) Since 1 non-defective bulb is drawn, then the total numbers of bulbs left are 19
So, the total numbers of events (or outcomes) = 19
Numbers of defective bulbs = 19-4 = 15
So, the probability that the bulb is not defective = 15/19 = 0.789
18. A box contains 90 discs which are numbered from 1 to 90. If one disc is drawn at
random from the box, find the probability that it bears
(i) a two-digit number
(ii) a perfect square number
(iii) a number divisible by 5.
Solution:
The total numbers of discs = 50
P(E) = (Number of favourable outcomes/ Total number of outcomes)
(i) Total number of discs having two digit numbers = 81
(Since 1 to 9 are single digit numbers and so, total 2 digit numbers are 90-9 = 81)
P (bearing a two-digit number) = 81/90 = 9/10 = 0.9
(ii) Total number of perfect square numbers = 9 (1, 4, 9, 16, 25, 36, 49, 64 and 81)
P (getting a perfect square number) = 9/90 = 1/10 = 0.1
(iii) Total numbers which are divisible by 5 = 18 (5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65,
70, 75, 80, 85 and 90)
P (getting a number divisible by 5) = 18/90 = ⅕ = 0.2
19. A child has a die whose six faces show the letters as given below:
(ii) A student argues that ‘there are 11 possible outcomes 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 and 12.
Therefore, each of them has a probability 1/11. Do you agree with this argument? Justify
your Solution:.
Solution:
If 2 dices are thrown, the possible events are:
(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6)
(2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6)
(3, 1), (3, 2), (3, 3), (3, 4), (3, 5), (3, 6)
(4, 1), (4, 2), (4, 3), (4, 4), (4, 5), (4, 6)
(5, 1), (5, 2), (5, 3), (5, 4), (5, 5), (5, 6)
(6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)
So, the total numbers of events: 6×6 = 36
(i) It is given that to get the sum as 2, the probability is 1/36 as the only possible outcomes =
(1,1)
For getting the sum as 3, the possible events (or outcomes) = E (sum 3) = (1,2) and (2,1)
So, P(sum 3) = 2/36
Similarly,
E (sum 4) = (1,3), (3,1), and (2,2)
So, P (sum 4) = 3/36
E (sum 5) = (1,4), (4,1), (2,3), and (3,2)
So, P (sum 5) = 4/36
E (sum 6) = (1,5), (5,1), (2,4), (4,2), and (3,3)
So, P (sum 6) = 5/36
E (sum 7) = (1,6), (6,1), (5,2), (2,5), (4,3), and (3,4)
So, P (sum 7) = 6/36
E (sum 8) = (2,6), (6,2), (3,5), (5,3), and (4,4)
So, P (sum 8) = 5/36
E (sum 9) = (3,6), (6,3), (4,5), and (5,4)
So, P (sum 9) = 4/36
E (sum 10) = (4,6), (6,4), and (5,5)
So, P (sum 10) = 3/36
E (sum 11) = (5,6), and (6,5)
So, P (sum 11) = 2/36
E (sum 12) = (6,6)
So, P (sum 12) = 1/36
So, the table will be as:
Event: 2 3 4 5 6 7 8 9 10 11 12
Sum on 2 dice
Probability 1/36 2/36 3/36 4/36 5/36 6/36 5/36 4/36 3/36 2/36 1/36
(ii) The argument is not correct as it is already justified in (i) that the number of all possible
outcomes is 36 and not 11.
23. A game consists of tossing a one rupee coin 3 times and noting its outcome each
time. Hanif wins if all the tosses give the same result i.e., three heads or three tails, and
loses otherwise. Calculate the probability that Hanif will lose the game.
Solution:
The total number of outcomes = 8 (HHH, HHT, HTH, THH, TTH, HTT, THT, TTT)
Total outcomes in which Hanif will lose the game = 6 (HHT, HTH, THH, TTH, HTT, THT)
P (losing the game) = 6/8 = ¾ = 0.75
24. A die is thrown twice. What is the probability that
(i) 5 will not come up either time?
(ii) 5 will come up at least once?
[Hint : Throwing a die twice and throwing two dice simultaneously are treated as the same
experiment]
Solution:
Outcomes are:
(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6)
(2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6)
(3, 1), (3, 2), (3, 3), (3, 4), (3, 5), (3, 6)
(4, 1), (4, 2), (4, 3), (4, 4), (4, 5), (4, 6)
(5, 1), (5, 2), (5, 3), (5, 4), (5, 5), (5, 6)
(6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)
So, the total number of outcome = 6×6 = 36
(i) Method 1:
Consider the following events.
A = 5 comes in first throw,
B = 5 comes in second throw
P(A) = 6/36,
P(B) = 6/36 and
P(not B) = 5/6
So, P(not A) = 1-(6/36) = 5/6
∴ The required probability = (5/6)×(5/6) = 25/36
Method 2:
Let E be the event in which 5 does not come up either time.
So, the favourable outcomes are [36–(5+6)] = 25
∴ P(E) = 25/36
(ii) Number of events when 5 comes at least once = 11(5+6)
∴ The required probability = 11/36
25. Which of the following arguments are correct and which are not correct? Give reasons
for your Solution:.
(i) If two coins are tossed simultaneously there are three possible outcomes—two heads,
two tails or one of each. Therefore, for each of these outcomes, the probability is 1/3
(ii) If a die is thrown, there are two possible outcomes—an odd number or an even
number. Therefore, the probability of getting an odd number is 1/2
Solution:
(i) All the possible events are (H,H); (H,T); (T,H) and (T,T)
So, P (getting two heads) = ¼
and, P (getting one of the each) = 2/4 = ½
∴ This statement is incorrect.
(ii) Since the two outcomes are equally likely, this statement is correct.
+ 1 2 2 3 3 6
1 2 3 3 4 4 7
2 3 4 4 5 5 8
2 3 4 4 5 5 8
3 4 5 5 6 6 9
3 4 5 5 6 6 9
6 7 8 8 9 9 12