10th Math Module 1
10th Math Module 1
MODULE-1
INDEX
1. Real Number 1- 20
2. Polynomials 21 - 37
4. Similar Triangles 62 - 90
REAL NUMBERS Page 1
REAL NUMBERS
1.1 BASIC CONCEPTS AND IMPORTANT RESULTS
(a) Natural numbers : Counting numbers are called natural numbers. We start counting from 1, so 1 is the smallest natural
number. A set of natural numbers is denoted by N. Thus,
N = {1, 2, 3, ...up to the numbers as possible as we can count}
(b) Whole numbers : Natural numbers together with zero are called whole numbers. A set of whole numbers is denoted by W.
Thus,
W = {0, 1, 2, 3, .....}
All natural numbers are whole numbers but all whole numbers are not natural numbers. Only the difference between whole
numbers and natural numbers is the number zero (0).
(c) Integers : All positive and negative natural numbers together with zero are called integers. A set of integers denoted by Z or
I. Thus,
Z = {.... – 6, – 5, – 4, –3, – 2, –1, 0, 1, 2, 3, 4, 5, 6 ....}
p
(d) Rational numbers : A number of the form , where p and q are integers and q 0 is called a rational number. For example,
q
2 3
, , 2, 0, etc., are rational number..
7 8
The decimal expansion of a rational number is either terminating or non-terminating repeating one.
p
(e) Irrational numbers : A number which is not a rational number, i.e., which cannot be written in the form , p and q Z or I
q
and q 0, is known as an irrational number. For example,
1
2 ,– 3 , 7 5, 2 ,1+ 6 , etc., are irrational numbers.
(f) Real numbers : All rational and irrational numbers together make up a collection, called real numbers.
Note : All natural numbers, integers, rational numbers and irrational numbers are real numbers.
2 5 2
4
1
Here, a is called the dividend, b the divisor, q the quotient and r is called the remainder. For example, when we divide 5 by 2, we
get 2 as quotient and 1 as remainder
Here 5 = 2 × 2 + 1
Dividend = Divisor × Quotient + Remainder
Page 2 REAL NUMBERS
(i) If an integer c be a divisor of each of the two given integers a and b, then we say that c is a common factor of both a and b.
P P P
(ii) Let P be a prime number and if a,b, are integers such that , then either or is a factor..
ab a b
Note : If a prime number divides a product of integers, then it necessarily divides either of the integers.
Every composite number can be expressed as a product of primes and this factorization is unique, apart from the order in which
the prime factors occur.
Note : Any number of the form a n will end with the digit zero if prime factors of a n would contain
5 and 2 as a prime factor, where n W..
p
(i) Let x be a rational number whose decimal expansion terminates. Then x can be expressed in the form , where p and q are co-
q
prime, and the prime factorization of q is of the form 2n5m, where n, m are non-negative integer.
p
(ii) Let x = be a rational number, such that the prime factorization of q is of the form 2n5m , where n, m are non-negative integers.
q
Then x has a decimal expansion which terminates.
p
(iii) Let x = be a rational number such that the prime factorization of q is not of the form 2n5m, where n, m are non-negative integers.
q
Then x has a decimal expansion which is non-terminating repeating (recurring).
p × q×[Link](p,q,r)
LCM(p, q, r) =
HCF(p, q).HCF(q,r).HCF(p,r)
p × q×[Link](p, q,r)
HCF(p, q, r) = LCM(p, q).LCM(q,r).LCM(p,r)
REAL NUMBERS Page 3
Solved Problems
Ex.1 Show that any positive odd integer is of the form 6q + 1, or 6q + 3 or 6q + 5, where q is some integer.
Sol. Let us start with taking a, where a is any positive odd integer. We apply the division algorithm, with a and b = 6. Since 0 r < 6,
the possible remainders are 0, 1, 2, 3, 4, 5. That is, a can be 6q or 6q + 1, or 6q + 2, or 6q + 3, or 6q + 4, or 6q + 5, where q is the
quotient. However, since a is odd, we do not consider the cases 6q, 6q + 2 and 6q + 4 (since all the three are divisible by 2).
Therefore, any positive odd integer is of the form 6q + 1, or 6q + 3, or 6q + 5.
Ex.3 Use Euclid’s division algorithm to find the HCF of 135 and 225.
Sol. We start with the larger integer, that is, 225. Then by Euclid’s division algorithm we get:
225 = 135 × 1 + 90
Now, consider the divisor 135 and the remainder 90 and apply the division algorithm again,
we get :
135 = 90 × 1 + 45
Now, consider the divisor 90 and the remainder 45 and apply the division algorithm again, we get.
90 = 45 × 2 + 0
Notice that the remainder has become zero and we cannot proceed any further. The HCF of 90 and 45 is 45 and we claim that the
HCF of 225 and 135 is also 45.
Ex.4 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?
Sol. Hint : Find HCF of 616 & 32
Ex.5 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.
Sol. Let a be any odd positive integer. We apply the division lemma with a and b = 3.
Since 0 r < 3, the possible remainders are 0, 1 and 2. That is, a can be 3q, or 3q + 1, or
3q + 2, where q is the quotient.
Now, (3q)2 = 9q2
which can be written in the form 3m, since 9 is divisible by 3.
Again, (3q + 1)2 = 9q2 + 6q + 1 = 3 (3q2 + 2q) + 1
which can be written in the form 3m + 1 since 9q2 + 6q, i.e., 3(3q2 + 2q) is divisible by 3.
Lastly, (3q + 2)2 = 9q2 + 12q + 4 = (9q2 + 12q + 3) + 1 = 3(3q2 + 4q + 1) + 1
which can be written in the form 3m + 1, since 9q2 + 12q + 3, i.e., 3(3q2 + 4q + 1) is divisible by 3.
Therefore, the square of any positive integer is either of the form 3m or 3m + 1 for some integer m.
140 156
2 70 2 78
2 35 2 39
5 7 3 13
26
2 13
So, 26 = 2 × 13
91
7 13
So, 91 = 7 × 13
Therefore, LCM (26, 91) = 2 × 7 × 13 = 182
HCF (26, 91) = 13
Verification LCM × HCF = 182 × 13 = 2366 and 26 × 91 = 2366
i.e., LCM × HCF = product of two numbers. (Rest Try your self)
Ex.8 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
Sol. (i) 12, 15 and 21
12
2 6
2 3
So, 12 = 2 × 2 × 3 = 22 × 3
15
3 5
So, 15 = 3 × 5
21
3 7
So, 21 = 3 × 7
Therefore, HCF (12, 15, 21) = 3 ; LCM = (12, 15, 21) = 22 × 3 × 5 × 7 = 420
(Rest Try your self)
Ex.9 Given that HCF (306, 657) = 9, find LCM (306, 657).
306×657 306×657
Sol. LCM (306, 657) = = = 22338.
HCF (306, 657) 9
Ex.10 Prove that square of any odd integer is of the form 8k + 1, k an integer.
Sol. For any odd integer is of the form 2m + 1 and (2m + 1)2 = 4m2 + 4m + 1
= 4 m (m + 1) + 1
Now, m (m + 1) is alwyas even, say 2k, hence 4m(m + 1) = 4 × 2k
(2m + 1)2 = 8k + 1
Ex.11 Check whether 6n can end with the digit 0 for any natural number n.
Sol. If the number 6n, for any natural number n, ends with digit 0, then it would be divisible by 5. That is, the prime factorisation of 6n
would contain the prime number 5. This is not possible because
6n = (2 × 3)n = 2n × 3n ; so the only primes in the factorisation of 6n are 2 and 3 and the uniqueness of the Fundamental Theorem
of Arithmetic guarantees that there are no other primes in the factorisation of 6n. So, there is no natural number n for which 6n
ends with the digit zero.
Ex.12 Explain why 7 × 11 × 13 + 13 and 7 × 6 × 5 × 4 × 3 × 2 × 1 + 5 are composite numbers.
Sol. (i) 7 × 11 × 13 + 13 = (7 × 11 + 1) × 13
= (77 + 1) × 13
= 78 × 13
REAL NUMBERS Page 5
= (2 × 3 × 13) × 13 [ 78 = 2 × 3 × 13]
= 2 × 3 × 132
Since, 7 × 11 × 13 + 13 can be expressed as a product of primes, therefore, it is a composite number.
(Rest Try your self)
a–3b a 3
= 5 – = 5
2b 2b 2
a 3 a – 3b
Since a and b are integers, we get – is rational, and so 5 is rational.
2b 2 2b
But this contradicts the fact that 5 is irrational. This contradiction has arisen because of our incorrect assumption that 3 + 2 5
is rational.
So, we conclude that 3 + 2 5 is irrational.
Then 5 – 3 =p
5–p= 3
Since p is a rational number and 5 is a rational
5 – p being the difference of two rational numbers is a rational number because the set of rational numbers are closed w.r.t. the
operation of subtraction.
1
(i) (ii) 7 5 (iii) 6 2
2
Sol. (Try yourself)
Ex.18 Without actually performing the long division, state whether the following rational numbers will have a terminating decimal
expansion or a non-terminating repeating decimal expansion.
13 17 64 15 29
(i) (ii) (iii) (iv) (v)
3125 8 455 1600 343
23 129 6 35 77
(vi) (vii) (viii) (ix) (x)
23 52 22 57 75 15 50 210
13 13
Sol. (i) =
31 2 5 5 5
13
Hence, q = 55, which is of the form 2n 5m (n = 0, m = 5). So, the rational number has a terminating decimal expansion.
31 25
17 17
(ii) = 3
8 2
17
Hence, q = 23, which is of the form 2n 5m (n = 3, m = 0). So, the rational number has a terminating decimal expansion.
8
64 64
(iii) =
455 5 7 13
64
Hence, q = 5 × 7 × 13, which is not of the form 2 n 5 m. So, the rational number has a
45 5
non-terminating repeating decimal expansion. (Rest Try your self)
Ex.19 Write down the decimal expansions of those rational numbers in Question 1 above which have terminating decimal expansions.
13
Sol. (i)
3125
REAL NUMBERS Page 7
13 13×25 416
= = = = 0.00416
55 55 ×25 105
17 17
(ii) 3
8 2
Ex.20 The following real numbers have decimal expansions as given below. In each case, decide whether they are rational, or not. If
p
they are rational, and of the form , what can you say about the prime factors of q?
q
(i) 43.123456789
(ii) 0.120 1200 12000 120000....
(iii) 43.123456789
Sol. (i) 43.123456789
p
Since, the decimal expansion terminates, so the given real number is rational and therefore of the form . 43.123456789
q
43123456789
=
1000000000
43123456789
=
109
43123456789
=
(2×5)9
43123456789
=
29 59
Hence, q = 29 59
The prime factorization of q is of the form 2n 5m, where n = 9, m = 9.
(ii) 0.120 1200 12000 120000....
Since, the decimal expansion is neither terminating nor non-terminating repeating, therefore, the given real number is not
rational. (Rest Try your self)
Page 8 REAL NUMBERS
Q.3 Prove that 2 + 3 is irrational. Q.18 Write a rational number between 2 and 3.
Q.5 Use Euclid's division lemma to show that the square of any
2
positive integer is either of the form 3m or 3m +1 for some 3
Box 2
interger m. Box 1 7
Q.6 Show that one and only one out of n, n + 2 or n + 4 is Q.20 Find the prime factors of 560.
2 (box 2)
Q.9 Using Euclid's division, find the HCF of 56, 96 and 404
3 (box 1)
Q.10 Find the L.C.M and H.C.F. of 1296 and 2520 by applying 5 5
the fundamental theorem of arithmetic method i.e. using Q.22 Find the H.C.F. and L.C.M. of 17, 23, 37 by applying prime
the prime factorisation method. factorisation method.
Q.11 Given that H.C.F. (336, 54) = 6. Find L.C.M. (336, 54) Q.23 Given that H.C.F. (14, 35) = 7, find L.C.M.
(14, 35).
Q.12 Given that L.C.M. (150, 100) = 300, find H.C.F. (150, 100).
84
Q.14 State fundamental theorem of Arithmetic. will have a terminating or a non-terminating but
455
Q.15 For any two positive integers, state the relation between repeating decimal representation.
the numbers, their H.C.F. and L.C.M. Is this result true for 77
Q.25 Write down the decimal representation of .
three positive integers? 210
given below. In each case decide whether it is rational or Q.34 Use Euclid's division lemma to show that the cube of any
not. If rational, what can be said about the prime factors positive integer is of the form 9m, 9m + 1 or 9m + 8.
of denominator.
Q.35 Check whether 7n can end with digit 0, for any natural
(i) 4.59 number n.
(ii) 0.13013001300013000013…… Q.36 If H.C.F. (65, 117) is expressed in the form 65m + 117n, then
a = 0.101001000100001……, (x + 1)2 (x + 7)
Q.29 Show that any positive odd integer is of the form 4q + 1 Q.39 (2x – 7) (3x + 4) and (2x – 7)2 (x + 3)
or 4q + 3, where q Z+.
Q.40 (3x – 2)2 (2x + 3)3 (x – 1) and (3x – 2)3 (2x + 3) (x – 1)3
or non-terminating but repeated decimal representation. Q.43 24(x – 3) (x – 2)2 and 15(x – 2) (x – 3)3
Q.31 Examine whether the following numbers are rational or Q.44 16 – 4x2 and x2 + x – 6
irrational :
Q.45 xy – y and x4y – xy
(i) 2 3 (ii) 2 3
2 2
Q.46 2x2 – 7x + 3 and 3x2 – 7x – 6
Q.47 x3 + 64 and x2 – 16
(iii) 3 3 3 3 2 3
(iv)
3 Q.48 x3 + 2x2 – 3x and 2x3 + 5x2 – 3x
Q.32 Show that p2 – 1 is divisible by 8, where p is an odd Q.49 22x(x + 1)2 and 36x2(2x2 + 3x + 1)
positive interger.
Q.50 3 + 13x – 30x2 and 25x2 – 30x + 9
Q.53 56(x6y2 – x2y6) and 72(x5y3 + 3y5x3 + 2y7x) Q.74 Find the values of a and b so that the polynomial f(x) = 3x3 + ax2 –
13x + b is divisible by x2 – 2x – 3.
Q.54 54(x + 8y ) and 90(x + 7x y + 16xy + 12y )
3 3 3 2 2 3
Q.63 (x2 + 4x – 21) and (x3 + 7x2 – 9x – 63) Q.78 Find the GCD of the polynomials :
Q.64 (6x4 – 13x3 +6x2)and (8x4 – 36x3 +54x2 – 27x) 2(x4 – y4), 3(x2 + 2x2y – xy2 – 2y3).
Q.65 (x3 – x2 – x – 2) and (x3 + 3x2 – 6x – 8) Q.79 If (x 2 – x – 2) is the GCD of the expressions
(x – 2) (2x2 + ax + 1) and (x + 1) (3x2 + bx + 2), find the values of
Q.66 (4x + 16x – 44x – 24x) and (2x – 6x + 2x)
5 4 2 5 3
a and b.
x2 – 5x + q. Find the 6p + 5q. 3x2 – 2mx – 4 have a common linear factor, find the values of
m.
Q.83 For what value of k, the g.c.d. of x 2 + x –
(2k + 2) and 2x2 + kx – 12 is x + 4 ? Q.92 If (x ) is the HCF of px2 + qx + c and ax2 + bx + c, prove that
(x – 2) as their HCF :
(v) 3(x + 3), 5(x + 3) (x + 5) and 7(x + 4)
Q.88 Find the values of a and b such that the polynomials. P(x) Q.95 If the HCF of the polynomials
bx2 + cx + a, prove that either and g(x) = (x2 + 7x + 12) (x2 + 7x + b) may have (x + 1) (x + 3)
as their HCF.
a = 0 or a3 + b3 + c3 = 3abc.
Q.97 If (x – 2) is a factor of x 2 + ax + b and
Q.90 If (x ) is the GCD of ax + bx + c and 2
a + b = 1, find the values of a and b.
cx + bx + a, prove that
2
51. x2 + xy + y2 52. x + 3y
72. a = 6, b = 1373. a = 6, b = 11
7. HCF = 4 8. HCF = 11 9. HCF = 4
12. HCF = 50 15. HCF × LCM = a × b, No 75. (i) 6(x + 1) (x2 + 1) (ii) 6x2(3x + 1)
26. (i) Rational (ii) Not Rational (iii) Rational 87. a = 6, b = 4 88. a = 4, b = 21
43
Q.4 The decimal expansion of the rational number , will
2 4 ·5 3
terminate after how many places of decimals? ANSWER KEY
[Delhi-2009]
1. q = 2n × 5m, where n and m are whole numbers.
Q.5 Find the [HCF × LCM] for the numbers 100 and 190.
[AI-2009]
2. 2 = 1.41......., 3 = 1.73.....
Q.6 Find the [HCF × LCM] for the numbers 105 and 120.
[AI-2009]
One rational no. between 2 and 3 is 1.5.
51
Q.7 Write whether the rational number will have a
1500
terminating decimal expansion or a non-terminating 2
repeating decimal expansion.
[Foreign-2009] 42 3
3.
Q.8 The HCF and LCM of two numbers are 9 and 360 21
respectively. If one number is 45, write the other number.
7
[Foreign-2009]
43 43
Questions Carrying 3 Marks 4. After 4 decimal; = = 0.0215
2 4 ·5 3 2 000
Q.9 Show that 5 – 2 3 is an irrational number..
[Delhi-2008] 5. HCF × LCM = 100 × 190 = 19000
Q.10 Show that 2 – 3 is an irrational number..
[Delhi-2008] 6. HCF × LCM = 105 × 120 = 12600
Q.6 If 'm' is an irrational number then '2m' is Q.14 HCF of two numbers is 113, their LCM is 56952. If one
(A) a rational number number is 904, the other number is :
(B) an irrational number (A) 7719 (B) 7119
(C) a whole number (C) 7791 (D) 7911
(D) a natural number
Q.15 For what least value of n (where n is a natural number),
Q.7 The value of 3 is (24)n is divisible by 8?
1 1
(A) (B) Q.26 A rational number can be expressed as a terminating decimal
7 3
if the denominator has factors
3 17 (A) 2 or 5 (B) 2, 3 or 5
(C) (D)
5 6 (C) 3 or 5 (D) none of these
2 y 75 75
(A) (B)
99 90
2 y
Q.38 5 6 is : 1
2
17
III. IV.
(A) a rational number (B) an irrational number 2 8
(C) can't say (D) both (A) and (B) (A) I (B) IV
(C) II (D) III
REAL NUMBERS Page 17
Q.61 In a morning walk three persons step off together. Their steps
measures 80 cm, 85 cm and 90 cm respectively. The minimum 3 3
Q.68 The number is
distance each should walk so that they can cover the distance 3 3
in complete step is.
(A) rational (B) irrational
(A) 122 m 40 cm (B) 132 m 60 cm
(C) 125 m 31 cm (D) 120 m 40 cm (C) both (D) can't say
where x, y > 0 is 3 2 3 2
Q.70 is equal to :
(A) rational (B) irational 3 2 3 2
(C) both (D) none
(A) 15 (B) 16
(C) 10 (D) 24
Q.64 Two irrational numbers between
2 and 3 are :
1 1 1 1
Q.71 4
1008 is equal to :
(A) 22, 64 (B) 34, 36 63
1 1 (A) 1 (B) 2
(C) 68, 34 (D) none of these
(C) 4 (D) 6
Q.65 Two tankers contain 850 litres and 680 litres of petrol
7
respectively. The maximum capacity of a container which Q.72 5 is :
can measure the petrol of either tanker in exact number of (A) an irrational
times is :
(B) a rational
(A) 160 litres (B) 168 litres
(C) neither (A) nor (B)
(C) 170 litres (D) 180 litres
(D) all of the above
Q.74 The greatest number of 6 digits exactly divisible by 24, 15 Q.81 If p : Every fraction is a rational number and
and 36 is : q : Every rational number is a fraction, then which of the
(A) 999998 (B) 999999 following is correct?
5169 5411
(C) (D)
990 990
Page 20 REAL NUMBERS
2 5
(A) (B)
7 7
3 4
(C) (D)
5 5
Q.91 I left home for bringing milk between 7 am and 8 am.
The angle between the hour hand and the minute hand
was 90°. I returned home between 7 am and 8 am. Then,
also the angle between the minute hand and hour hand
ANSWER KEY
was 90°. At what time (nearest to second) did I leave 1. D 2. B 3. D 4. D
and return home? 5. C 6. B 7. C 8. A
[NTSE 2013]
9. C 10. D 11. B 12. B
(A) 7 h 18 min 35 s and 7 h 51 min 24 s (B) 7 h 19
13. A 14. B 15. C 16.
min 24 s and 7 h 52 min 14 s (C) 7 h 20 min 42 s
and 7 h 53 min 11 s (D) 7 h 21 min 49 s and 7 h 54 17. C 18. C 19. B 20. A
min 33 s 21. 22. D 23. A 24. C
Q.92 The square of an odd integer must be of the form 25. C 26. A 27. C 28. B
[NTSE 2013]
29. C 30. A 31. C 32. C
(A) 6n + 1
33. B 34. A 35. C 36. A
(B) 6n + 3
37. B 38. B 39. B 40. C
(C) 8n + 3
41. C 42. B 43. A 44. B
(D) 4n + 1 but may not be 8n + 1
45. D 46. A 47. D 48. B
Q.93 a b 2
b a
2
is [NTSE 2013] 49. D 50. B 51. A 52. A
53. C 54. B 55. D 56. B
(A) always zero
57. D 58. A 59. D 60. A
(B) never zero
(C) positive if and only, if a > b 61. A 62. B 63. A 64. C
1 3 1 3
3 3
(D)
PLO 85.
23.10100100010000..... B 86. D 87. A 88. B
(C)
3 89. B 90. B 91. D 92. C
93. D 94. D
POLYNOMIALS Page 21
POLYNOMIALS
BASIC CONCEPTS AND IMPORTANT RESULTS
Polynomials : The expression of the form a0xn + a1xn–1 + ........+ an–1x + an a0 0 is called a polynomial. The expression a0xn + a1xn–1 +
........+ an–1x and an along with their sign are called the terms of the polynomial. The number a0, a1, ....., an are real numbers and are called
the coefficients of the terms of the polynomial.
Degree of polynomial : The highest power of x in p(x) is called the degree of polynomial.
(iv) A polynomial of degree 3 is called cubic polynomial, for example, ax3 + bx2 + cx + d , a 0
Zero of a polynomial : For any polynomial p(x), if p(k) = 0, k is called zero of polynomial p(x).
Number of zeros/roots of a polynomial p(x) is always equal or less than the highest degree of polynomial p(x).
Remainder theorem : If p(x) be a polynomial is divided by (x – a), then remainder will be p(a) = r.
Discriminant of a quadratic polynomial : If p(x) = ax2 + bx + c where a 0 , then D = b2 – 4 ac is called discriminant of p(x).
Page 22 POLYNOMIALS
(i) If D > 0, the graph of polynomial intersects x - axis at two distinct points. Points of intersection of x - axis are called zeroes of p(x).
(ii) If D = 0, the graph of polynomial touches x -axis at only one point. So there is only one zero of p(x).
(iii) If D < 0, the graph of polynomial neither touches nor intersects the x-axis. This shows p(x) does not have any zero.
(i) If (alpha) and (beta) are the zeroes of the polynomial p(x) = ax2 + bx + c, a 0, then:
b coefficient of x
= – and
a coefficient of x2
(ii) If and are the zeroes of the polynomial p(x) = ax3 + bx3 + cx + d, then :
b coefficient of x2
= a
coefficient of x3
c coefficient of x
=
a coefficient of x3
Equation of quadratic polynomial : If and are the roots of a quadratic polynomial p(x), then p(x) quadratic equation be : x2 – ()x
+
Division algorithm: If a polynomial p(x) is divided by another non-zero polynomial q(x), then there exist two polynomials g(x) and r(x) such
that p(x) = q(x) × g(x) + r(x), where r(x) = 0 or degree of r(x) < degree of g(x). This is known as division algorithm
POLYNOMIALS Page 23
Solved Problems
Ex.1 The graph of y = p(x) are given in fig below, for some polynomials p(x). Find the number of zeros of p(x), in each case.
y y y
y y y
Sol. (i) Graph of y = p(x) does not intersect the x-axis. Hence, polynomial p(x) has no zero.
(ii) Graph of y = p(x) intersects the x-axis at one and only one point.
Hence, polynomial p(x) has one and only one real zero. (Rest Try your self)
Ex.2 Find the zeros of the following quadratic polynomials and verify the relationship between the zeros and the coefficients.
(i) x2 – 2x – 8 (ii) 4s2 – 4s + 1 (iii) 6x2 – 3 – 7x
(iv) 4u2 + 8u (v) t2 – 15 (vi) 3x2 – x – 4
Sol. (i) x2 – 2x – 8 = x2 – 4x + 2x – 8 = x (x – 4) + 2(x – 4) = (x + 2) (x – 4)
Zeroes are – 2 and 4.
–(–2) –(Coefficient of x)
Sum of the zeros = (– 2) + (4) = 2 = =
1 (Coefficient of x2 )
(–8 ) (Constant term)
Product of the zeros = (– 2) (4) = – 8 = =
1 (Coefficient of x2 )
(ii) 2
4s – 4s + 1 = (2s – 1) 2
1 1
The two zeros are ,
2 2
1 1 –(–4) –(Coefficient of x)
Sum of the two zeros = =1= =
2 2 4 (Coefficient of x2 )
Ex.3 Find a quadratic polynomial each with the given numbers as the sum and product of its zeros respectively.
1 1
(i) , –1 (ii) 2 , (iii) 0 , 5
4 3
1 1
(iv) 1, 1 (v) – , (vi) 4, 1
4 4
Sol. (i) Let the quadratic polynomial be ax2 + bx + c
b 1 c
Then – and –1
a 4 a
b –1 c –1
i,e, and
a 4 a 1
We select a = LCM (4, 1) = 4
b –1 c
Then and –1 b = – 1 and c = – 4.
4 4 4
Substituting a = 4, b = – 1, c = – 4 in ax2 + bx + c, we get the required polynomial
4x2 – x – 4
b c 1
(ii) – 2,
a a 3
b – 2 c 1
,
a 1 a 3
Select a = LCM (1, 3) = 3.
b c 1
Then – 2 and b = – 3 2 and c = 1.
3 3 3
Substituting a = 3, b = – 3 2 and c = 1 in ax2 + bx + c, we get the required polynomial
Ex.4 Divide the polynomial p(x) by the polynomial g(x) and find the quotient and remainder in each of the following :
(i) p(x) = x3 – 3x2 + 5x – 3, g(x) = x2 – 2
(ii) p(x) = x4 – 3x2 + 4x + 5, g(x) = x2 + 1 – x
(iii) p(x) = x4 – 5x + 6, g(x) = 2 – x2.
3 2 q (x) = (x – 3)
(i) x – 2 x – 3x + 5x – 3
2
Sol.
3
x – 2x
– +
2
– 3x + 7x – 3
2
– 3x +6
+ –
r(x) = (7x – 9)
Hence, Quotient q(x) = x – 3 and Remainder r(x) = 7x – 9 (Rest Try your self)
Ex.5 Check whether the first polynomial is a factor of the second polynomial by dividing the second polynomial by the first polynomial.
(i) t2 – 3, 2t4 + 3t3 – 2t2 – 9t – 12
(ii) x2 + 3x + 1, 3x4 + 5x3 – 7x2 + 2x + 2
(iii) x3 – 3x + 1, x5 – 4x3 + x2 + 3x + 1
Sol. (i)
Hence, t2 – 3 is a factor of 2t4 + 3t3 – 2t2 – 9t – 12 (Rest Try your self)
POLYNOMIALS Page 25
2t – 6t
4 2
– +
3t + 4t – 9t – 12
2 2
3t2 – 9t
– +
4t – 12
2
4t – 12
2
– +
Remainder = 0
3
Ex.6 Verify that , – 3 and – 1 are the zeros of the cubic polynomial p(x) = 2x3 + 5x2 – 6x – 9 and then verify the relationship between the zeros
2
and its coefficients.
Sol. p(x) = 2x3 + 5x2 – 6x – 9
Comparing the given polynomial with ax3 + bx2 + cx + d ; we get
a = 2, b = 5, c = – 6 and d = – 9
3 2
3 3 3 3
p =2× +5× –6× –9
2 2 2 2
27 45 18
=2× + – –9
8 4 2
54 90 72 72
= =0
8
and p(–3) = 2 (–3)3 + 5(–3)2 – (6 × –3) – 9 = –54 + 45 + 18 – 9 = 0
and p(–1) = 2 (– 1)3 + 5(–1)2 – 6(–1) – 9 = – 2 + 5 + 6 – 9 = 0
3
Therefore, , – 3 and – 1 are the zeros of 2x3 + 5x2 – 6x – 9
2
3
So, = , = – 3 and = – 1
2
Therefore,
3
(–3) + ( –1)
2
362 5
= =–
2 2
5 b
=– =–
2 a
3 3
× ( – 3) + (– 3) × (–1) + (–1) ×
2 2
9 3 9 6 3 6 c
=– +3– = =– =
2 2 2 2 a
Page 26 POLYNOMIALS
3 9 d
and × ( – 3) (–1) = = .
2 2 a
Ex.7 Apply the division algorithm of find the quotient and remainder of dividing p(x) by g(x) and verify the answer, where p(x) = x3 –
3x2 + 5x – 3; g(x) = x2 – 2
Sol. Dividend = x3 – 3x2 + 5x – 3
Divisor = x2 – 2
2
3 2 x–3
x –2 x – 3x + 5x – 3
3
x – 2x
– +
2
– 3x + 7x – 3
2
– 3x +6
+ –
7x – 9
Stop the division here since degree of (7x – 9) = 1, < degree of (x2 – 2).
Quotient = x – 3, remainder = 7x – 9.
Verification :
Quotient × Divisor + Remainder
(x – 3) (x2 – 2) + 7x – 9 = x3 – 3x2 – 2x + 6 + 7x – 9 = x3 – 3x2 + 5x – 3
Hence, division algorithm is verified.
5 5
Ex.8 Obtain all other zeros of 3x4 + 6x3 – 2x2 – 10x – 5, if two of its zeros are and– .
3 3
5 5
Sol. Two of the zeros of 3x4 + 6x3 – 2x2 – 10 x – 5 are and– .
3 3
5 5
x – x+ is a factor of the polynomial.
3 3
5
i.e., x2 – is a factor..
3
i.e., (3x2 – 5) is a factor of the polynomial. Then we apply the division algorithm as below :
2
3x – 5 3x4 + 6x3– 2x2 – 10x – 5 q (x) =x + 2x + 1
2
4 2
3x – 5x
– +
6x3 + 3x2 – 10x – 5
6x3 – 10x
– +
3x2 – 5
2
3x – 5
– +
×
The other two zeros will be obtained from the quadratic polynomial q(x) = x2 + 2x + 1
Now x2 + 2x + 1 = (x + 1)2.
Its zeros are –1, –1.
Hence, all other zeros are –1, –1.
Ex.9 Give examples of polynomials p(x), g(x), q(x) and r(x), which satisfy the division algorithm and
(i) deg p(x) = deg q(x) (ii) deg q(x) = deg r(x) (iii) deg r(x) = 0.
Q.3 If and are the zeros of the quadratic polynomial f(x) = Q.14 For the polynomial p(x) = 3x3 – 5. Find p(–1)
ax2 + bx + c then calculate :
2 β2 Q.15 Find the zeroes of a quadratic polynomial
(i) 2 + 2 (ii) +
β 9s2 – 6s + 1.
Q.5 If and are the roots (zeros) of the polynomial f(x) = x2 – Q.17 Write the quadratic polynomial, the sum and product of
3x + k such that – = 1, find the value of k. whose zeroes are 3 and –2.
Q.6 If are the zeros of the polynomial Q.18 Write the number of zeroes of the polynomial
21 y = ƒ(x), whose graph is given as,
f(x) = 2x2 + 5x + k satisfying the relation 2 + 2 + = ,
4 Y
then find the value of k for this to be possible.
X
Q.7 Find a quadratic polynomial each with the given numbers O
as the sum and product of its zeros respectively.
1 1
(i) ,–1 (ii) 2,
4 3 Q.19 If (x + a) is a factor of 2x2 + 2ax + 5x + 10, find a
X
0 A
Q.12 The graph of polynomial y = ƒ(x) is shown. How many
zeroes a polynomial can have ?
Page 28 POLYNOMIALS
Y
y = ƒ(x)
C
(iii)
X
0
Y y = ƒ(x)
ANSWER KEY
(iv) X
A 0 B 1. –4, –3 2. –b/a, –c/b
2 3
b – 2ac 3abc – b
Y 3. (i) 2 (ii) 2
y = ƒ(x) a ac
(v) 4. 8 5. 2 6. 2
X
0 1 1
7. (i) K(x2– x–1)(ii) K(x2 – 2 x + )
4 3
Y
A
X 8. q(x) = 2x – 1, r(x) = 3
0
(vi)
1
y = ƒ(x) 9. r(x) = 0, yes 10. 2 ,– 2 , 1, 2
B
Q.22 Find the zeroes of the quadratic polynomial 6x2 – 3 – 7x and 11. g(x) = x2– x + 1 12. 0
verify the relationship between the zeroes and the
coefficients of polynomial.
1 1
13. ±4 14. –8 15. ,
Q.23 Apply the division algorithm to find the quotient and 3 3
remainder on dividing p(x) by q(x), where p(x) = x3 – 3x2 + 5x
– 3 and q(x) = x2 – 2. 16. –1 17. K(x2– 3x – 2)
Q.24 Draw the graph of the polynomial 18. 3 19. 2 20. x2–4x +1
ƒ(x) = x3 – x and hence find its zeroes from the graph.
21. (i) 1 (ii) 3 (iii) No (iv) 2 (v) No (vi) 1
Q.25 Find the remainder when polynomial
3x3 + x2 + 2x + 5 is divided by
(x2 + 2x + 1). –1 3
22. , 23. x – 3, 7x – 9
Q.26 Find the zeroes of the quadratic polynomial 2x2 – 9 – 3x and 3 2
verify the relationship between the zeores and the
coefficients.
–3
24. –1, 0, 1 25. 9x +10 26. ,3
2
Q.27 Find all the zeroes of the polynomial
2x4 + 7x3 – 19x2 – 14x + 30, if two of its zeroes are 2 and 3 –3
27. –5, 28. 3 29.
– 2. 2 2
POLYNOMIALS Page 29
are –
13
5
3
and – respectively..
5
ANSWER KEY
[Foreign-2009] 1. –1, –1 2. 3, – 2 3. x2 – x – 6 4. 3 5. 2
Questions Carrying 2 Marks 6. 9 7. 3 8. a = 1
Q.11 Find the zeros of the quadratic polynomial
9. 2x2 + 3x – 9 10. 5x2 + 3x – 13
6x2 – 3 – 7x and verify the relationship between the zeros
and the co-efficients of the polynomial. –1 3 –2
11. , 12. , 2
[Delhi-2008] 3 2 5
–3
Q.12 Find the zeros of the quadratic polynomial 13. x2 – 8x + 12 ; (6, 2) 14. 3 15.
2
5x2 – 4 – 8x and verify the relationship between the zeros
and the coefficients of the polynomial. 3
16. 2, – 2, – 6 and 5 17. 2 , – 2 , –5 and
[Delhi-2008] 2
Q.13 Find the quadratic polynomial sum of whose zeros is 8 18. a = 1, b = 2 19. p = 2, q = 3
and their product is 12. Hence, find the zeros of the 1
polynomial. [AI-2008] 20. – 2 , 2 and – 3 21. – 3 , 3 and –
2
22. a = – 20, b = – 25
Page 30 POLYNOMIALS
(C) 15x (2x + 1)2 (D) 15x2 (2x + 1)2 (C) Cannot be determined
(D) None of these
(A) –2 (B) 2
5
(C) (D) none of these
2 1 x2 3x 1
(C) (D)
3 2
Q.14 If p(y) = 3y4 – 5y3 + y2 + 8, then p(–1) will be : Q.22 If P(x) = (x + 2) (x2 – 4x – 21),
(A) 2 (B) 15 Q(x) = (x – 7) (2x 2 + x – 6) and their HCF is
(C) 17 (D) –17 x2 – 5x – 14 then LCM of P(x) & Q(x) is ______.
(A) (x2 – 5x – 14) (2x2 + 6x – 9)
Q.15 The remainder when (B) (x2 + 5x + 6) (2x2 – 14x + 21)
p(x) = 12x 3 – 13x 2 – 5x + 7, is divided by
(C) (2x2 + x – 6) (x2 – 4x – 21)
(3x + 2) is :
(D) (x2 – 5x – 14) (2x2 + x – 6)
(A) –1 (B) 1
(C) 2 (D) –2
Q.23 There are four polynomials P(x), Q(x), R(x) and S(x). If the
HCF of each pair is
Q.16 If p(x) = 2x2 – 3x + 5, then p(–1) is equal to :
(x + 3) and the LCM of all the four polynomials is (x – 1) (x
(A) 7 (B) 8
– 2) (x – 3) then the product of four polynomials is
(C) 9 (D) 10
(A) (x + 3)4 (x – 1) (x – 2) (x – 3)
Q.19 Polynomial 2x4 + 3x3 – 5x2 + 9x + 1 is a : Q.25 Which of the following expressions is a rational expression
?
(A) linear polynomial
(B) quadratic polynomial x2 3
(A) x 3 3 x 2 5 x 11 (B)
(C) cubic polynomial 2 x 1
(D) biquadratic polynomial
5x 2 6x 7 2x 2 4 x 5
(C) (D)
Q.20 The polynomials (ax3 + 3x2 – 3) and x3 x 2
(2x3 – 5x + a) when divided by (x – 4) leave the same remainder.
The value of a is :
Q.26 A rational expression whose numerator is a quadratic
(A) 1 (B) –1
polynomial with zeroes, 1 and 2 and whose denominator is
(C) 2 (D) –2
a monomial with zeroes 3 is ______
Q.21 The HCF and LCM of the polynomials P(x) and Q(x) are
x2 x 2 x2 x 2
( 2 x + 3 ) a n d (2 x + 3) ( x + 5 ) (A) (B)
x3 x3
( x – 4 ) ( x – 2) (x + 1). If P(x) = (2x + 3)
(x2 + x – 20), then Q(x) = x2 x 2 x2 x 2
(C) (D)
(A) (2x + 3) (x – 4) (x + 1) x3 x3
(B) (2x + 3) (x2 – x – 2)
(C) (2x + 3) (x + 5) (x – 2) 2 x 3 54
Q.27 Express in lowest terms.
x 3x 2 9x
3
(D) none
Page 32 POLYNOMIALS
(A) x2 – 2x + 15 (B) x2 – 2x – 15
2x 6 2( x 3)
(A) (B) (C) x2 + 2x – 15 (D) x2 + 2x + 15
x x2
2(3 x )
(C) (D) None
x 5
Q.35 If one zero of the quadratic polynomial 2x2 – 8x – m is , then
2
the other zero is :
x 4 13 x 2 36 2 2
Q.28 Express in lowest terms.
x 3 x 2 6x (A) (B)
3 3
( x 3)( x 2) ( x 3)( x 2) 3 15
(A) (B) (C) (D)
x x 2 2
( x 3)( x 2) ( x 3 )( x 2)
(C) (D)
x x Q.36 If and are the zeroes of the quadratic polynomial ƒ(x) =
1 1
x2 – x – 4, then the value of – is :
( x y z 3 xyz )
3 3 3
Q.29 Express in lowest terms.
( x 2 y 2 z 2 xy yz zx )
15 15
(A) x + y – z (B) x + y + z (A) (B)
4 4
(C) x – y + z (D) x – y – z
(C) 4 (D) 15
Q.33 If and are the zeroes of 2x2 + 5x – 10, then the value of Q.40 If , , are the zeroes of the polynomial
is : 2x3 + x2 – 13x + 6, then the value of is :
5 (A) 3 (B) –3
(A) (B) 5
2
1 13
2 (C) (D)
(C) –5 (D) 2 2
5
Q.34 The sum and product of the zeroes of a quadratic Q.41 The value of 6a + 11b, if x3 – 6x2 + ax + b is exactly divisible
polynomial are 2 and –15 respectively. The quadratic by (x2 – 3x + 2) is
polynomial is : (A) 0 (B) 132
POLYNOMIALS Page 33
1 1
(A) (B)
Q.46 xn + yn is divisible by (x + y) when 'n' is _____ 4 4
(A) an even number
5 5
(B) an odd number (C) (D)
16 16
(C) a prime number
(D) a natural number Q.54 If and are the zeroes of the quadratic polynomial ƒ(t) =
t2 – 4t + 3, then the value of 43 + 34 is :
Q.47 xn – yn is divisible by (x – y) when "n" in _____ . (A) 104 (B) 108
(A) an even number (C) 112 (D) –112
x 1 ?
Q.59 If , are the zeroes of the polynomial
x 2
ƒ(x) = x2 – p(x + 1) – c such that
(a + 1)(b + c) = 0, then c is equal to : x2 x2
(A) (B)
(A) 1 (B) 0 x3 x3
(C) –1 (D) 2
x2 x2
(C) (D)
x3 x3
Q.60 One of the factors of
(a2 – b2) (c2 – d2) – 4 abcd is :
x
(A) ac – bd + bc + ad Q.66 The additive inverse of 3x – 4 + is
2x 1
(B) ac – bd + bc – ad
6x 2 10 x 4 x
(C) cannot be determined (A) (B) –3x + 4 – (C)
2x 1 2x 1
(D) none of these
x x
–3x + 4 + (D) –3x + 4 –
x 1 2x 1 1 2x
Q.61 The sum of and its reciprocal is
x 1
x2 1 x2 1
(A) (B) 5
x2 1 x2 1 Q.67 The reciprocal of –3 + is
x2
2( x 2 1) 1 x2 x2
(C) (D) none (A) (B) –3 +
x2 1 3 5 5
x2 5
(C) (D) 3 –
1 2x 1 2x PQ 11 3 x x2
Q.62 If P = and Q = then = ( A )
1 2x 1 2x PQ
4x 1 4x 2 1 1 2x
(B) Q.68 Simplify :
1 4x 2 4x 1 x x2 1 x x2 1 x2 x4
4x (1 4x 2 ) 1
(C) (D) (A) 0 (B)
1 4x 2 4x 1 x2 x4
1 2x 3
1 (C) (D)
Q.63 Express x – as a rational expression. 1 x2 x4 1 x2 x4
x
x 1 1
x 1 1 x Q.69 If A = then 2A – = ______
(A) (B) x 1 2A
x x
POLYNOMIALS Page 35
101. A
Page 38 PAIR OF LINEAR EQUATIONS IN TWO VARIABLES
Graphical Algebraic
Conditions representation representation Conclusion
Substituting the value of x in equation (i) or (ii), we can get the value of y.
With the help of a graph paper, we draw both the lines on the graph.
c1 a1x x x1 x2 c 2 a2 x x x3 x4
y= b1 , Table 1 y1 y2 y= b2 Table 2 y3 y4
y y
l a1x + b1y = c1
(x1, y1)
(x4, y4)
(x5, y5)
X' X
(x3, y3)
(x2, y2) l a2x + b2y = c2
Y'
Solved Problems
Ex.1 Aftab tells his daughter, "Seven years ago, I was seven times as old as you were then. Also, three years from now, I shall be three
times as old as you will be". (Isn't this interesting?) Represent this situation algebraically and graphically.
Sol. Let the present age of Aftab's daughter = x years.
and the present age of Aftab = y years (y > x)
According to the given conditions
Seven years ago, (y – 7) = 7 × (x – 7)
i.e., y – 7 = 7x – 49
i.e., 7x – y – 42 = 0 ...(i)
Three years later, (y + 3) = 3 × (x + 3)
i.e., y + 3 = 3x + 9
i.e., 3x – y + 6 = 0 ...(ii)
Thus, the algebraic relations are 7x – y – 42 = 0, 3x – y + 6 = 0.
Now, we represent the problem graphically as below :
7x – y – 42 = 0 ...(i)
Y
45
44
43
42
(x=12, y=42)
41
40
Age of Aftab = y
(x=11, y=39)
42 = 0
39
0
38
6=
37
7x + y
y+
36
3x –
35 (x=11, y=35)
34
33
32
31
5 6 7 8 9 10 11 12 13 14 15 X
Age of Daughter = x
Ex.2 Form the pair of linear equations in the following problems, and find their solutions graphically.
(i) 10 students of class X took part in a Mathematics quiz. If the number of girls is 4 more than the number of boys, find the
number of boys and girls who took part in the quiz.
(ii) 5 pencils and 7 pens together cost Rs. 50, whereas 7 pencils and 5 pens together cost Rs. 46. Find the cost of one pencil and
that of one pen.
Sol. (i) Let the number of boys be x and the number of girls be y.
According to the given conditions
x + y = 10 and y = x + 4
We get the required pair of linear equations as
x + y – 10 = 0, x – y + 4 = 0
Graphical Solution
x + y – 10 = 0 ...(i)
Y
(2,8) (4,8)
A (3,7)
=0
+4
x+
y
x–
y–
(2,6)
1
0=
(5,5)
0
X'
0 X
x 2 5
y = 10 – x 8 5
x– y+ 4 =0 ...(ii)
x 2 4
y= x + 4 6 8
From the graph, we have : x = 3, y = 7 common solution of the two linear equations.
Hence, the number of boys = 3 and the number of girls = 7. (Rest Try Yourself)
a1 b1 c
Ex.3 On comparing the ratios , and 1 , find out whether the lines representing the following pairs of linear equations
a2 b2 c2
intersect at a point, are parallel or coincident.
(i) 5x – 4y + 8 = 0; 7x + 6y – 9 = 0
(ii) 9x + 3y + 12 = 0; 18x + 6y + 24 = 0
(iii) 6x – 3y + 10 = 0; 2x – y + 9 = 0
Sol. (i) 5x – 4y + 8 = 0 ...(i)
7x + 6y – 9 = 0 ...(ii)
a1 5 b1 –4 2
= , = =–
a2 7 b2 6 3
a1 b1
a2 b2
Lines represented by (i) and (ii)
intersect at a point. (Rest Try Yourself)
Page 42 PAIR OF LINEAR EQUATIONS IN TWO VARIABLES
a1 b1 c
Ex.4 On comparing the ratios , and 1 , find out whether the following pairs of linear equations are consistent, or
a2 b2 c2
inconsistent.
(i) 3x + 2y = 5; 2x – 3y = 7 (ii) 2x – 3y = 8; 4x – 6y = 9
3 5
(iii) x + y = 7; 9x – 10y = 14 (iv) 5x – 3y = 11; – 10x + 6y = – 22
2 3
4
(v) x + 2y = 8; 2x + 3y = 12
3
Sol. (i) 3x + 2y – 5 = 0 ...(i)
2x – 3y – 7 = 0 ...(ii)
a1 3 b1 2 2 a1 b1
= ; = =– a b
a2 2 b2 –3 3 2 2
Ex.5 Find atleast three solutions for each of the following linear equations in two variables:
(i) x + y + 4 = 0 (ii) 5x + 3y = 4
Sol. (i) x + y + 4 = 0
If x = 0, then 0 + y + 4 = 0 y = – 4 So, (0, –4) is a solution.
If x = 1, then 1 + y + 4 = 0 y = – 5 So, (1, –5) is a solution.
If x = –1, then –1 + y + 4 = 0 y = – 3 So, (–1, –3) is a solution.
x 0 1 1
We can display the above solutions is the form of a table given below : y 4 5 3
(ii) 5x + 3y = 4
If x = 2, then 5(2) + 3y = 4 3y = 4 – 10 3y = – 6 y = – 2So, (2, –2) is a solution.
If x = – 1, then 5(–1) + 3y = 4 y = 4 + 5 3y = 9 y = 3 So, ( –1, 3) is a solution.
If x = 5, then 5(5) + 3y = 4 3y = 4 – 25 = –21 y = – 7 So, (5, –7) is a solution.
x 1 2 5
We can display the above solutions in the form of a table given below : y 3 2 7
1 12 1 7 4
Ex.6 Solve : and 2 where 2x + 3y 0 and 3x – 2y 0
2( 2x 3 y ) 7( 3 x 2 y ) 2 2x 3 y 3 x 2y
1 1
Sol. Let = u and = v, Then, the given system of equations becomes
2x 3 y 3 x 2y
1 12 1
u v 7u + 24v = 7 ...(i)
2 7 2
And 7u + 4v = 2 ...(ii)
1
Subtracting (ii) from (i), we get : 20 v = 5 v =
4
1 1
Putting, v = in (i), we get : 7u + 6 = 7 u =
4 7
1 1 1
Now, u = = 2x + 3y = 7 ...(iii)
7 2x 3 y 7
1 1 1
And, v= = 3x - 2y = 4 ...(iv)
4 3 x 2y 4
Multiplying (iii) by 2 and (iv) by 3, we get : 4x + 6y = 14 ...(v),
9x – 6y = 12 ...(vi)
Adding (v) and (vi), we get : 13x = 26 x = 2
Puting x = 2 in (v), we get : 8 + 6y = 14 y = 1 Hence, x = 2, y = 1 is the solution of the given system.
PAIR OF LINEAR EQUATIONS IN TWO VARIABLES Page 43
–b –-(a2+ab+b2) –-(a2+ab+b2) a a –b
xy 1 xy
2 2 2
b( a ab b ) b( a ab b )
= 2
[ a( b ) ab ]
and a(a2 ab b2 ) a(a2 ab b2 )
1
=
[ a( b ) ab ]
2a2b a2 b2
And, x–y= =–a Thus, x+y= and x–y=–a
2ab a
a2 b2 b2 b2
Adding (iii) and (iv), we get : 2x = –a= or x =
a a 2a
a2 b2 ( b2 2a2 ) ( b2 2a2 )
Subtracting (iv) from (iii), we get : 2y = a = or y =
a a 2a
b2 b2 2a2
Hence, x = ,y =
2a 2a
Ex.9 For what value of k will the equations (k – 3) x + 3y = k, kx + ky = 12 represent coincident lines?
Sol. The given system of equations (k – 3)x + 3y – k = 0 and kx + ky – 12 = 0
It is of the form : a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0
Where, a1 = k – 3, b1 = 3, c1 = –k and a2 = k, b2 = k, c2 = – 12
The given equatins will represent conincident lines, if they have infiniely many solutions.
a1 b1 c1 k 3 3 k k 3 3
The condition for which is a = b = c ie. = = =
2 2 2 k k 12 k k
3 k
and =
k 12
k2 – 3 k = 3k and k2 = 36 k2 – 6k = 0 and k2 = 36
k(k – 6) = 0 and 36 k= (k = 0 or k = 6) and (k = ±6) k = 6
Hence, the given equations represent coincident lines, when k = 6.
Page 44 PAIR OF LINEAR EQUATIONS IN TWO VARIABLES
Ex.10 Which of the following pairs of linear equations are consistent/inconsistent? If consistent, obtain the solution graphically :
(i) x + y = 5, 2x + 2y = 10 (ii) x – y = 8, 3x – 3y = 16
(iii) 2x + y – 6 = 0, 4x – 2y – 4 = 0 (iv) 2x – 2y – 2 = 0, 4x – 4y – 5 = 0
Sol. (i) x+y=5 ...(i) Y
2x + 2y = 10 ...(ii) (1,4)
a1 1 b1 1 c1 –5 1
= , = , = =
a2 2 b2 2 c2 –10 2
a1 b1 c1 (3,2)
i.e., = =
a2 b2 c2
x 1 3
(Rest Try Yourself)
y= 5–x 4 2
Ex.11 Given the linear equation 2x + 3y – 8 = 0, write another linear equation in two variables such that the geometrical representation
of the pair so formed is :
(i) Intersecting lines (ii) Parallel lines (iii) Coincident lines
Sol. (i) 2x + 3y – 8 = 0 (Given equation)
3x + 2y + 4 = 0 (New equation)
a1 b1
Here, a b
2 2
Hence, the graph of the two equations will be two intersecting lines. (Rest Try Yourself)
Ex.12 Draw the graphs of the equations x – y + 1 = 0 and 3x + 2y – 12 = 0. Determine the coordinates of the vertices of the triangle formed
by these lines and the x-axis, and shade the triangular region.
Sol. x– y+ 1 =0 ...(i)
x 1 3
y= x + 1 2 4
3x + 2y – 12 = 0 ...(ii)
Y
3x
=0
+2
1
y–
y+
12
x–
=0
A (2,3)
x 0 4
X' B C y=
12 3 x 6 0
0 (4,0) X 2
0)
1,
(–
Y'
s t
(i) x + y = 14, x – y = 4 (ii) s – t = 3, + =6
3 2
(iii) 3x – y = 3, 9x – 3y = 9 (iv) 0.2x + 0.3y = 1.3, 0.4x + 0.5y = 2.3
3x 5y x y 13
(v) 2x + 3y = 0, 3x – 8y = 0 (vi) – = –2 , + =
2 3 3 2 6
Sol. (i) x + y = 14 ...(i)
x–y=4 ...(ii)
From (ii) y = x – 4 ...(iii)
Substituting y from (iii) in (i), we get
x + x – 4 = 14 2x = 18 x = 9
Substituting x = 9 in (iii), we get
y = 9 – 4 = 5,
i.e, y=5
x = 9, y = 5
(ii) s–t=3 ...(i)
s t
+ =6 ...(ii)
3 2
From (i) s=t+3 ...(iii)
Substituting s from (iii) in (ii), we get
t3 t
6 2(t + 3) + 3t = 36
3 2
5t + 6 = 36 t=6 s = 9, t = 6 (Rest Try Yourself)
Ex.14 Solve the following pair of equations by the elimination method and the substitution method:
(i) x + y = 5 and 2x – 3y = 4 (ii) 3x + 4y = 10 and 2x – 2y = 2
x 2y y
(iii) 3x – 5y – 4 = 0 and 9x = 2y + 7 (iv) + = –1 and x – =3
2 3 3
Sol. (i) Solution By Elimination Method: Solution By Substitution Method :
2x – 3y = 4 ...(ii) 2x – 3y = 4 ...(ii)
adding
=3×5+1×4
3x + 3y + 2x – 3y = 19 2x – 3(5 – x) 2x – 15 + 3x = 4
19 19
5x = 19 x = 5x = 19 x =
5 5
19 19 6
From (i), substituting x = , Then from (iii), y = 5 – y=
5 5 5
we get
19 19 19 6
+y=5y=5– Hence, x = , y=
5 5 5 5
6 19 6
y= Hence, x = ,y= (Rest Try Yourself)
5 5 5
Page 46 PAIR OF LINEAR EQUATIONS IN TWO VARIABLES
Ex.15 Which of the following pairs of linear equations has unique solution, no solution, or infinitely many solutions. In case there is
6x – 10y = 40 3x – 3y – 15 = 0
Sol. (i) x – 3y – 3 = 0, 3x – 9y – 2 = 0
a1 1 b1 –3 1 c1 3 a1 b1 c1
= , = = , = a =b c
a2 3 b2 –9 3 c2 2 2 2 2
Hence, no solution.
(ii) 2x + y = 5 ...(i) and 3x + 2y = 8 ...(ii)
a 1 b1 a 1 2 b1 1
a 3 , b 2
a 2 b2 2 2
Here, we have a unique solution. By cross multiplication, we have
x y 1
= =
1 –5 –5 2 2 1
2 –8 –8 3 3 2
x y 1
= =
{(1)(–8)–(2)(–5)} {(–5)(3)–(–8)(2)} {(2)(2)–(3)(1)}
x y 1
= =
(–8+10) (–15+16) (4–3)
x y 1 x 1 y 1
= = = and =
2 2 1 2 1 1 1
x = 2 and y = 1 (Rest Try Yourself)
Ex.16 (i) For which values of a and b does the following pair of linear equations have an infinite number of solutions?
2x + 3y = 7, (a – b) x + (a + b) y = 3 a + b – 2
(ii) For which value of k will the following pair of linear equations have no solution?
3x + y = 1, (2k – 1) x + (k –1) y = 2k + 1.
Sol. (i) 2x + 3y – 7 = 0 ...(i)
(a – b) x + (a + b) y – (3 a + b – 2) = 0 ...(ii)
For infinite number of solutions, we have
a-b a+b 3a+b -2
= =
2 3 7
For first and second, we have From second and third, we have
a-b a+b a+b 3a+b -2
= =
2 3 3 7
or 3a – 3b = 2a + 2b or 7a + 7b = 9a + 3b – 6
or a = 5b ...(i) or 4b = 2a – 6 or 2b = a – 3 ...(ii)
From (i) and (ii), eliminating a,
2b = 5b – 3 b=1
1 1 1 1 13 2 3 4 9
(i) + =2 , + = (ii) + =2 , – =–1
2x 3y 3x 2y 6 x y x y
4 3 5 1 6 3
(iii) +3y =14, –4y =23 (iv) + =2 , – =1
x x (x –1) (y –2) (x –1) (y –2)
7x –2y 8x +7y
(v) =5, =15 (vi) 6x + 3y = 6xy, 2x + 4y = 5xy
xy xy
10 2 15 5
(vii) + = 4, – =–2
(x +y) (x – y) (x +y) (x – y)
1 1 3 1 1 –1
(viii) + = , – =
(3x +y) (3x – y) 4 2(3x +y) 2(3x – y) 8
1 1 1 1 13
Sol. (i) + =2 , + =
2x 3y 3x 2y 6
1 1
Putting =u and = v
x y
1 1 1 1 13
We get u+ v =2, u+ v =
2 3 3 2 6
Multiplying by 6 on both sides, we get
3u + 2v = 12 ...(i)
2u + 3v = 13 ...(ii)
Multiplying (i) by 3 and (ii) by 2, then subtracting later from first, we get
9u – 4u = 36 – 26 u = 2
6 + 2v = 12 v=3
Now,u = 2 and v = 3
1 1 1 1
= 2 and = 3 x = and y =
x y 2 3
1 1
(ii) [Hint : Put =u& = v ],
x y
(iii) Try Yourself
1 1
(iv) [Hint : Put = u and = v to get :
x –1 y–2
5u + v = 2 and 6u – 3v = 1]
Page 48 PAIR OF LINEAR EQUATIONS IN TWO VARIABLES
7x –2y 8x+7y
(v) [Hint : =5, =15
xy xy
7x 2y 8x 7y
– =5, + =15
xy xy xy xy
7 2 8 7
– =5, + =15
y x y x
1 1
Putting = u and = v, we get
x y
7v – 2u = 5, 8v + 7u = 15
(vi) [Hint : Divide both equation by xy
6x 3y 2x 4y
6; 5
xy xy
Now, same as (v)]
1 1
(vii) [Hint : Put = u and = v to get :
xy xy
10 u + 2v = 4 and 15u – 5v = –2]
1 1
(viii) [Hint : Put = u and = v to get :
3x y 3x y
3 1 1 1
u+v= and u– v=– ]
4 2 2 8
Ex.18 A fraction is such that if the numerator is multiplied by 3 and the denominator is reduced by 3, we get 18/11, but if the numbertor
is increased by 8 and the denominator is doubled, we get 2/5.
Find the fraction.
x
Sol. Let the fraction be y
3x 18 x8 2
Then, according to the given conditiosn, we have : y 3 11 and 2 y 5
or 11x = 6y – 18 and 5x + 40 = 4y or 11x – 6y = –18 .... (i)
or 5x – 4y = –40 ..... (ii)
Multiplying equation (i) by 2 and (ii) by 3, we get : 22x – 12y = –36 ..... (iii),
15x – 12y = –120 ..... (iv)
Subtracting (iv) from (iii), we get : 7x = 84 x = 12 Substituting x = 12 in (i),
we get : 11(12) – 6y = –18
12
132 – 6y = –18 – 6y = –150 y = 25 Hence the fraciton is .
25
Ex.19 The sum of a two-digit number and the number obtained by reversing the order of its digits is 121, and two-digits differ by 3. Find
the number.
Sol. Let the number be 10y + x.
Unit’s digit = x, ten’s digit = y. The number obtained by reversing the order of the digits is 10x + y.
According to the given conditions, we have : (10y + x) + (10 x + y) = 121 11 (x+y) = 121 x + y = 11 ...(i)
and, x – y = ±3 [Difference of digits is 3]
Thus, we have the following collection of simultaneous equations :
x y 11 ...(i) or x y 11 ...(iii)
and x y 3 ...(ii) x y 3 ...(iv )
On solving (i) and (ii), we get : x = 7, y = 4 On solving (iii) and (iv), we get : x = 4, y = 7
When x = 7, y = 4 We have : Number = 10y + x = 10 × 4 + 7 = 47
When x = 4, y = 7 We have : Number = 10y + x = 10 × 7 + 4 = 74
Hence, the number is either 47 or 74.
PAIR OF LINEAR EQUATIONS IN TWO VARIABLES Page 49
Ex.20 A and B are friends and their ages differ by 2 years. A’s father D is twice as old as A and B is twice as old as his sister C. The ages
of D and C differ by40 years. Find the ages of A and B.
Sol. Let the ages of A and B be x years and y years respectively. Then,
Also, according to the quesiton : x – y = ±2 [given]
y
D’s age =2x years and C’s age = years.
2
y
Clearly, D is older than C. 2x – = 40 4x – y = 80
2
Thus, we have the following two systems of linear equations :
x y 2 ...(i) and x y 2 ...(iii)
4x y 80 ...(ii) 4x y 80 ...(iv)
Substracting (i) from (ii), we get : 3x = 78 x = 26
82 1 1
Putting x = 26 in (i), we get : y = 24 and Substracting (iv) from (iii), we get –3x = –82 x = = 27 and y = 29 .
3 3 3
Age of A is 26 years and B is 24 years.
Ex.21 Points A and B are 90 km apart from each other on a highway. A car starts from A and another from B at the same time. If they go
9
in the same direction they meet in 9 hours and if they go in opposite direction they meet in . Find their speeds.
7
Sol. Let X and Y be two cars starting from points A and B respectively
Let the speed of car X be x km/hr and that of car Y be y km/hr
Case 1 :
When two cars move in the same directions : 90 km
Then, distance travelled by car X = AQ,
A B Q
and, distance travelled by car Y = BQ. x y
It is given that the two cars meet in 9 hours.
Distance travelled by car X in 9 hours = 9x km [Distance = speed × time]
AQ = 9x
Distance travelled by car Y in 9 hours = 9y km [For Y, speed = y km/hr, time = 9 hours] BQ = 9y
Clearly, AQ – BQ = AB 9x – 9y = 90 [AB = 90 km] x – y = 10 …...(i)
Case II : 90 km
When two cars move in opposite directions : A B
Suppose two cars meet at point P. P
x y
Then, distance travelled by X = AP, and, distance travelled by car Y = BP.
9 9 9 9
In this case, two cars meet in hours. Distance travelled by car X in hours = x km AP = x
7 7 7 7
9 9 9
Distance travelled by car Y in hours = y km BP = y
7 7 7
9 9 9
Clearly, AP + BP = AB x + y = 90 (x + y) = 90 x + y = 70 ……(ii)
7 7 7
Solving (i) and (ii), we get : x = 40 and y = 30.
Hence, speed of car X is 40 km/hr and speed of car Y is 30 km/hr.
Ex.22 The ratio of incomes of two persons is 9 : 7 and the ratio of their expenditures is 4 : 3. If each of them saves Rs 200 per month, find
their monthly incomes.
Sol. Let the income of first person be Rs 9x and the income of second person be Rs 7x. Further; let the expenditures of first and second
person be 4y and 3y respectively. Then,
Saving of first person = 9x – 4y, and Saving of second person = 7x – 3y
According to the questions :
9x – 4y = 200 ..…(i) and 7x – 3y = 200 ...…(ii)
Multiplying (i) by 3 and (ii) by 4, we get : 27x – 12y = 600 ……(iii) 28x – 12y = 800 ……(iv)
Subtracting (iii) from (iv), we get : x = 200
Substituting x = 200 in (i), we get : 9(200) – 4y = 200 –4y = 200 – 1800 –4y = –1600 y = 400
Thus, monthly income of first person = Rs. 9x = Rs 9 × 200 = Rs 1800
and monthly income of second person = Rs 7x = Rs(7 × 200) = Rs 1400.
Page 50 PAIR OF LINEAR EQUATIONS IN TWO VARIABLES
Q.31 Solve the following linear pair by equating the coefficients x + y = 2ab
:
Q.48 Solve the following system of linear equations : ax + by = a – b,
x y x y bx – ay = a + b.
1 15; 15
10 5 8 6
Q.49 Solve for x and y : 47x + 31y = 63,
Q.32 Solve for x and y : 0.04x + 0.02y = 5; 31x + 47y = 15
0.5 (x – 2) – 0.4y = 29.
x ax by
Q.33 If 2x + y = 35 and 3x + 4y = 65, find the value of y . Q.50 Solve for x and y : = a + b;
b a
8 6 ax – by = 2ab
Q.34 Solve the linear pair : 3x – = 5, x + = 6, y 0
y y
Q.51 Half the perimeter of a rectangular garden, whose length is
Q.35 Find algebraically whether the following pair of equations
has infintely many solutions: 4m more than its width, is 36m. Find the dimensions of the
3x – 5y = 20, 6x – 10y = 40. garden
Q.36 Find algebraically whehter the pair of equations x – 2y = 0,
9
5x – 10y = 10 is consistent or inconsistent. Q.52 A fraction becomes , if 2 is added to both the numerator
11
Q.37 Find whether the pair of equations
and the denominator.
9 15 If, 3 is added to both the numerator and the denominator it
–3x + 4y = 5, x – 6y + = 0 has a unique solution, no
2 2
solution or infinite solutions. 5
becomes . Find the fraction.
Q.38 Find the value of k, for which the following pair of equations 6
has no solution : Q.53 Ritu can row downstream 20 km. in 2 hours and upstream 4
kx – 5y = 2, 6x + 2y = 7. km. in 2 hours. Find her speed of rowing in still water and
Q.39 Obtain the condition that the pair of linear equations ax + the speed of the current.
by = c, lx + my = n has a unique solution.
2
b2 x a y
Q.40 Find the value of k, for which the pair of equations 3x + 5y Q.54 Solve the system of equations for x and y : =
a b
= 0, kx + 10y = 0, has a non-zero solution.
ab(a + b) and b2x – a2y = 2a2b2
Q.41 For what value of k, the following pair of linear equations
has infinite number of solutons : Q.55 Draw the graph of the equation 2x + y = 7. From the graph,
find
2x + 3y = 2, (k + 2)x + (2k + 1)y = 2(k – 1)
(i) whether point (3, 4) lies on the graph
Q.42 Find the value of k, so that the pair of linear equations will
have infinite number of solutions : (ii) is x = 3, y = 1 a solution of the equation
Q.43 10 students of class X took part in Mathematics quiz. If the (iv) the point where equation meet y-axis.
number of girls is 4 more than the number of boys, find the Q.56 The path of train A is given by 3x – 4y = 1 and the path of
number of boys and girls who took part in the quiz. another train B is given by the equation 8y – 6x = 4. Represent
Q.44 The larger of two supplementary angles exceeds the smaller this situation graphically.
by 18 degrees. Find them.
Q.57 Show graphically, the linear pair 2x + 4y = 10; 3x + 6y = 12
Q.45 Yash scored 40 marks in a test, getting 3 marks for each
has no solution.
right answer and losing 1 mark for each wrong answer. Had
4 marks been awarded for each correct answer and 2 marks Q.58 Solve the pair of equations 3x + y = 2;
have been deducted for each incorrect answer, then Yash
6x + 2y = 4, graphically.
would have scored 50 marks. How many question were
there in the test ? Q.59 Determine graphically, whether the linear pair x – 2y = 2; 4x
Q.46 Solve for x and y, 152x – 378y = –74; – 2y = 5 is consistent or inconsistent.
–378x + 152y = –604.
Q.60 Solve for x and y, the pair of equations :
b a
Q.47 Solve for x and y : x + y = a 2 + b 2 and
a b
Page 52 PAIR OF LINEAR EQUATIONS IN TWO VARIABLES
Q.72 The age of a man is three times the sum of the ages of his
2 2 1 3 2 two children and five years hence, his age will be double
; = 0.
x 3y 6 x y
the sum of their ages. Find his present age.
Q.73 90% and 97% pure acid solutions are mixed to obtain 21
Hence, find the value of a for which y = ax – 4.
litres of 95% pure solution. How many litres of each solution
Q.61 Solve the pair of equations : 3(a + 3b) = 11ab, 3(2a + b) = are needed?
7ab Q.74 A man has Rs. 50 in 50p. and 25p. coins. All the 50 p. coins
are worth as much as all the 25 p. coins. How many coins of
Q.62 Solve the pair of equations : x + y = 5xy,
each he has?
3x + 2y = 13xy; x 0, y 0
Q.75 A person sells two articles together for Rs. 46, making a
Q.63 Solve the following pair equations : profit of 10% on one and 20% on the other. If he had sold
each article at 15% profit, the result would have been the
1 5 3 5 3 61 same. At what price did he buy each article?
,
2( x 2y ) 3(3 x 2y ) 2 4( x 2y ) 5(3 x 2y ) 60
Q.76 One alloy of iron is 49% iron and another 28% iron. How
many tonne of each should be used to make 120 tonne of
xy 6 xy 42% iron alloy ?
Q.64 Solve for x and y : , 6, where x+
xy 5 yx
Q.77 In a ABC, C = 3A and B =
y 0, y – x 0 2 (A + C). Find the angles.
Q.83 Draw the graphs of the equation 16. audio cassette = Rs. 30, video cassette = Rs. 300
5x – y = 5 and 3x – y = 3. Determine the coordinates of the 17. 57 18. 3/5
vertices of the traingle formed by these lines and the y-
19. Father’s age = 42yrs, Son’s = 10 yrs
axis.
Q.84 Two years ago, a father was five times as old as his son. 20. 99º, 81º
Two years later, his age will be 8 more than three times the 21. Train = 100 km/h, Car = 80 km/h
age of the son. Find the present ages of father and son.
22. Man = 140 days, Boy = 280 days
23. Consistent 24. x – 4y + 9 = 0
25. k 10 26. yes
3x 11
27. y = , (0, 11/5)
5
y7
28. x = , (–7/4, 0) 29. no
4
1. (i) Consistent (ii) inconsistent 62. 1/2, 1/3 63. 1/2, 5/4
Q.21 The solution of the system of equations by (C) b and –a (D) b and a
Q.30 For what value of k will the equations x + 2y + 7
x y 8 x 2y 14 3 x y 12
is = 0, 2x + ky + 14 = 0 represent coincident lines ?
2 3 11
(A) 4 (B) –4
(A) x = 2, y = 8 (B) x = 4, y = 4
(C) x = 2, y = 6 (D) x = 4, y = 6 4 3
(C) (D)
3 4
Q.22 For what value of p will the system of equations
3x + y = 1, (2p – 1)x + (p – 1)y = (2p + 1) has no solution ? Q.31 Find the value of k for which the system of equations 2x – 3y =
7 and (k + 2)x – (2k + 1)
(A) p = 2 (B) p 2
y = 3(2k – 1) have infinitely many solutions.
(C) p = –2 (D) p –2
(A) 2 (B) –2
Q.23 The solution of the system of equations 2x 5y = 0 (C) 3 (D) 4
and 3 x 7 y = 0 is Q.32 If am bl, then the system of equations
ax + by = c, lx + my = n
(A) x = 3 , y = 5 (B) x = 2 , y = 7 (A) has a unique solution
(B) has no solution
(C) x = 1, y = 2 (D) x = 0, y = 0
(C) has infinitely many solutions
Q.24 For what value of p does the system of equations 2x – py =
Page 58 PAIR OF LINEAR EQUATIONS IN TWO VARIABLES
(A) 40 years (B) 10 years times the second equals 37, while 3 times the first added to
(C) 18 years (D) 20 years 9 times the second equals 45. The numbers are :
Q.50 Of the following alternatives, the one that includes all (A) 2 and 4 (B) 3 and 4
values of x which satisfy (C) 4 and 6 (D) none of these
2x – 3 > 7 – x is :
Q.59 The value of k for which the system of equations 2x + 3y =
10 5, 4x + ky = 10 has inifinite number of solutions, is :
(A) x > 4 (B) x <
3
(A) k = 1 (B) k = 3
10 10
(C) x = (D) x > (C) k = 6 (D) k = 0
3 3
Q.60 The value of k for which the system of equations x + 2y – 3
Q.51 The solution of 5 x 1 x 1 = 2 is : = 0 and 5x + ky + 7 = 0 has no solution, is :
2 (A) k = 10 (B) k = 6
(A) x = 5 (B) x =
3
(C) k = 3 (D) k = 1
(C) x = 3 (D) x = 1
Q.61 The value of k for which of the system of equations x + 2y
ax b b
Q.52 Given b a, the fractions and are unequal if : = 5, 3x + ky + 15 = 0 has no solution, is
cx d d
(A) a = c = 1 and x 0 (A) k = 6 (B) k = –6
(B) a = b = 0 3
(C) k = (D) none of these
(C) a = c = 0 2
Q.62 The value of k for which the system of equations 3x + 5y =
(D) x = 0
0 and kx + 10y = 0 has a non-zero solution, is :
Q.53 If 8 2x = 5º, then x = _____
(A) k = 0 (B) k = 2
(A) –3 (B) 3
(C) k = 6 (D) k = 8
(C) 2 (D) 4
Q.54 The solution of the system of equations Q.63 The equation x 4 x 3 + 1 = 0 has :
(A) no root
1 1 1 1
= – 1, = 8 is :
2x y x 2y (B) one real root
1 1 1 1 (C) one real root and one imaginary root
(A) , (B) ,
6 4 4 6
1 1 1 1 (D) two imaginary roots
(C) , (D) ,
2 3 3 2 1 2 3
Q.64 When x5, x + , 1 2 are multiplied, the product is
Q.55 The solution of the system of equations x x x
a polynomial of degree
ax + by – a + b = 0, bx – ay – a – b = 0 is
(A) 5 (B) 6
(A) 1, –1 (B) 1, 1
(C) 4 (D) 3
(C) –1, –1 (D) –1, –2
Q.65 The primes p, q and r satisfy p + q = r where "r" is an even
Q.56 5 books and 7 pens together cost Rs 79, whereas 7 books
and 1 < p < q, then p equals :
and 5 pens together cost
(A) 2 (B) 3
Rs 77. Find the total cost of 1 book and 2 pens.
(C) 7 (D) 13
(A) Rs 15 (B) Rs 20
x x
(C) Rs 30 (D) Rs 40 Q.66 If x 0, = y2 and = 4y, then "x" equal to :
2 4
Q.57 The unit's digit of a two digit number is twice its ten's digit. (A) 8 (B) 16
If the digits are reversed, the number is 27 more than the (C) 128 (D) 64
original number. The number is : 1
x
(A) 24 (B) 36 1 y
Q.67 If x, y and y – are not zero, then equal to
x 1
(C) 48 (D) none of these y
x
x
Q.58 Two numbers are such that 7 times the first added to 4 (A) 1 (B) y
Page 60 PAIR OF LINEAR EQUATIONS IN TWO VARIABLES
Q.74 Divide 62 into two parts such that one-fourth part of the (A) m = –5, n = –1 (B) m = 5, n = 1
first two-fifths part of the second are in the ratio 2 : 3. (C) m = –1, n = 5 (D) m = n = 1
(A) 24, 38 (B) 32, 30 Q.83 The value of k for which the system of equations 3x – 4y +
(C) 16, 46 (D) 40, 22 7 = 0 and
SIMILAR TRIANGLES
1.1 SIMILAR GEOMETRIC FIGURES
Two geometric figures which are same in shape, such that one is simply a copy of the other on a smaller scale or a larger scale, are
called similar geometric figures. Two geometric figures are said to be similar if and only if they have the same shape but not
necessarily the same size.
Note: Two congurent geometric figures are always similar but converse may or may not be true.
D E l
B C
If a line is drawn parallel to one side of a triangle, to intersect the other two sides in distinct points, the other two sides are divided
in the same ratio.
If in ABC, l ||BC, intersecting in D and E, then
AD AE AD AE DB EC
(i) (ii) (iii)
DB EC AB AC AB AC
D E l
B C
AD AE
that , then DE || BC
DB EC
If two angles of one triangle are respectively equal to the two angles of another triangle, then the third angles of the two triangles are
necessarily equal, because the sum of three angles of a triangle is always 180°.
AB BC CA
A = P, B = Q, C = R and
PQ QR RP
i.e. A and P,B and Q,C and R are the corresponding vertices, also AB and PQ, BC and QR, CA and RP are the corresponding sides.
B C
AD AE D E
To prove :
DB EC
B C
Page 64 SIMILAR TRIANGLES
1
Area of BDE = × DB × EL ....(ii) ,Now Dividing (i) and (ii), we have
2
1
Area ofADE 2 AD EL AD
Area of BDE = 1 =
DB
...(iii)
DB EL
2
Similarly,
1
Are of ADE 2 AE DM AE
= = ...(iv)
Area of CDE 1 EC
EC DM
2
Since, BDE and CDE are triangles on the same base DE and between the same parallels
DE and BC
Area of BDE = Area of CDE
AD AE
From (iii) and (iv), we have
DB EC
Corollary : If in a ABC, a line DE || BC, intersects AB in D and AC in E, then
AB AC AB AC
(i) (ii)
AD AE DB EC
Proof :
(i) From the Basic Proportionality Theorem (B.P.T), we have taking reciprocals of both sides adding 1 on both sides]
AD AE DB EC
DB EC AD AE
DB EC
1+ =1+
AD AE
AD DB AE EC
=
AD AE
AB AC
AD AE
(ii) Again, from B.P.T., We have
AD AE AD AE
1 +1
DB EC DB EC
AD DB AE EC AB AC
=
DB EC DB EC
1.11 Converse of Basic proportionality Theorem:
If a line divides any two sides of a triangle in the same ratio, the line is parallel to the third side.
AD AE
Given : ABC and a line ‘’ intersects AB in D and AC in E, such that
DB EC
To Prove : Line l is parallel to BC or DE || BC
A
E'
D
E
B C
SIMILAR TRIANGLES Page 65
Proof : If possible, let the line is not parallel to BC. Through D, draw ’|| BC intersecting AC in E’ Now, by basic propotionlity
theorem, we have
AD AE' AD AE
...(i) But ....(ii)
DB E' C DB EC
From (i) and (ii), we have
AE AE'
EC E' C
Adding 1 to both sides, we have
AE AE'
+1 = +1
EC E' C
AE EC AE'E' C AC AC
EC = E’C
EC E' C EC E' C
Which is only possible, if E and E’ coincide. Hence, line is parallel to BC or DE || BC
1.12 The ratio of the areas of two similar triangles is equal to the ratio of the squares of their corresponding sides.
A P
Given : ABC PQR
To prove :
AB BC CA
PQ QR RP
Also, B = Q [ corresponding angles of similar triangles are equal]
and ADB = PMQ [each = 90°]
AD AB
ADB PMQ
PM PQ
AD AB BC CA
From (i) and (ii), we have
PM PQ QR RP
1
BC AD
Area of ABC 2
Now, = ,
Area of PQR 1 QR PM
2
Area of ABC BC AD BC BC BC2
=
Area of PQR QR PM QR QR QR 2
AB2 BC2 CA 2
Also, from (i), we have
PQ2 QR 2 RP 2
Area of ABC AB2 BC2 CA 2
Therefore, form (iv) and (v) we have 2
2
Area of PQR PQ QR RP 2
1.13 A sum of the squares of the other two sides.
(Pythagoras’ theorem) In a right triangle, the square of the hypotenuse is equal to the
Given: A ABC in which ABC = 90º. D
To Prove: AC2 = AB2 + BC2.
Consturction: Draw BD AC.
Proof: In ADB and ABC, we have:
B C
A = A (common) ADB = ABC
AD AB
ADB ~ ABC
AB AC
AD × AC = AB2 …(i)
In BDC and ABC, we have
C = C (COMMON)
Page 66 SIMILAR TRIANGLES
1.14 (Converse of Pythagoras’ theorem) In a triangle, if the square of one side is equal to the sum of the squares of the other two
sides then the angle opposite to the first side is a right angle.
B C E F
Proof: In DEF, we have : E = 90º. So, by Pythagora’s theorem, we have :
DF2 = DE2 + EF2 DF2 = AB2 + BC2 ……(i)
[ DE = AB and EF = BC]
But, AC2 = AB2 + BC2 …… (ii)
[given]
Solved Problems
Ex.1 Prove that the line drawn from the mid-point of one side of a triangle, parallel to another side, bisects the third side.
Sol. ABC in which D is the mid-point of side AB and the line DE is drawn parallel to BC, meeting AC in E.
To Prove : E is the mid-point of AC i.e, AE = EC.
A
Proof : In ABC, we have DE || BC.
AD AE
..... (i) D E
DB EC
But D is the mid-point of AB.
AD B C
AD = DB 1 ..... (ii)
DB
From (i) and (ii), we get
AE
1 AE = EC
EC
Hence, E is the mid-point of AC.
(x
ED FC (x)
-1
)
x x 1 E F
x2 x
)
+2
(x)
(x
x2 = (x + 2) (x – 1)
D C
x2 = x2 + x – 2 x = 2 units
Ex.3 If the diagonals of a quadrilateral divide each other proportionally, prove that it is a trapezium.
DE CE
Sol. A quadrilateral ABCD whose diagonals AC and BD intersect at E such that .
EB EA
To prove : ABCD is a trapezium.
Construction : Draw FE || AB, metting
AD in F.
Proof : In ABD, we have FE || AB.
DF DE D C
... (i)
FA EB F E
DE CE
But ... (ii)
EB EA
From (i) and (ii), we get A B
DF CE
FA EA
which means in ACD, E and F are points on AC and AD respectively such that
DF CE
FA EA
FE || DC ... (iii) [by converse of B.P.T.]
But, FE || AB ... (iv) [by construction]
From (iii) and (iv), we get : AB || DC.
Hence, ABCD is a trapezium.
Page 68 SIMILAR TRIANGLES
AD 3 D E
(ii) If = and AC = 9.6 cm, find AE.
DB 5
B C
AD AE
Sol. (i) Since DE||BC, we have
AB AC
3 .4 AE 3.4 1 3.5
= 5.4
8 .5 13.5 8.5
Hence, AE = 5.4 cm.
AD AE
(ii) Since DE||BC, we have
DB EC
AE 3 AD 3
(Given)
EC 5 DB 5
LetAE = x cm. Then, EC = (AC – AE) = (9.6 – x) cm.
x 3
5x = 3(9.6 – x)
9.6 – x 5
5x = 28.8 – 3x 8x = 28.8 x = 3.6.
AE = 3.6 cm.
Ex.5 In the adjoining figure, AD = 5.6 cm, AB = 8.4 cm, AE = 3.8 cm and AC = 5.7 cm. Show that DE||BC.
Sol. We have, AD = 5.6 cm, DB = (AB – AD) = (8.4 – 5.6) cm = 2.8 cm.
AE = 3.8 cm, EC = (AC – AE) = (5.7 – 3.8) cm = 1.9 cm.
A
AD 5 .6 2 AE 3 .8 2
and
DB 2 .8 1 EC 1.9 1
AD AE D E
Thus,
DB EC B C
DE divides AB and AC proportionally.
Hence, DE||BC
PS PT
Ex.6 In fig, = and PST = PRQ. Prove that PQR is an isosceles triangle.
SQ TR
P
PS PT
Sol. It is given that =
SQ TR
Ex.7 Prove that any line parallel to parallel sides of a trapezium divides the non-parallel sides proportionally (i.e., in the same ratio).
OR
AE BF
ABCD is a trapezium with DC||AB. E and F are points on AD and BC respectively such that EF||AB. Show that =
ED FC
Ex.8 Any point X inside DEF is joined to its vertices. From a point P in DX, PQ is drawn parallel to DE meeting XE at Q and QR is drawn
parallel to EF meeting XF in R. Prove that PR || DF.
Sol. Given : In figure PQ || DE and QR || EF.
To Prove : PR || DF.
Proof : In XED; PQ || DE.
XP XQ
... (i) [by B.P.T.]
PD QE
Q R
E F
XQ XR
... (ii) [by B.P.T.]
QE RF
XP XR
PD RF
Thus, in XFD, R and P are points dividing sides XF and XD in the same ratio.
Therefore, by converse of B.P.T.,we have PR||DF.
Page 70 SIMILAR TRIANGLES
Ex.9 In the given figure, CAB = 90º and AD BC. If AC = 75 cm. AB = 1m and BD = 1.25 m, find AD.
Sol. In a ABC, A = 90º and AD BC, where D is on BC.
BAC ~ BDA C
BA AC BC
D
75cm
BD DA BA 1.
25
100 75 BC m
[AB = 1m 100cm
125 DA BA B
A 1m
and BD = 125 cm
100 75 125 75
DA 100 cm
125 DA
AD = 93.75 cm
QT QR
Ex.10 In fig, = and 1 = 2. Prove that PQS ~ TQR.
PR QS
Sol. 1 = 2 (Given)
PR = PQ ...(i)
T
(Sides opposite to equal angles in QRP)
QT QR P
Also = (Given) ...(ii)
PR QS
Form (i) and (ii), we have
QT QR QP QS 1 2
= = ...(iii)
PR QS QT QR Q S R
Now, in triangles PQR and TQR, we have
PQS = TQR (each = 1)
PQ QS
and = (from (3))
TQ QR
PQS ~ TQR (SAS Similarity)
Ex.11 If two triangles are equiangular, prove that the ratio of corresponding sides is the same as the ratio of the corresponding angle
bisector segments.
Sol. Given : Two s ABC and DEF in which A = D, B = E, C = F; and AX, DY are the bisectors of A and D respectively.
AB AC BC AX D
To porve :
DE DF EF DY
Proof : Since, equiangular traingels are similar [by AA-similarity] A
We have : ABC ~ DEF
AB BC AC
..... (i)
DE EF DF
1 1 B X C E Y F
Now, A = D A = D
2 2
BAX = EDY
Thus, in s ABX and DEY, we have : BAX = EDY [proved]
and B = E [given]
ABX ~ DEY [by A.A. similarity]
AB AX
.... (ii)
DE DY
From (i) and (ii), we get :
AB AC BC AX
DE DF EF DY
SIMILAR TRIANGLES Page 71
Ex.12 If two triangles are equiangular, prove that the ratio of the corresponding sides is the same as the ratio of the corresponding
medians.
Sol. Given : Two s ABC and DEF in which A = D, B = E, C = F; AP and DQ are the medians.
AB AC BC AP
To prove :
DE DF EF DQ A
D
Proof : Since, equiangular traingles are similar we have :
ABC ~ DEF [by A.A. similarity]
AB BC AC
DE EF DF
AB BC 2BP BP
But, [BC = 2BP, EF = 2EQ]
DE EF 2EQ EQ B P C E Q F
Now, in Ds ABP and DEQ, we have
AB BP
and B = E [given]
DE EQ
ABP ~ DEQ [byS.A.S. similarity]
AB AP
DE DQ
From (i) and (ii), we get :
AB AC BC AP
DE DF EF PQ
Ex.13 If two sides and a median bisecting one of these sides of a triangle are respectively proportioanl to the two sides and the
corresponding median of another triangle then the triangles are similar.
Sol. Given : ABC and DEF in which AP and DQ are the medians are such that
D
A
B P C E Q F
AB BC AP
DE EF DQ
To prove : ABC ~ DEF
AB BC AP
Proof : [given] .... (i)
DE EF DQ
1
BC
AB 2 AP
DE 1 DQ [note this step]
EF
2
AB BP AP 1 1
BC BP, EF EQ
DE EQ DQ 2 2
ABP ~ DEQ [by S.S.S. similarity]
B = E ... (ii)
Now, in s ABC and DEF, we have
AB BC
and B = E [from (i) and (ii)]
DE EF
ABC ~ DEF [by S.A.S. similarity]
Page 72 SIMILAR TRIANGLES
Ex.14 Prove that the ratio of the perimeters of two similar triangles is the same as the ratio of their correspoding sides.
Sol. ABC ~ DEF A
To Prove : D
Perimeter of ABC AB BC AC
c b
Perimeter of DEF DE EF DF
f e
Proof: Let BC = a, AC = b, AB = c,
EF = d, DF = e, DE = f
ABC ~ DEF B a C E
d
F
AB BC AC
k (say) .... (i)
DE EF DF
c a b
or k .... (ii)
f d e
c = fk, a = dk, b = ek
Perimeter of ABC AB BC AC
Perimeter of DEF DE EF DF
[perimeter of a trianlge= sum of its sides]
c a b fk dk ek
[using (ii)]
f de f de
k(f d e)
k
(f d e)
From (i) and (iii), we get
Perimeter of ABC AB BC AC
Perimeter of DEF DE EF DF
Ex.15 Two isosceles triangles have equal vertical angles and their areas are in the same ratio 16 : 25. Find the ratio of their corresponding
heights.
Sol. Given : s ABC and DEF such that AB = AC, DE = DF, A = D.
area (ABC) 16 A D
and
area(DEF) 25
AL
To Determine : ?
DM
Proof : AB = AC, DE = DF
AB DE B C E F
1 and 1 L M
AC DF
AB DE AB AC
AC DF DE DF
Thus, in s ABC and DEF, we have
AB AC
and A = D [given]
DE DF
ABC ~ DEF [by S.A.S. similarity]
area(ABC) AL2
area(DEF) DM2
AL 4
DM 5
SIMILAR TRIANGLES Page 73
Ex.16 Prove that in any triangle, the sum of the squares of any two sides is equal to twice the square of half of the third side together with
twice the square of the median which bisects the third side.
Sol. Given : A ABC iin which AD is a median. A
2
1
To prove : AB2 + AC2 = 2AD2 + 2 BC
2
or AB2 + AC2 = 2(AD2 + BD2)
Const. : Draw AE BC.
Proof : Since, AED = 90º. Therefore, in ADE, we have
ADE < 90º ADB > 90º B C
D E
Thus, ADB is an obtuse-angled triangle and ADC is an acute angled triangle.
Now, ABD is obtuse-angled at D and
AE BD produced.
we have AB2 = AD2 + BD2 + [Link]
... (i)
Again, ACD is acute-angled at D and
AE CD. we have
AC2 = AD2 + DC2 – [Link]
AC2 = AD2 + BD2 – [Link] .... (ii)
[CD = BD]
Adding (i) and (ii), we get
AB2 + AC2 = 2(AD2 + BD2)
AB2 + AC2
2 BC 2 BC
= 2 AD 2 BD 2
2
1
AB + AC = 2AD + 2 BC
2 2 2
2
or AB2 + AC2 = 2(AD2 + BD2)
Ex.17 Prove that three times the square on any side of an equilaterial triangle is equal to four times the square on the altitude.
Sol. Given : An equilateral ABC and AD BC
To prove : 3AB2 = 4AD2
Proof : We know that in an equilateral triangle perpendicular from a vertex bisect the base.
1 A
BD= DC = BC
2
Since, ADB is a
right-triangle,
right-angled at D.
AB2 = AD2 + BD2
[By Pythagoras Theorem]
1
2 B D C
AB2 = AD2 + BC
2
BC2
AB2 = AD2 +
4
AB2
AB2 = AD2 + [BC = AB]
4
3
AB2 = AD2 3AB2 = 4AD2
4
Page 74 SIMILAR TRIANGLES
Ex.18 In a ABC, ABC > 90º and AD (CB produced). Prove that AC2 = AB2 + BC2 + 2BC·BD.
Sol. Given: A ABC in which ABC > 90º and AD (CB produced).
A
To Prove: AC2 = AB2 + BC2 + 2BC·BD.
Proof: In ABD, ADB = 90º
AB2 = AD2 + BD2 ……(i)
[by Pythagoras’ theorem] D B C
Ex.19 In ABC, if AD is the median, the prove that (AB2 + AC2) = 2(AD2 + BD2).
Sol. Given: A ABC in which AD is the median.
A
To Prove: (AB2 + AC2) = 2(AD2 + BD2).
Construction: Draw AL BC.
Proof: In ALD, ALD = 90º
ADL < 90º and therefore, B D L C
Ex.20 In the given figure, B = 90°. D and E are any points on AB and BC respectively.
Prove that : AE2 + CD2 = AC2 + DE2. A
Sol. In ABE, B = 90°
AE2 = AB2 + BE2 ...(i)
D
In DBC, B = 90°.
CD2 = BD2 + BC2 ...(ii)
B E C
Adding (i) and (ii), we get :
AE2 + CD2 = (AB2 + BC2) + (BE2 + BD2)
= AC2 + DE2 [By Pythagoras Theorem]
Hence, AE2 + CD2 = AC2 + DE2.
SIMILAR TRIANGLES Page 75
Ex.21 A point O in the interior of a rectangle ABCD is joined with each of the vertices A, B, C and D.
1 1 1
Prove that: (i) cp = ab (ii) = +
p 2 a 2 b2
1 1 A
Sol. (i) Area of ABC = AB × CD = cp.
2 2
c
1 1
Also, area of ABC = BC × AC = ab. b
2 2 D
1 1 p
cp = ab. cp = ab
2 2
B a C
ab
(ii) cp = ab p =
c
a 2 b2
p2 =
c2
1 c2 a 2 b2
2
2 2 2 2 [ c2 = a2 + b2]
p a b a b
1 1 1
2
2 2 .
p a b
Page 76 SIMILAR TRIANGLES
A C
H
p p+3
Q.9 In the given figure, PRS PQT; prove that PQR ~
P PST
PS PT R Q
Q.3 In the adjoing in figure, and
SQ TR
PST =PRQ. Prove that PQR is an isosceles triangle.
P T S
P
S T
Q.10 In the given figure, CM and RN are respectively the medians
of ABC and PQR. If ABC PQR, prove that :
Q R
(i) AMC ~ PNR, (ii) CMB ~RNQ.
N
Q.4 E is the mid-point of side QR of a PQR. D is the mid-point A Q P
of PE when produced meets
1
PR in G. Prove that PG = PR. C
3 M
prove that :
2
O
x
–
x+
R
A E D
P
3 cm
80° 7.6 cm
3.8 cm
3 3 cm
6
B C
60°
Q.13 A vertical stick 30 cm long casts a shadow
B C P Q
20 cm long on the ground. At the same time, a tower casts
6 cm 12 cm a shadow 40 m long on the ground. Determine the height of
the tower.
SIMILAR TRIANGLES Page 77
Q.14 A boy of height 120 cm is walking away from the base of a Q.21 A point O, in the interior of a rectangle ABCD, is joined
lamp-post at a speed of 87m/minute. If the lamp-post is 36 m with each of vertices A,B,C and D. Prove that: OB2 + OD2 =
above the ground, find the length of his shadow after 3
OC2 + OA2
minutes.
Q.15 ABC and DEF are two similar triangles, Q.22 In the given figure LP MN. Prove that :
BC = 3 cm, EF = 4 cm and area of ABC is
54 cm2. Determine the area of DEF. LM2 = MN2 + LN2 – 2. MN. PN
Q.16 Areas of two similar triangles are 81 cm2 and 49 cm2. If the C
M
D
Q R
Q.18 In the adjoining figure, DEFG is a square and BAC = 90°.
Prove that Q.24 In a right-angled ABC, B = 90º. If D is the mid-point of
(i) AGF DBG (ii) AGF EFG BC. Prove that AC2 = 4AD2 – 3AB2.
(iii) DBG EFG (iv) DE2 = BD × EC.
PQR PST
B C
D E
Q.19 D,E,F are respectively the mid-points of the sides AB,BC Q.26 In ABC, if AD is the median, then show that AB2 + AC2 =
and CA of ABC. Find the ratios of the areas of DEF and 2AD2 + 2BD2.
ABC.
Q.20 In the given figure, ABC is a right triangle, right angled at Q.27 In the given figure, P is a point on AB such that AP : PB =
B. AD and CE are the two medians drawn from A and C 4 : 3 PQ is parallel to AC.
3 5
respectively. If AC = 5 cm and AD = cm, find the (i) Find PQ : AC
2
length of CE.
(ii) In ARC, ARC = 90° and in PQS,
A PSQ = 90°, QS = 6cm, calculate the length of AR.
B
Q
E P
R
S
C A
C
B D
Page 78 SIMILAR TRIANGLES
E
Q.35 In the figure given below, PQR is right-angled at Q and
the points S and T trisect the side QR. Prove that 8PT2 =
Q.29 In a right ABC, C = 90°. P and Q are point on the sides
3PR2 + 5PS2.
CA and CB respectively which divide these sides in the
ratio 1 : 2. Prove that
Q.36 In ABC, AD BC and BD = 3CD. Prove that 2AB2 =
(i) 9 AQ2 = 9AC2 + 4BC2 2AC2 + BC2.
(ii) 9 BP2 = 9BC2 + 4 AC2
Q.37 In ABC, B = 90º and D is the midpoint of BC. Prove that
(iii) 9 (AQ2 + BP2) = 13 AB2
AC2 = AD2 + 3CD2.
D
E F
L
P O
M S
Q R
P
LM arLMP
(i) (ii)
MQ arLQR A
O
arLMP B C
R
ar[Link]
(iii) Q
SIMILAR TRIANGLES Page 79
Q.43 ABCD is a trapezium in which AB || DC and its diagonals Q.48 Prove that the area of an equilateral triangle described
intersect each other at the point O. Show that on one side of a square is equal to half the area of the
AO CO equilateral triangle described on one of its diagonals.
BO DO
Theorem 6.8
Q.44 The diagonals of quadrilateral ABCD intersect each other
In a right triangle, the square of the hypotenuse is equal
AO CO
at the point O such that . Show that ABCD to the sum of the squares of the other two sides.
BO DO
is a trapezium.
Theorem 6.4 Q.49 BL and CM are medians of a triangle ABC right angled
at A.
If in two triangles, sides of one triangle are proportional
Prove that: 4 (BL2 + CM2) = 5 BC2.
to (i.e., in the same ratio of) the sides of the other triangle,
then their corresponding angles are equal and hence the B
two triangles are similar.
M
Q.45 In figure, if PQ || RS, prove that
POQ ~ SOR. C L A
Theorem 6.6
ar(ABC) AO 1
16. 4.9 cm 19. 20. 2 5
ar(DBC) DO 4
O ab 1 1 1
30. (i) 32. (i) (ii) (iii)
a b2
2
4 25 24
B D
33. (i) 5 : 9 (ii) 5 : 14 (iii) 5 : 14
46. 1.6 m
Page 80 SIMILAR TRIANGLES
E
B C
Q.5 ABC is a right triangle, right-angled at C. If Q.14 E is a point on the side AD produced of
p is the length of the perpendicular from C to AB and a, a gm ABCD and BE intersects CD at F. Show that ABE ~
b, c have the usual meaning, then prove that (i) pc = ab CFB. Foreign-2008
1 1 1 Q.15 In fig, ABC is right angled at C and DE AB. Prove that
(ii)
p 2 a 2 b2 ABC ~ ADE and hence find the lengths of AE and DE.
A
Delhi-1998, 98C E 3cm
Q.6 In an equilateral triangle PQR, the side QR is trisected at D
S. Prove that 9PS2 = 7PQ2.
2cm
AI-1998, 98C [NCERT] 12cm
Q.7 If the diagonals of a quadrilateral divide each other B C
proportionally, prove that it is trapezium. OR
Foreign-1999 In fig, DEFG is a square and BAC = 90°.
Q.8 In an isosceles triangle ABC with AB = AC, BD is a Show that DE2 = BD × EC Delhi-2009
perpendicular from B to the side AC. Prove that BD2 – CD2 C
= 2CD . AD. E
Foreign-1999
Q.9 ABC and DBC are two triangles on the same base BC. If AD D F
ar. ABC AO
intersect BC at O. Prove that B G A
ar. DBC DO
1
AI-19999C; Delhi-2005 Q.16 In fig, AD BC and BD = CD. Prove that 2CA2 =
3
Q.10 In ABC, A is acute. BD and CE are perpendiculars on 2AB2 + BC2. AI-2009
AC and AB respectively. Prove that AB × AE = AC × AD. A
AI-2003
Q.11 Points P and Q are on sides AB and AC of a triangle ABC
in such a way that PQ is parallel to side BC. Prove that the
median AD drawn from vertex A to side BC bisects the B D C
segment PQ. Foreign -2003
SIMILAR TRIANGLES Page 81
Q.17 In fig, two triangles ABC and DBC lie on the same side of Q.23 State and prove pythagoras theorem. Use the theorem and
base BC. P is a point on BC such that PQBA and PRBD. calculate area (PMR) from the given figure.
Prove that QRAD. P Delhi-1998C, 2006
A
D
6cm
8cm
Q M R
R
B P C Q
Foreign-2009 Q.24 In a right-angled triangle, the square of hypotenuse is equal
Q.18 In a right triangle ABC, right-angled at C, P and Q are points to the sum of the squares of the two sides. Given that B
on the sides CA and CB respectively which divide these of ABC is an acute angle and AD BC. Prove that
sides in the ratio 1 : 2. Prove that AI-1996C AC2 = AB2 + BC2 – 2BC . BD. Delhi-1999
(i) 9AQ2 = 9AC2 + 4BC2 Q.25 In a right triangle, prove that the square on the hypotenuse
(ii) 9BP2 = 9BC2 + 4AC2 is equal to the sum of the squares on the other two sides. Using
above, solve the following : In quadrilateral ABCD, find the
(iii) 9(AQ2 + BP2) = 13AB2.
length of CA, if CD DB, AB DB, CD = 6 m,
Q.19 The ratio of the areas of similar triangles is equal to the ratio DB = 12 m and AB = 11 m. Delhi-2000
of the squares on the corresponding sides, prove. Using
Q.26 Prove that the ratio of the areas of two similar triangles is
the above theorem, prove that the area of the equilateral
equal to the squares of their corresponding sides. Using
triangle described on the side of a square is half the area
the above, do the following:
of the equilateral triangle described on its diagonal. P
A
Delhi-1997C; 2005C; Foreign-2003
Q.20 Perpendiculars OD, OE and OF are drawn to sides BC, CA
and AB respectively from a point O in the interior of a ABC.
Prove that :
(i) AF2 + BD2 + CE2 = OA2 + OB2 + OC2 – OD2 – OE2 – B D C Q S R
OF2. In fig. ABC and PQR are isosceles triangles in which A
(ii) AF2 + BD2 + CE2 = AE2 + CD2 + BF2. area (ABC) 9 AD
= P. If , find .
Delhi-1997C, [NCERT] area (PQR) 16 PS
AI-2000
Q.21 In a right-angled triangle, the square of the hypotenuse is
equal to the sum of the squares on the other two sides, Q.27 In a right-angled triangle, prove that the square on the
prove. Using the above theorem, determine the length of hypotenuse is equal to the sum of the squares on the other
AD in terms of b and C. AI- two sides. Using the above result, find the length of the
1997 C second diagonal of a rhombus whose side is 5 cm and one
C of the diagonals is 6 cm. AI-2001
Q.28 In a triangle, if the square on one side is equal to the sum
D of the squares on the other two sides prove that the angle
b opposite the first side is a right angle.
Use the above theorem and prove thet following : In
A c B triangle ABC, AD BC and
Q.22 If a line is drawn parallel to one side of a triangle, the other BD = 3CD. Prove that 2AB2 = 2AC2 + BC2.
two sides are divided in the same ratio, prove. Use this AI-2003
result to prove the following : In the given figure, if ABCD Q.29 In a right triangle, prove that the square on hypotenuse is
AE BF equal to sum of the squares on the other two sides. Using
is a trapezium in which AB DC EF, then . the above result, prove the following : PQR is a right triangle,
ED FC
Foreign-1998 right angled at Q. If S bisects QR, show that PR2 = 4 PS2
A B – 3 PQ2. Delhi-2004C
Q.30 If a line is drawn parallel to one side of a trial prove that
E F the other two sides are divided in the same ratio. Using the
above result, prove from fig. that AD = BE if A = B and
DE AB. AI-2004C
D C
Page 82 SIMILAR TRIANGLES
C
D E Delhi-2008
Q.37 Prove that the ratio of the areas of two similar triangles is
A B
equal to the ratio of the squares on their corresponding sides.
Q.31 Prove that the ratio of areas of two similar triangles is equal
Using the above, do the following:
to the ratio of squares of their corresponding sides. Apply
the above theorem on the following : ABC is a triangle and The diagonals of a trapezium ABCD, with ABDC, intersect
PQ is a straight line meeting AB in P and AC in Q. If AP =
each other at the point O. If AB = 2 CD, find the ratio of the
1 cm, PB = 3 cm, AQ = 1.5 cm,
QC = 4.5 cm, prove that area of APQ is area of AOB to the area of COD.
one-sixteenth of the area of [Link]-2005 AI-2008
Q.32 If a line is drawn parallel to one side of a triangle, prove
Q.38 If a line is drawn parallel to one side of a triangle to intersect the other
that the other two sides are divided in the same ratio. Use
the above to prove the following : In the given figure DE two sides in distinct points, prove that the other two sides are divided
AC and in the same ratio. Using the above, prove the following :
C
B E C P F
Q.33 In a triangle if the square on one side is equal to the sum Q.39 Prove that the ratio of the areas of two similar triangles is
of squares on the other two sides, prove that the angle equal to the square of the ratio of their corresponding sides.
opposite to the first side is a right angle. Use the above
Using the above, do the following : In a trapezium ABCD,
theorem to prove the following :
AC and BD are intersecting at O, ABDC and AB = 2 CD.
In a quadrilateral ABCD, B = 90°. If AD2 = AB2 + BC2 +
CD2, prove that ACD = 90°. AI-2005 If area of AOB = 84 cm2, find the area of COD.
Q.34 If a line is drawn parallel to one side of a triangle, to intersect Delhi-2009
the other two sides in distinct points, prove that the other
two sides are divided in the same ratio. Using the above, prove
the following : In figure, DE BC and BD = CE. Prove that
ABC is an isosceles triangle.
Delhi-2007, 2009
A
D E
B C
Q.35 Prove that the ratio of the areas of two similar triangles is
equal to the ratio of the squares of their corresponding sides.
Use the above for the following : If the areas of two similar
ANSWER KEY
triangles are equal, prove that they are congruent.
15 36
AI-2007 2. 2 5 cm 15. AE = , DE =
13 13
Q.36 Prove that the ratio of the areas of two similar triangles is
bc
equal to the ratio of squares of their corresponding sides. 21. 23. 24 cm2
Using the above result, prove the following : b c2
2
D E D E
B C B C
E D E
1.5
1.2
A
1 D B
D E
3 x
B C
(A) 2.8 (B) 2.5 (C) 2.4 (D) 4
B D C
Q.4 The line segments joining the midpoints of the sides of a
triangle form four triangles, each of which is (A) 2 : 1 (B) 1 : 2 (C) 4 : 5 (D) 3 : 5
(A) congurent to the original triangle Q.9 In the ABC, AD is the internal bisector of A. If BD = 4
(B) similar to the original triangle cm, DC= 5 cm and AB = 6 cm, then the length of AC = ?
(C) an isosceles triangle A
(D) an equilateral triangle
Q.5 In the ABC DE || BC, AD = 1.7 cm,
AB = 6.8 cm and AC = 9 cm. The length of AE is
A
D E
B D C
(A) 3 cm (B) 8 cm
B C
(C) 4.5 cm (D)7.5 cm
(A) 2.5 cm (B) 4.5 cm Q.10 In a right triangle PQR, PR 2 + PQ 2 = QR 2 .
(C) 2.2 cm (D) 7.3 cm Which angle is equal to 90°?
Q.6 In the ABC, DE || BC, AD = (7x – 4) cm,
Page 84 SIMILAR TRIANGLES
(A) P (B) Q
(C) R (D) none of these Q.17 If D is a point on the side AB of ABC such that AD : DB
= 3 : 2 and E is a point on BC such that DE || AC. The ratio
of areas of ABC and BDE is
Q.11 The perimeter of two similar triangles are 25 cm and 15 cm
(A) 4 : 25 (B) 25 : 4
respectively. If one side of the first triangle is 9cm, then the
corresponding side of the second triangle is: (C) 5 : 4 (D) 4 : 5
O
D
b
A B
B c A
(A) 2 (B) 3
(C) 2.5 (D) 4 bc bc
(A) (B)
2
b c 2 b c2
2
Q.15 ABC DEF and the perimeters of ABC and DEF are
30 cm and 18 cm respectively. b2c
If BC = 9 cm, then EF is equal to: (C) (D) none of these
b2 c2
(A) 6.3 (B) 5.4
(C) 7.2 (D) 4.5 Q.24 A triangle has sides 5cm, 12 cm and 13 cm. The length of
the perpendicular from the opposite vertex to the side
Q.16 ABC DEF such that AB = 9.1 cm and whose length is 13 cm is:
DE = 6.5 cm. If the perimeter of DEF is 25 cm, then the
perimeter of ABC is : (A) 4.9 (B) 3.6 cm
(A) 35 cm (B) 28 cm (C) 5.5 cm (D) 4.6 cm
(C) 42 cm (D) 40 cm
SIMILAR TRIANGLES Page 85
A
Q.25 In the given figure, DE || BC. If DE= 3 cm,
BC = 6 cm and ar (ADE) = 15 cm 2 .
Area of ABC is:
D E
D
B C
D E
(A) 1 : 2 (B) 2 : 1
(C) 1 : 4 (D) 4 : 1
P
a
x
5cm
46° 46°
M b N c K
B C
ac ab
13cm (A) x = (B) x =
bc bc
(A) 25 : 169 (B) 169 : 25
ac bc
(C) x = (D) x =
(C) 5 : 13 (D) 13 : 5 ab a c
2
P Q AB AB
R (C)
AD
(D)
AD
1
h 1200 km/h. After 1 hours, the distance between the two
2
planes is :
B L D C
BD AB (A) 300 61 km (B) 61 300 km
(A) (B)
DC AC
(C) both A and B (D) none of these (C) 36100 km (D) 30 61 km
Q.38 In the given figure, B < 90º and segment AD BC, then
: Q.44 ABC is a right triangle, right angled at C. If p is the length
A
of the perpendicular from C to AB, AB = c, BC = a and AC
= b, then :
c b
h 1 1 1 1 1 1
(A) 2
2 2 (B) 2
2 2
a b p p a b
B x D (a – x) C
1 1 1 1 1 1
2 2 2
(A) b = h + a + x – 2ax 2 (C) 2
2 2 (D) 2
2 2
b p a p a b
(B) b2 = h2 – a2 – x2 + 2ax
(C) b2 = h2 + a2
(D) none of these Q.45 A vertical pole 5m long casts a shadow 2m long on the
Q.39 If ABC is an isosceles triangle and D is a point on BC such ground. At the same time, a tower casts a shadow 25m long
that AD BC, then : on the ground. The height of the tower is
(A) AB2 – AD2 = BD · DC (A) 12.5 m (B) 50 m
(B) AB2 – AD2 = BD2 – DC2
SIMILAR TRIANGLES Page 87
Q.46 A vertical stick 1.2m long casts a shadow 40cm long on the Q.54 In PQR, G and H are points on PQ and PR respecively
ground. At the same time a pole 6m high casts a shadow x such that GH || QR and
on the ground. the value of x is PG : GQ = 3 : 1. If PH = 3.3 cm then PR is equal to
(A) 3m (B) 12m (A) 1.1 cm (B) 4cm
Q.55 ABC and BDE are two equilaterial triangles such that D
Q.47 Two poles 6m and 11m high stand vertically on the ground.
is mid-point of BC. The ratio of areas of triangles ABC and
If the distance between their feet is 12m, then the distance
BDE is
between their tops is
(A) 4 : 1 (B) 2 : 1
(A) 11m (B) 14m
(C) 1 : 2 (D) 1 : 4
(C) 12m (D) 13m
Q.56 In a ABC, D andE are points on sides AB and AC
Q.48 ABC and DEF, are two similar triangles such that A =
respectivley such that BCED is a trapezium.
36º and E = 74º, then C is
DE 3 Area (ADE)
If , then
(A) 70º (B) 50º
BC 5 Area ([Link]) is equal to
(C) 60º (D) 80º 3 9
(A) (B)
Q.49 Corresponding sides of two similar triangles are in the ratio 4 16
of 5 : 7. Areas of these triangles are in the ratio of 3 9
(C) (D)
5 25
(A) 5 : 7 (B) 7 : 5
Q.57 Two isosceles triangles have equal angles and their areas
(C) 25 : 49 (D) 49 : 25 are as 16 : 25. The ratio of their corresponding heights is
(A) 3 : 2 (B) 5 : 4
Q.50 The area of two similar triangles are 25 sq cm and 121 sq cm. (C) 5 : 7 (D) 4 : 5
The ratio of their corresponding sides is
(A) 5 : 11 (B) 11 : 5 Q.58 ABCD is a trapezium in which BC || AD. If
AB = 4cm and the diagonals AC and BD intersect at O such
(C) 5 : 11 (D) 11 : 5 AO DO 1
that , then BC is equal to
OC OB 2
Q.51 In ABC, AB = 2cm, BC = 3cm and AC = 2.5cm If DEF ~ (A) 7 cm (B) 8 cm
ABC and EF = 6cm, then perimeter of DEF is (C) 6 cm (D) 9 cm
(A) 7.5 cm (B) 15cm
Q.59 In a ABC, A = 90º, AB = 5cm and
(C) 22.5cm (D) 30cm
AC = 12cm. If AD BC, then AD is equal to
AB AC BC 3 13 13
Q.52 In ABC, and DEF, , then area (A) cm (B) cm
DE DF EF 4 2 60
(ABC) : Area (DEF) is equal to
60 2 15
(A) 3 : 4 (B) 16 : 9 (C) cm (D) cm
13 13
(C) 9 : 16 (D) 27 : 64
Q.60 A man goes 24 m due west and then 10 m due north. How
Q.53 DE is drawn parallel to base BC of ABC meeting AB at D
far is the from the starting point?
AB
and AC at E. If 4 and CE = 2cm, then AE is equal to
BD (A) 34 m (B) 17 m
(A) 2cm (B) 4cm (C) 26 m (D) 28 m
Page 88 SIMILAR TRIANGLES
Q.61 A man goes 12 m due south and then 35 m due west. How
far is he from the starting point? P
(A) 47 m (B) 23.5 m
cm
6 cm
24
(C) 23 m (D) 37 m
O 8 cm
Q R
Q.62 Two poles of height 13 m and 7 m respectively stand
vertically on a plane ground at a distance of 8 m from each
(A) 28 cm (B) 25 cm
other. The distance between their tops is
(A) 9 m (B) 10 m (C) 26 cm (D) 32 cm
(C) 11 m (D) 12 m
Q.68 The hypotenuse of a right triangle is 25 cm. The other two
Q.63 A vertical stick 1.8 m long casts a shadow 45 cm long on sides are such that one is 5 cm longer than the other. The
the ground. At the same time, what is the length of the length of these sides are
shadow of a pole 6 m high? (A) 10 cm, 15 cm (B) 15 cm, 20 cm
(A) 2.4 m (B) 1.35 m (C) 12 cm, 17 cm (D) 13 cm, 18 cm
(C) 1.5 m (D)13.5 m
Q.69 The height of an equilateral triangle having each side 12
Q.64 A vertical pole 6 m long casts a shadow of length 3.6 m on cm, is
the ground. What is the height of a tower which casts a
shadow of length 18m at the same time? (A) 6 2 cm (B) 6 3 cm
Q.65 A ladder 25 m long just reaches the top of building 24 m Q.70 ABC is an isosceles triangle with
high from the ground. What is the distance of the foot of AB = AC = 13 cm and the length of altitude from A on BC is
the ladder from the building? 5 cm. Then, BC = ?
(A) 7 m (B) 14 m (A) 12 cm (B) 16 cm
(C) 21 m (D)24.5 m
(C) 18 cm (D) 24 cm
Q.66 A ladder 15 m long reaches a window which
9 m above the ground on one side of the street. Keeping its
foot at the same point, the ladder is turned to the other side Q.71 The measures of three angles of a triangle are in the ratio 1
of the street to reach a window 12 m high. The width of the : 2 : 3. Then, the triangle is
street is (A) right-angled (B) equilateral
(A) 27 m (B) 21 m (C) isosceles (D) obtuse-angled
(C) 24 m (D) 18 m
AB BC CA
Q.79 In ABC, it is given that AB = 9 cm, BC = 6 cm and CA = 7.5 Q.85 If in ABC and PQR, we have: , then
QR PR PQ
cm. Also, DEF is given such that EF = 8 cm and DEF ~
(A) PQR ~ CAB (B) PQR ~ ABC
ABC. Then, perimeter of DEF is
(C) CBA ~ PQR (D) BCA ~ PQR
(A) 22.5 cm (B) 25 cm
(C) 27 cm (D) 30 cm
Q.86 It is given that ABC ~ DEF and the corresponding sides
of these triangles are in the ratio 3 : 5. Then ar(ABC) :
Q.80 It is given that ABC ~ DEF. If A = 30º. ar(DEF) =
Page 90 SIMILAR TRIANGLES
(A) 3 : 5 (B) 5 : 3
(C) 9 : 25 (D) 25 : 9
BC 2
Q.87 It is given that ABC ~ PQR and QR 3 , then
ar(PQR)
ar(ABC) = ?
2 3
(A) (B)
3 2
4 9
(C) (D)
9 4
AB BC AC 5
Q.88 In ABC and DEF, we have , then
(ABC) : ar(DEF) = ?
DE EF DF 7
ANSWER KEY
(A) 5 : 7 (B) 25 : 49 1. B 2. C 3. C 4. B
(C) 49 : 25 (D) 125 : 343 5. C 6. C 7. C 8. A
9. D 10. A 11. D 12. A