

InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
1. |
Find the values of k for equation have real rootsx2 – 4kx + k = 0 |
Answer» Given, x2 – 4kx + k = 0 It’s of the form of ax2 + bx + c = 0 Where, a =1, b = -4k, c = k For the given quadratic equation to have real roots D = b2 – 4ac ≥ 0 D = (-4k)2 – 4(1)(k) ≥ 0 ⇒ 16k2 – 4k ≥ 0 ⇒ 4k(4k – 1) ≥ 0 ⇒ k ≥ 0 and k ≥ \(\frac{1}{4}\) ⇒ k ≥ \(\frac{1}{4}\) The value of k should be greater than or equal to \(\frac{1}{4}\)to have real roots. |
|
2. |
Decide which of the following are quadratici. x + 1/x = -2 ii. (m + 2) (m – 5) = 03 iii. m3 + 3m2 – 2 = 3m3 |
Answer» i. The given equation is x + 1/x = -2 ∴ x2 + 1 = -2x …[Multiplying both sides by x] ∴ x2 + 2x+ 1 = 0 Here, x is the only variable and maximum index of the variable is 2. a = 1, b = 2, c = 1 are real numbers and a ≠ 0. ∴ The given equation is a quadratic equation. ii. The given equation is (m + 2) (m – 5) = 0 ∴ m(m – 5) + 2(m – 5) = 0 ∴ m2 – 5m + 2m – 10 = 0 ∴ m2 – 3m – 10 = 0 Here, m is the only variable and maximum index of the variable is 2. a = 1, b = -3, c = -10 are real numbers and a ≠ 0. ∴ The given equation is a quadratic equation. vi. The given equation is m3 + 3m2 – 2 = 3m3 ∴ 3m3 – m3 – 3m2 + 2 = 0 ∴ 2m3 – 3m2 + 2 = 0 Here, m is the only variable and maximum index of the variable is not 2. ∴ The given equation is not a quadratic equation. |
|
3. |
Compare the given quadratic equations to the general form and write values of a, b, c.i. x2 – 7x + 5 = 0ii. 2m2 = 5m – 5iii. y2 = 7y |
Answer» i. x2 – 7x + 5 = 0 Comparing the above equation with ax2 + bx + c = 0, we get a = 1, b = -7, c = 5 ii. 2m2 = 5m – 5 ∴ 2m – 5m + 5 = 0 Comparing the above equation with am2 + bm + c = 0, we get a = 2, b = -5, c = 5 iii. y2 = 7y ∴ y2 – 7y + 0 = 0 Comparing the above equation with ay2 + by + c = 0, we get a = 1, b = -7, c = 0 |
|
4. |
Decide which of the following are quadratic i. x2 – 7y + 2 = 0 ii. y2 = 5y – 10 iii. y2 + 1/y = 2 |
Answer» i. The given equation is x2 + 5x – 2 = 0 Here, x is the only variable and maximum index of the variable is 2. a = 1, b = 5, c = -2 are real numbers and a ≠ 0. ∴ The given equation is a quadratic equation. ii. The given equation is y2 = 5y – 10 ∴ y2 – 5y + 10 = 0 Here, y is the only variable and maximum index of the variable is 2. a = 1, b = -5, c = 10 are real numbers and a ≠ 0. ∴ The given equation is a quadratic equation. iii. The given equation is y2 + 1/y = 2 ∴ y3 + 1 = 2y …[Multiplying both sides by y ] ∴ y3 – 2y + 1 = 0 Here, y is the only variable and maximum index of the variable is not 2. ∴ The given equation is not a quadratic equation. |
|
5. |
If a polygon of ‘n’ sides has 1/2 n(n – 3) diagonals. How many sides will a polygon having 65 diagonals? Is there a polygon with 50 diagonals? |
Answer» Given: Number of diagonals of a polygon with n-sides = \(\frac{n(n-3)}{2}\) No. of diagonals of a given polygon = 65 i.e., \(\frac{n(n-3)}{2}\) = 65 where n is number of sides of the polygon ⇒ n2 – 3n = 2 × 65 ⇒ n2 – 3n – 130 = 0 ⇒ n2 – 13n + 10n – 130 = 0 ⇒ n(n – 13) + 10(n – 13) = 0 ⇒ (n – 13) (n + 10) = 0 ⇒ n – 13 = 0 (or) n + 10 = 0 ⇒ n = 13 (or) n = -10 But n can’t be negative. ∴ n = 13 (i.e.) number of sides = 13. Also to check 50 as the number of diagonals of a polygon ∴ \(\frac{n(n-3)}{2}\) = 50 ⇒ n2 – 3n = 100 ⇒ n2 – 3n – 100 = 0 There is no real value of n for which the above equation is satisfied. ∴ There can’t be a polygon with 50 diagonals. |
|
6. |
Find the nature of the roots of the following quadratic equation. If real roots exist, find them.2x2 – 3x + 5 = 0 |
Answer» Given: 2x2 – 3x + 5 = 0 a = 2; b = -3; c = 5 Discriminant = b2 – 4ac b2 – 4ac = (-3)2 – 4(2)(5) = 9 – 40 = -31 < 0 ∴ Roots are imaginary. |
|
7. |
The least value of k which makes the roots of the equation x2 + 5x + k = 0 imaginary is A. 4 B. 5 C. 6 D. 7 |
Answer» Given that the equation has imaginary roots, hence the discriminant is less than 0. = 25-4k<0 When we submit 7 in k the condition above will be satisfied and when we replace 6 the condition will be false. So the least value of k is 7. |
|
8. |
The degree of a quadratic equation is A) 1 B) 0 C) 2 D) 3 |
Answer» Correct option is (C) 2 Standard form of quadratic equation is \(ax^2+bx+c=0\) which is an equation of degree 2. Correct option is C) 2 |
|
9. |
The equation of the smallest degree with real coefficients having 1 + i as one of the roots is A. x2 + x + 1 = 0B. x2 - 2x + 2 = 0C. x2 + 2x + 2 = 0 D x2 + 2x - 2 = 0 |
Answer» For the complex roots it will exists in pair. Hence the roots are 1+i and 1-i Formula for quadratic equation is (x-a) (x-b) = 0 (x-1-i) (x-1+i) = 0 x2 - x + ix - x + 1 - i - ix + i - i2 = 0 x2 - 2x + 2 = 0. |
|
10. |
If the graph of ax2 + bx + c = 0, a ≠ 0 never intersects X axis then the number of real zeroes are ……………….. A) 2 B) 0 C) 3 D) 4 |
Answer» Correct option is B) 0 |
|
11. |
From the graph given below the nature of roots are ……………A) Real and equal B) Real and not equal C) Not real D) 10, 11 |
Answer» Correct option is C) Not real |
|
12. |
In a class test, the sum of the marks obtained by P in Mathematics and science is 28. Had he got 3 marks more in Mathematics and 4 marks less in Science. The product of his marks, would have been 180. Find his marks in the two subjects. |
Answer» Given: In a class test, the sum of the marks obtained by P in Mathematics and science is 28. Had he got 3 marks more in Mathematics and 4 marks less in Science. The product of his marks, would have been 180. To find: his marks in the two subjects. Solution: Let the marks obtained in Mathematics by P be ‘a’ Given, sum of the marks obtained by P in Mathematics and science is 28. ⇒ Marks obtained in science = 28 – a Also, if he got 3 marks more in Mathematics and 4 marks less in Science, product of his marks, would have been 180. ⇒ (a + 3)(28 – a – 4) = 180 ⇒ (a + 3)(24 – a ) = 180 ⇒ 24a - a2 + 72 - 21a = 180 ⇒ -a2 + 21a + 72 = 180 ⇒ -a2 + 21a + 72 - 180 = 0 ⇒ -a2 + 21a - 108 = 0 ⇒ a2 – 21a + 108 = 0 Factorise the above quadratic equation by splitting the middle term: ⇒ a2 – 12a – 9a + 108 = 0 ⇒ a(a – 12) – 9(a – 12) = 0 ⇒ (a – 9)(a – 12) = 0 ⇒ a = 9 or 12If marks obtained in mathematics is 9, the marks obtained in science is 28-a = 28 - 9 = 19 ⇒ Marks in Mathematics = 9, Marks in Science = 19 Or If marks obtained in mathematics is 12, the marks obtained in science is 28-a = 28 - 12 = 16 Marks in Mathematics = 12, Marks in Science = 16 |
|
13. |
The hypotenuse of a right triangle is 25 cm. The difference between the lengths of the other two sides of the triangle is 5 cm. Find the lengths of these sides. |
Answer» Let the length of the shorter side b x cm. Then, the length of the longer side = (x + 5) cm. Since the triangle is right-angled, the sum of the squares of the sides must be equal to the square of the hypotenuse (Pythagoras Theorem). x2 + (x + 5)2 = 2352 or x2 + x2 + 10x + 25 = 625 or 2x2 + 10x - 600 = 0 or x2 + 5x - 300 = 0 or (x + 20) (x - 15) = 0 This gives x = 15 or x = - 20 We reject x = - 20 and take x = 15. Thus, length of shorter side = 15 cm. Length of longer side = (15 + 5) cm, i.e., 20 cm. |
|
14. |
A pole has to be erected at a point on the boundary of a circular park of diameter 13 metres in such a way that the difference of its distances from two diametrically opposite fixed gates A and B on the boundary is 7 metres. Is it the possible to do so? If yes, at what distances from the two gates should the pole be erected? |
Answer» Let the distance of pole from gate A be ‘a’. Difference of the distance of the pole from two diametrically opposite fixed gates A and B on the boundary is 7 metres. Distance of pole from gate B = a – 7 m Diameter of the park = 13 m Hypotenuse2 = length2 + breadth2 ⇒ 132 = a2 + (a – 7)2 ⇒ 169 = 2a2 + 49 – 14a ⇒ a2 – 7a – 60 = 0 ⇒ a2 – 12a + 5a – 60 = 0 ⇒ a(a – 12) + 5(a – 12) = 0 ⇒ (a + 5)(a – 12) = 0 ⇒ a = 12 m Thus distance of pole is 12 m from gate A and 5 m from gate B |
|
15. |
The hypotenuse of a right triangle is 25 cm. The difference between the lengths of the other two sides of the triangle is 5 cm. Find the lengths of these sides. |
Answer» Given: The hypotenuse of a right triangle is 25 cm. The difference between the lengths of the other two sides of the triangle is 5 cm. To find: the lengths of these sides. Solution: We know(Hypotenuse)2 = (perpendicular)2 + (base)2 ..... (1) Given, hypotenuse of a right triangle is 25 cm. The difference between the lengths of the other two sides of the triangle is 5 cm Let the base be ‘b’. ⇒ Perpendicular = b – 5Put the known values in (1), ⇒ 252 = b2 + (b – 5)2 Apply the formula (x – y)2 = x2 + y2 - 2xy in (b – 5)2. Here x = b and y = 5 ⇒ 625 = b2 + b2 + 25 – 10b ⇒ 625 = 2b2+ 25 – 10b ⇒ 2b2+ 25 – 10b = 625 ⇒ 2b2+ 25 – 10b - 625 = 0 ⇒ 2b2– 10b - 600 = 0 Take out 2 common of the above equation. ⇒ b2 – 5b – 300 = 0 Factorise the above quadratic equation by splitting the middle term. ⇒ b2 – 20b + 15b – 300 = 0 ⇒ b(b – 20) + 15(b – 20) = 0 ⇒ (b - 20 ) ( b + 15 ) = 0 ⇒ (b - 20 ) = 0 and ( b + 15 ) = 0 ⇒ b = 20 and b=-15 Since the length of any side cannot be negative, We will ignore -15. ⇒ b = 20 Perpendicular = 20 – 5 = 15 Hence,Sides are 15 and 20 |
|
16. |
The hypotenuse of a right triangle is \(3\sqrt{10}\) cm. If the smaller leg is tripled and the longer leg doubled, new hypotenuse will be \(9\sqrt{5}\) cm. How long are the legs of the triangle |
Answer» Let the smaller leg be ‘a’ and longer leg be ‘b’. Hypotenuse2 = length2 + breadth2 Given, hypotenuse of a right triangle is \(3\sqrt{10}\) cm ⇒ 9 × 10 = a2 + b2 ⇒ a2 + b2 = 90 -------- (1) Now, the smaller leg is tripled and the longer leg doubled, new hypotenuse is \(9\sqrt{5}\) cm. ⇒ (3a)2 + (2b)2 = 81 × 5 ⇒ 9a2 + 4b2 = 405 -------- (2) Multiplying (1) by 4 and subtracting from eq 2 ⇒ 5a2 = 45 ⇒ a2 = 9 ⇒ a = 3 Thus, 9 + b2 = 90 ⇒ b2 = 81 ⇒ b = 9 |
|
17. |
A teacher on attempting to arrange the students for mass drill in the form of solid square found that 24 students were left. When he increased the size of the square by one student, he found that he was short of 25 students. Find the number of students. |
Answer» Let there be x rows. Then, the number of students in each row will also be x. ∴ Total number of students = (x2 + 24) According to the question: (x + 1)2 - 25 = x2 + 24 ⇒ x2 + 2x + 1 = 25 - x2 - 24 = 0 ⇒ 2x - 48 = 0 ⇒ 2x = 48 ⇒ x = 24 ∴ Total number of students = 242 + 24 = 576 + 24 = 600 |
|
18. |
Sum of the areas of two squares is 400 cm2. If the difference of their perimeters is 16 cm, find the sides of two squares. |
Answer» Area of a square = s2 Perimeter of a square = 4s Let the sides of the square be a and b respectively. Given, sum of the areas of two squares is 400 cm2 and the difference of their perimeters is 16 cm. ⇒ a2 + b2 = 400 and 4a – 4b = 16 ⇒ a – b = 4 ⇒ a = 4 + b ⇒ (4 + b)2 + b2 = 400 ⇒ 2b2 + 8b + 16 = 400 ⇒ b2 + 4b – 192 = 0 ⇒ b2 + 16b – 12b – 192 = 0 ⇒ (b + 16)(b – 12 ) = 0 ⇒ b = 12 m Thus, a = 16 m |
|
19. |
The sum of areas of two squares is 468m2 If the difference of their perimeters is 24cm, find the sides of the two squares. |
Answer» Let the side of the larger square be x. 4x-4y = 24 => x = 6 + y |
|
20. |
A dealer sells an article for Rs. 24 and gains as much percent as the cost price of the article. Find the cost price of the article. |
Answer» Let the cost price be assumed as Rs x. Given, the dealer sells an article for Rs. 24 and gains as much percent as the cost price of the article. It’s given that he gains as much as the cost price of the article, thus, Gain% = x% Gain% = \(\frac{SP - CP}{CP} \times 100\) x = \(\frac{24 - x}{x} \times 100\) ⇒ x2 = (24-x) x 100 ⇒ x2 + 100x – 2400 = 0 ⇒ x2 + 120x – 20x – 2400 = 0 ⇒ (x + 120)(x – 20) = 0 ⇒ x = 20 or -120 Since money cannot be negative, we call neglect -120 ⇒ x = 20 Therefore, the cost price of the article is Rs 20. |
|
21. |
An express train takes 1 hour less than a passenger train to travel 132 km between Mysore and Bangalore (without taking into consideration the time they stop at intermediate stations). If the average speed of the express trains is 11 km / hr more than that of the passenger train, find the average speeds of the two trains. |
Answer» Time = distance/speed Now, express train takes 1 hour less than a passenger train to travel 132 km between Mysore and Bangalore. The average speed of the express trains is 11 km / hr more than that of the passenger train. Let the average speed of passenger train be ‘a’. \(\frac{132}{a}-\frac{132}{a+11}=1\) ⇒ 132 ×(a + 11 –a) = a2 + 11a ⇒ a2 + 11a – 1452 = 0 ⇒ a2 + 44a – 33a – 1452 = 0 ⇒ a(a + 44) – 33(a + 44) = 0 ⇒ (a + 44)(a – 33) = 0 ⇒ a = 33 km/hr Speed of express train = 44 km/hr |
|
22. |
Is it possible to design a rectangular park of perimeter 80 m and area 400 m2? If so, find its length and breadth. |
Answer» Solution: Length = l Breadth = b Perimeter = 2(L+b) = 80 => l+b = 40 .......... (eq 1) Area = lb = 400 ........... (eq 2) => (l+b)2 = (l-b)2 + 4lb => 402 = (l-b)2 + 4 x 400 [From eqn 1 & 2) => 1600 = (l-b)2 + 1600 => l-b = 0 .................... (eq 3) L+b = 40 L-b = 0 2L = 40 => L = 20. If L=20, then B=20 So, yes ! We can construct a rectangular park of this length which is a square. Square is a Rectangle. |
|
23. |
Is the following situation possible? If so, determine their present ages. The sum of the ages of two friends is 20 years. Four years ago, the product of their ages in years was 48. |
Answer» Let the age of one of the friends be ‘x’. Age of another friend is (20 – x). 4 years back age of 1st friend is (x – 4) 4 years back age of 2nd friend = (20 – x – 4) = (16 – x) Product of their ages is 48. ∴ (x – 4) (16 – x) = 48 16x – x2 – 64 + 4x = 48 -x2 + 20x – 64 = 48 -x2 + 20x – 64 – 48 = 0 -x2 + 20x – 112 = 0 x2 – 20x + 112 = 0 Here, a = 1, b = -20, c = 112 b2 – 4ac = (-20)2 – 4( 1)( 112) = 400 – 448 = – 48 Here, b2 – 4ac = -48 < 0. ∴ It has no real roots. ∴ This situation is not possible. |
|
24. |
Is the following situation possible? If so, determine their present ages. The sum of the ages of two friends is 20 years. Four years ago, the product of their ages in years was 48. |
Answer» Solution :- Let present age of one friend be x and that of the other 20 – x. 4 years ago age of first friend = x – 4, and that of the other = 20 – x – 4 = 16 – x. According to question, (x – 4 )(16 – x ) = 48 Or, 16x – x2 – 64 + 4x =48 Or, x2 + 20x – 112 = 0 Or, x2 – 20x + 112 = 0 Here, a = 1, b = – 20, c = 112 D = b2 – 4ac = (– 20 )2 – 4 ×1 × 112 = – 48 < 0. Hence, the given situation is not possible. |
|
25. |
The product of Shikha’s age five years ago and her age 8 years later is 30, her age at both times being given in years. Find her present age. |
Answer» Let’s assume the present age of Shikha be x years So, 8 years later, age of her = (x + 8) years Five years ago, her age = (x – 5) years Given relationship between the ages can be expressed as: (x – 5)(x +8) = 30 x2 + 8x – 5x – 40 = 30 x2 + 3x – 40 – 30 = 0 x2 + 3x – 70 = 0 [By factorisation method] x(x – 7) + 10(x – 7) = 0 (x – 7)(x + 10) = 0 x = 7 or x = -10 (neglected) Since, the age can never be negative. Therefore, the present age of Shikha is 7 years. |
|
26. |
Is it possible to design a rectangular park of perimeter 80 m and area 400 m2 ? If so, find its length and breadth. |
Answer» Given: Perimeter of a rectangle 2(1 + b) = 80 ⇒ 6 + b = 80/2 = 40 Area of the rectangle, l × b = 400 If possible, let us suppose that length of the rectangle = x m say Then its breadth by equation (1) = 40 – x By problem area = x . (40 – x) = 400 ⇒ 40x – x2 = 400 ⇒ x2 – 40x + 400 = 0 Here a = 1; b = -40; c = +400 b2 – 4ac = (-40)2 – 4(1)(+400) = 1600 – 1600 = 0 ∴ The roots are real and equal. They are \(\frac{-b}{2a}\), \(\frac{-b}{2a}\) i.e., \(\frac{-(-40)}{2\times1}\) = \(\frac{40}{2a}\) = 20 ∴ The dimensions are 20 m, 20 m. (∴ The park is in square shape) |
|
27. |
Is the following situation possible? If so, determine their present ages. The sum of the ages of two friends is 20 years. Four years ago, the product of their ages in years was 48. |
Answer» Let the present age of friend 1 be a x years ⇒ Present age of friend 2 = (20 – x) years And also given that, four years ago, the product of their age was 48. ( − 4)(16 − ) = 48 Let D be the discriminant of this quadratic equation. But D< 0 in the above. So, above equation does not have real roots |
|
28. |
The sum of the ages of two friends is 20 years. Four years ago, the product of their ages in years was 48. Is the above situation possible? If so, determine their present ages. |
Answer» Let the age one of the two friends be x years. Then the age of the other = 20 – x Then, 4 years ago their ages would be (x – 4) and (20 – x – 4) = 16 – x ∴ Product of their ages 4 years ago = (x – 4) (16 – x) By problem (x – 4) (16 – x) = 48 ⇒ x(16 – x) – 4(16 – x) = 48 ⇒ 16x – x2 – 64 + 4x = 48 ⇒ x2 – 20x + 112 = 0 Here a = 1; b = -20; c = 112 b2 – 4ac = (-20)2 – 4(1) (112) = 400 – 448 = -48 < 0 Thus the roots are not real. ∴ The situation is not possible. |
|
29. |
Ashu is x years old while his mother Mrs. Veena is x2 years old. Five years hence Mrs. Veena will be three times old as Ashu. Find their present ages. |
Answer» Given, Ashu is x years old while his mother Mrs. Veena is x2 years old. After 5 years, Mrs. Veena will be three times old as Ashu. ⇒ x2 + 5 = 3(x + 5) ⇒ x2 – 3x – 10 = 0 ⇒ x2 – 5x + 2x – 10 = 0 ⇒ x(x – 5) + 2(x – 5) = 0 ⇒ (x + 2)(x – 5) = 0 ⇒ x = 5 km/hr |
|
30. |
Is the following situation possible? If so, determine their present ages.The sum of the ages of two friends is 20 years. Four years ago, the product of their ages in years was 48. |
Answer» Given, sum of the ages of two friends is 20 years. Four years ago, the product of their ages in years was 48 Let the age of one of the friends be ‘a’ Age of the other friend = 20 – a ⇒ (a – 4)(20 –a – 4) = 48 ⇒ (a – 4)(16 – a) = 48 ⇒ a2 -20a + 64 + 48 = 0 ⇒ a2 – 20a + 112 = 0 D = b2 – 4ac ⇒ D = 400 – 4 × 112 = -48 Thus, roots are not real as D < 0 The following situation is not possible |
|
31. |
A girl is twice as old as her sister. Four years hence, the product of their ages (in years) will be 160. Find their present ages. |
Answer» Let the present ages of the younger sister be ‘a’. Given, girl is twice as old as her sister. Age of elder sister = 2a Also, four years ago, the product of their ages (in years) will be 160. ⇒ (a + 4)(2a + 4) = 160 ⇒ 2a2 + 12a + 16 – 160 = 0 ⇒ a2 + 6a – 72 = 0 ⇒ a2 + 12a – 6a – 72 = 0 ⇒ a(a + 12) – 6(a + 12) = 0 ⇒ (a – 6)(a + 12) = 0 ⇒ a = 6 years Age of sisters – 6 years and 12 years |
|
32. |
Analyses the following .statements and write True or False. Justify i) There* is an Operator in C++ having no special character in it ii) An operator cannot have more than 2 operands iii) Comma operator has the lowest precedence iv) All logical operators are binary in nature v) It is not possible to assign the constant 5 to 10 different variables using a single C++ expression vi) In type promotion the operands with lower data , type will be converted to the highest data type in expression. |
Answer» i) True (size of operator) ii) False( conditional operator can have 3 operands iii) True iv) False v) False(Multiple assignment is possible, eg: a=b=c=…..= 5 vi) True |
|
33. |
Consider the following declaration. const int bp; bp = 100; Is it valid? Explain it? |
Answer» This is not valid. This is an error. A constant variable cannot be modified. That is the error and a constant variable must be initialised. So the correct declaration js as follows, const int bp=100; |
|
34. |
If the roots of the equation x3 – ax2 + bx – c = 0 are three consecutive integers, then what is the smallest possible value of b ?(a) \(-\frac{1}{\sqrt3}\)(b) –1 (c) 0 (d) 1 |
Answer» (b) -1 Let the roots of the equation x3 – ax2 + bx – c = 0 be (α – 1), α, (α + 1) ∴ S2 = (α – 1)α + α(α + 1) + (α + 1) (α – 1) = b ⇒ α2 – α + α2 + α + α2 – 1 = b ⇒ 3α2 – 1 = b ∴ Minimum value of b = – 1, when α = 0. |
|
35. |
Let α, β be the roots of the equation (x – a) (x – b) = c, c ≠ 0, then the roots of the equation (x – α) (x – β) + c = 0 are :(a) a, c (b) b, c (c) a, b (d) a + c, b + c |
Answer» (c) a, b The given equation is (x – a) (x – b) = c ⇒ x2 – (a + b)x + (ab – c) = 0 As α, β are the roots of this equation, so α + β = a + b and αβ = ab – c Let γ , δ be the roots of the equation (x – α) (x – β) + c = 0 i.e., γ , δ are the roots of the equation x2 – (α + β)x + (αβ + c)= 0 ∴ γ + δ = α + β = a + b ...(i) γδ = αβ + c = – c + c = ab ...(ii) ∴ From (i) and (ii) we can infer that the roots of the equation (x – α) (x – β) + c = 0 are a and b. |
|
36. |
The number of solution of log4 (x – 1) = log2 (x – 3) is :(a) 0 (b) 5 (c) 2 (d) 3 |
Answer» (b) 5 log4 (x – 1) = log2 (x – 3) ⇒ log22 (x – 1) log2 (x – 3) ⇒ \(\frac{1}{2}\) log2 (x – 1) log2 (x – 3) \(\bigg[\)Using logmn (x) = \(\frac{1}{n}\) logmx\(\bigg]\) ⇒ log2 (x – 1) = 2 log2 (x – 3) ⇒ log2 (x – 1) = log2 (x – 3)2 ⇒ (x – 1) = (x – 3)2 ⇒ (x – 1) = x2 – 6x + 9 ⇒ x2 – 7x + 10 = 0 ⇒ (x – 2) (x – 5) = 0 ⇒ x = 2 or 5. x = 2 is inadmissible as log2 (x – 3) is not defined when x = 2. ∴ x = 5. |
|
37. |
Show that x = -3 is a solution of x2 + 6x + 9 = 0. |
Answer» Put x = –3 in the equation. (–3)2 + 6(–3) + 9 9 – 18 + 9 = 0 Hence it is a solution |
|
38. |
Discriminant of the quadratic equation 2x2 + x – 8 = 0 is A) -65 B) 65C) -127 D) -15 |
Answer» Correct option is (B) 65 Given quadratic equation is \(2x^2+x-8=0\) \(\therefore\) Discriminant \(=1^2-4\times2\times-8\) = 1+64 = 65 Correct option is B) 65 |
|
39. |
The quadratic equation 2x2 – √5x + 1 = 0 has(a) two distinct real roots(b) two equal real roots(c) no real roots(d) more than 2 real roots |
Answer» (c) no real roots The discriminant value of a quadratic equation ax2 + bx + c = 0, a ≠ 0 is given by, D = b2 - 4ac = 0 i. If D = b2 - 4ac > 0, then its roots are distinct and real. ii. If D = b2 - 4ac = 0, then its roots are real and equal. iii. If D = b2 - 4ac < 0, then its roots are imaginary. Given, 2x2 – √5x + 1 = 0 ∴ D = b2 - 4ac = 0 = (-√5)2 - 4(2)(1) = -3 < 0 Hence, the roots of the quadratic equation 2x2 – √5x + 1 = 0 are imaginary. |
|
40. |
The equation esin x – e–sin x – 4 = 0 has(a) no real roots (b) exactly one real root (c) exactly four real roots (d) infinite number of real roots. |
Answer» (a) no real roots Given, esin x – e–sin x – 4 = 0 Let esin x = y. Then, the given equation becomes y – \(\frac{1}{4}\) = 4 ⇒ y2 – 4 –1 = 0 ⇒ y = \(\frac{4±\sqrt{16+4}}{2}\) = 2 ± √5 ⇒ esin x = 2 ± √5 ⇒ sin x = loge (2 ± √5) ⇒ sin x = loge (2 + √5) (∴ (2 - √5) 0 < and so loge (2 + √5) − is not defined) Now (2 + √5) > 4 ⇒ loge (2 - √5) > 1 But the value of sin x lies between –1 and 1, both values inclusive, so sin \(x\) ≠ loge (2 + √5) ∴ There are no possible real roots of the given equation. |
|
41. |
If α and β are the roots of the equation x2 – 6x + 6 = 0, what is α3 + β3 + α2 + β2 + α + β equal to ?(a) 150 (b) 138 (c) 128 (d) 124 |
Answer» (b) 138. α + β = 6, αβ = 6 (α + β)2 = 62 ⇒ α2 + β2 + 2αβ = 36 ⇒ α2 + β2 = 36 – 2 x 6 = 24 Now, α3 + β3 + α2 + β2 + α + β = (α + β) (α2 + β2 - αβ) + (α2 + β2 ) + (α + β ) = 6(24 – 6) + 24 + 6 = 6 × 18 + 30 = 138. |
|
42. |
If α, β, γ are the roots of the equation x3 + ax2 + bx + c = 0, then what is α–1 + β–1 + γ–1 is equal to ? |
Answer» Given α, β, γ are the roots of the equation x3 + ax2 + bx + c = 0. Then, S1 = α + β + γ = \(-\frac{coefficient\,of\, x^2}{coefficient\,of\,x^3}\) = - a; S2 = αβ + βγ + αγ = \(-\frac{coefficient\,of\, x^2}{coefficient\,of\,x^3}\) = b S3 = αβγ = \(\frac{-constant\,term}{coefficient\,of\,x^3}\) = - c ∴ α–1 + β–1 + γ–1 = \(\frac{1}{α}\) + \(\frac{1}{β}\) + \(\frac{1}{γ}\) = \(\frac{βγ+αγ+αβ}{αβγ}\) = \(\frac{S_2}{S_3}\) = \(\frac{b}{-c}\) = \(-\frac{b}{c}.\) |
|
43. |
Determine whether (i) x= √2, (ii) x = –2√2 are the solutions of the equation x2 + √2 x – 4 = 0 or not. |
Answer» Put x = √2 (√2)2 + √2(√2) – 4 = 0 2 + 2 – 4 4 – 4 = 0 Therefore, it is the solution to the equation. When x = –2√2 (–2√2)2 + √2(–2√2) – 4 = 0 8 – 4 – 4 = 0 Therefore, it is the solution to the equation. |
|
44. |
Which of the following equations has two distinct real roots?(a) 2x2-3√2x + 9/4 =0(b) x2 + x – 5 =0(c) x2 + 3x + 2√2 =0(d) 5x2- 3x + 1=0 |
Answer» (b) x2 + x – 5 = 0 Same as the previous one. Let’s check the discriminant value for distinct real roots. a. Given, 2x2 - 3√2x + 9/4 = 0 ∴ D = b2 - 4ac = 0 = (-3√2)2 - 4(2) (9/4) = 18 - 18 = 0 Hence, the roots are real and equal. b. Given, x2 + x – 5 = 0 ∴ D = b2 - 4ac = 0 = (1)2 - 4(1) (-5) = 1 + 20 = 21 > 0 Hence, the roots are real and distinct. c. Given, x2 + 3x + 2√2 =0 ∴ D = b2 - 4ac = 0 = 32 - 4(1) (2√2) = 9 - 8√2 < 0 Hence, the roots are imaginary. d. Given, 5x2 - 3x + 1 = 0 ∴ D = b2 - 4ac = 0 = (-3)2 - 4(5)(1) = 9 – 20 < 0 Hence, the roots are imaginary. |
|
45. |
If the value of discriminant equals zero, then the two equal roots are(A) -b/2a(B) b/2a(C) -a/2b(D) a/2b |
Answer» The correct answer is (A). If D = 0 Roots = (-b ± √D)/2a = (-b ± 0)/2a = -b/2a |
|
46. |
If \(5^{56}\big(\frac{1}{5}\big)^x\big(\frac{1}{5}\big)^{\sqrt{x}}\) > 1, then x satisfies :(a) [0, 49) (b) (49, 64] (c) [0, 64) (d) [49, 64) |
Answer» (a) [0, 49) \(5^{56}\big(\frac{1}{5}\big)^x\big(\frac{1}{5}\big)^{\sqrt{x}}\) > 1 ⇒ \(5^{56}\times5^{-x}\times5^{-\sqrt{x}}\) < 1 ⇒ \(5^{56-x-\sqrt{x}}\) > 50 ⇒ 56 - x - √x > 0 ⇒ x + √x - 56 < 0 ⇒ y2 + y – 56 < 0, where y = √x ⇒ (y + 8) (y – 7) < 0 ⇒ –8 < y < 7 ⇒ –8 < √x < 7 ⇒ 0 ≤ √x < 7 as √x cannot be negative ⇒ 0 ≤ \(x\) < 49 ⇒ x ∈ [0, 49) |
|
47. |
If α, β, γ are the roots of x3 – 2x2 + 3x – 4 = 0, then the value of α2 β2 + β2 γ2 + γ2 α2 is : (a) –7 (b) –5 (c) –3 (d) 0 |
Answer» (a) -7 Given, α, β, γ are the roots of x3 – 2x2 + 3x – 4 = 0. Then, S1 = α + β + γ = 2 S2 = αβ + βγ + γα = 3 S3 = αβγ = 4 Now, (αβ + βγ + γα)2 = α2β2 + β2γ2 +γ2α2 + 2αβ2γ + 2βγ2α + 2α2βγ = α2β2 + β2γ2 +γ2α2 + 2αβγ (α + β + γ) ⇒ α2β2 + β2γ2 +γ2α2 = (αβ + βγ + γα)2 – 2αβγ (α + β + γ) = 32 – 2 × 4 × 2 = 9 – 16 = – 7. |
|
48. |
Two students A and B solve an equation of the form x2 + px + q = 0. A starts with a wrong value of p and obtains the roots as 2 and 6. B starts with a wrong value of q and gets the roots as 2 and –9. What are the correct roots of the equations ? (a) 3 and –4 (b) –3 and –4 (c) –3 and 4 (d) 3 and 4 |
Answer» (b) - 3 and - 4 Let the roots of the quadratic equation x2 + px + q = 0 be α and β. According to the given condition, A starts with a wrong value of p and obtains the roots as 2 and 6. But this time, the value of q is correct. ∴ q = Product of roots = αβ = 2 × 6 = 12. According to the second condition, B starts with a wrong value of q and obtains the roots as 2 and –9. But this time, the value of p is correct. ∴ p = sum of roots = α + β = 2 + (–9) = –7 ...(i) ∴ (α - β)2 = (α + β)2 – 4ab = (–7)2 – 4.12 = 49 – 48 = 1 ⇒ α - β = 1 ...(ii) ∴ Solving equations (i) and (ii), we get α = – 3 and β = – 4. |
|
49. |
The sum of the roots of the equation \(\frac{1}{x+a}+\frac{1}{x+b}=\frac{1}{c}\) is zero. What is the product of the roots of the equation ? (a) – \(\frac{(a+b)}{2}\)(b) \(\frac{(a+b)}{2}\)(c) – \(\frac{(a^2+b^2)}{2}\)(d) \(\frac{(a^2+b^2)}{2}\) |
Answer» (c) – \(\frac{(a^2+b^2)}{2}\) \(\frac{1}{x+a}+\frac{1}{x+b}=\frac{1}{c}\) ⇒ \(\frac{(x+b)+(x+a)}{(x+a)(x+b)}\) = \(\frac{1}{c}\) ⇒ \(\frac{2x+b+a}{x^2+(a+b)x+ab}\) = \(\frac{1}{c}\) ⇒ 2cx + (a + b)c = x2 + (a + b)x + ab ⇒ x2 + (a + b – 2c)x + ab – ac – bc = 0 Let α, β be the roots of this equation. Then, α + β = – (a + b – 2c) = 0 (Given) ⇒ a + b = 2c and αβ = ab – ac – bc = ab – (a + b)c = ab - (a + b) \(\frac{(a+b)}{2}\) = \(\frac{2ab-(a^2+b^2+2ab)}{2}\) = - \(\bigg(\frac{a^2+b^2}{2}\bigg).\) |
|
50. |
(x2 + 1)2 - x2 = 0 hasA. four real rootsB. two real rootsC. no real roots D. one real root. |
Answer» C. no real roots Let’s simplify the equation, (x2 + 1)2 - x2 = 0 ⇒ x4 + 2x2 + 1 - x2 = 0 ⇒ x4 + x2 + 1 = 0 Let x2 = y, ⇒ y2 + y + 1 = 0 D = b2 - 4ac = 0 = 12 - 4(1)(1) ∴ D = -3 < 0 Hence, the equation (x2 + 1)2 - x2 = 0 has no real roots. |
|