Explore topic-wise InterviewSolutions in .

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.

401.

Find the quadratic polynomial, sum of whose zeroes is (\(\frac{5}2\)) and their product is 1. Hence, find the zeroes of the polynomial.

Answer»

Let α and β be the zeroes of the required polynomial f(x). 

Then (α + β) = \(\frac{5}2\) and αβ = 1 

∴ f(x) = x2 - (α + β) x + αβ 

⇒ f(x) = x2 - \(\frac{5}2\) x + 1 

⇒ f(x) = 2x2 – 5x + 2 

Hence, the required polynomial is f(x) = 2x2 – 5x + 2

∴ f(x) = 0 ⇒ 2x2 – 5x + 2 = 0 

⇒ 2x2 – (4x + x) + 2 = 0 

⇒ 2x2 – 4x – x + 2 = 0 

⇒ 2x (x – 2) – 1 (x – 2) = 0 

⇒ (2x – 1) (x – 2) = 0 

⇒ (2x – 1) = 0 or (x – 2) = 0

⇒ x = \(\frac{1}2\) or x = 2 

So, the zeros of f(x) are \(\frac{1}2\) and 2.

402.

Find all the zeroes of the polynomial x4 − 8x3 + 19x2 − 12x + 2,if two of its zeroes are 2 + √2 and 2 - √2.

Answer»

since two  zeroes of the given polynomial  are 2 + √2 and 2 - √2 , the polynomial should have two factors (x-2-√2) and (x-2+√2) that means it has quadratic factor

(x-2-√2) X (x-2+√2)=(x-2)^2 -2= x2-4x+2

Now x4 − 8x3 + 19x2 − 12x + 2

= x4-4x3+2x2-4x3+16x2-8x +x2-4x+2

=x2( x2-4x+2) − 4x ( x2-4x+2)+ ( x2-4x+2)

=( x2-4x+2)( x2-4x+1)

Hence other quadratic factor should be= (x4 − 8x3 + 19x2 − 12x + 20)/ ( x^2-4x+2)

=( x2-4x+1)
Solve ( x2-4x+1)=0

=> (x-2)2-3=0

hence other two zeroes are 2 + √3 and 2 - √3

403.

Find the quadratic polynomial, sum of whose zeroes is √2 and their product is (\(\frac{1}3\)).

Answer»

We can find the quadratic equation if we know the sum of the roots and product of the roots by using the formula 

x2 – (Sum of the roots)x + Product of roots = 0 

⇒ x2 – √2x + \(\frac{1}3\) = 0 

⇒ 3x2 –3√2x + 1 = 0

404.

Find a cubic polynomial with the sum of its zeroes, sum of the products of its zeroes taken two at a time and the product of its zeroes as 5, -2 and -24 respectively

Answer»

We know the sum, sum of the product of the zeroes taken two at a time and the product of the zeroes of a cubic polynomial then the cubic polynomial can be found as x3 – (sum of the zeroes)x2 + (sum of the product of the zeroes taking two at a time)x – product of zeroes 

Therefore, the required polynomial is

x3 - 5x2 -2x +24

405.

Find a cubic polynomial whose zeroes are 1/2 , 1 and –3.

Answer»

If the zeroes of the cubic polynomial are a, b and c then the cubic polynomial can be found as 

x3 – (a + b + c)x2 + (ab + bc + ca)x – abc ……(1) 

Let a = 1/2 , b = 1 and c = –3 

Substituting the values in (1), we get 

x3 – ( 1/2 + 1 − 3)x2 + ( 1/2 − 3 − 3/2 )x – ( −3/2 ) 

⇒ x3 – ( −3/2 )x2 – 4x + 3/2 

⇒ 2x3 +3x2 – 8x + 3

406.

The zeroes of the polynomial 4x2 + 5√2x – 3 are (a) -3√2, √2 (b) -3√2, \(\frac{\sqrt2}2\) (c) \(\frac{-3}{\sqrt2}\), \(\frac{\sqrt2}4\)(d) none of these

Answer»

(c)   \(\frac{-3}{\sqrt2}\)\(\frac{\sqrt2}4\)

Let f(x) = 4x2 + 5√2x – 3 = 0 

⇒ 4x2 + 6√2x – √2x – 3 = 0 

⇒ 2√2x(√2x + 3) –1 (√2x + 3) = 0 

⇒ (√2x + 3) (2√2x – 1) = 0

⇒ x = – \(\frac{3}{\sqrt2}\) or x = \(\frac{1}{2\sqrt2}\)

⇒ x = – \(\frac{3}{\sqrt2}\)or x = \(\frac{1}{2\sqrt2}\) x \(\frac{\sqrt2}{\sqrt2}\) = \(\frac{\sqrt2}4\)

407.

Find all the zeroes of `2x^4-3x^3-3x^2+6x-2`, if you know that two of its zeroes are `sqrt(2)`and `-sqrt(2)`.

Answer» `q(x) = 2x^4 - 3x^3 - 3x^2 + 6x - 2`
`q(x) = p(x) *(x- sqrt2)(x + sqrt2)`
`q(x) = p(x)*(x^2-2)`
bu using identity `(x+a)(x-a) = x^2 - a^2`
`p(x) = (q(x))/(x^2-2)`
`= (2x^4 - 3x^3 - 3x^2 + 6x-2)/(x^2 - 2)`
by dividing , we get `p(x) = 2x^2 - x+1`
`= 2x^2 - 2x-x+1`
`= 2x^2 - 2x-x +1`
`= 2x[x-1]-1[x-1]`
`p(x)= (x-1)(2x-1)`
`x = 1,1/2`
answer
408.

Find a cubic polynomial whose zeroes are 2, -3 and 4.

Answer»

If the zeroes of the cubic polynomial are a, b and c then the cubic polynomial can be found as 

x3 – (a + b + c)x2 + (ab + bc + ca)x – abc ……(1) 

Let a = 2, b = –3 and c = 4 

Substituting the values in 1, we get 

x3 – (2 – 3 + 4)x2 + (– 6 – 12 + 8)x – (–24) 

⇒ x3 – 3x2 – 10x + 24

409.

Find a cubic polynomial whose zeroes are 2, -3 and 4.

Answer»

General form of a cubic polynomial whose zeroes are a, b and c is:

x3 – (a + b + c) x2 + (ab + bc + ca)x – abc …(1)

To Find: Cubic polynomial whose zeroes are 2, -3 and 4

Let us say, a = 2, b = – 3 and c = 4

Putting the values of a, b and c in the equation (1) we get:

= x3 – (2 – 3 + 4) x2 + (-6 – 12 + 8) x – (- 24)

= x3 – 3x2 – 10x + 24

Which is required polynomial.

410.

Verify that 5, -2 and 1/3 are the zeroes of the cubic polynomial p(x) = (3x3 – 10x2 – 27x + 10) and verify the relation between its zeroes and coefficients.

Answer»

Let f(x) = 3x3 – 10x2 – 27x + 10

5, -2 and 1/3 are the zeros of the polynomial (given)

Therefore,

f(5) = 3(5)3 – 10(5)2 – 27(5) + 10

= 3 × 125 – 250 – 135 + 10

= 0

f(-2) = 3(-2)3 – 10(-2)2 – 27(-2) + 10

= – 24 – 40 + 54 + 10

= 0

f(1/3) = 3 (1/3)3 – 10(1/3)2 – 27(1/3) + 10

= 1/8 – 10/9 – 9 + 10

= 0

Verify relations:

General form of a cubic equation: ax3 + bx2 + cx + d.

Now,

Consider α = 5, β = – 2 and γ = 1/3

α + β + γ = 5 – 2 + 1/3 = 10/3 = -b/a

αβ + βγ + αγ = 5 (-2) + (-2) (1/3) + (1/3) (5) = -9 = c/a

And, αβγ = 5 (-2) (1/3)= -10/3 = -d/a

411.

Find the value of polynomials for the indicated value of variables.s(z) = z3 – 1 at z – 1.

Answer»

The value of s(z) at z = 1 is 13 – 1 = 0

412.

x2 + 1 has no zeroes. Why ?

Answer»

x2 + 1 = 0 

⇒ x2 = -1 

No real number exists such that whose root is – 1. 

∴ x2 + 1 has no zeroes.

413.

Evaluate by using suitable identities : (99)3

Answer»

(99)3 = (100 – 1)3 

= 1003 – 3 (100)2 (1) + 3 (100) (1)2 – 13 

[ ∵ (x – y)3 = x3 – 3x2y + 3xy2 + y3

= 1000000 – 30000 + 300 – 1 

= 970299

414.

Determine the degree of each of the following polynomials. (i) 2x-1 (ii) -10 (iii) `x^(3)-9x+3x^(5)` (iv) ` y^(3)(1-y^(4))`

Answer» (i) Degree of polynomial 2x-1 is one bacause the maximum exponent of x is one .
(ii) Degree of polynomial `-10 or -10 x^(0)` is zero , because the exponent of x is zero .
(iii) Degree fo polynomilas `x^(3)-9x+3x^(5)` is five , because the maximum exponent of x is five .
(iv) Degree of polynomial `y^(3)(1-y^(4) )or y^(3)-y^(7)` is seven , because the maximum exponenent of y is seven.
415.

If (x + a) is a factor of (2x2 + 2ax + 5x + 10), then find the value of a.

Answer»

Given: (x + a) is a factor of 2x2 + 2ax + 5x + 10 

We have 

x + a = 0 

⇒ x = –a 

Since, (x + a) is a factor of 2x2 + 2ax + 5x + 10 

Hence, It will satisfy the above polynomial 

∴ 2(–a)2 + 2a(–a) + 5(–a) + 10 = 0 

⇒ –5a + 10 = 0 

⇒ a = 2

416.

If x3+ x2 -ax + b is divisible by (x2 -x),write the value of a and b.

Answer»

Equating x2 – x to 0 to find the zeroes, we will get 

x(x – 1) = 0 

⇒ x = 0 or x – 1 = 0 

⇒ x = 0 or x = 1 

Since, x3 + x2 – ax + b is divisible by x2 – x. 

Hence, the zeroes of x2 – x will satisfy x3 + x2 – ax + b 

∴ (0)3 + 02 – a(0) + b = 0 

⇒ b = 0 

And (1)3 + 12 – a(1) + 0 = 0 [∵b = 0] 

⇒ a = 2 

417.

Find the zeros of the quadratic polynomials 5x2 - 4 - 8x and verify the relationship between the zeros and the coefficients.

Answer»

Let f(x) = 5x2 ˗ 4 ˗ 8x

= 5x2 ˗ 8x ˗ 4

= 5x2 ˗ (10x ˗ 2x) ˗ 4

= 5x2 ˗ 10x + 2x ˗ 4

= 5x (x ˗ 2) + 2(x ˗ 2)

= (5x + 2) (x ˗ 2)

To find the zeroes, set f(x) = 0

(5x + 2) (x ˗ 2) = 0

5x + 2 = 0 or x ˗ 2 = 0

x = (−2)/5 or x = 2

Again,

Sum of zeroes = (-2)/5 + 2 = (-2+10)/5 = 8/5

= -b/a

= (-Coefficient of x)/(Cofficient of x2)

Product of zeroes = (-2/5) x 2 = (-4)/5

= c/a

= Constant term / Coefficient of x2

418.

Find the zeros of the quadratic polynomials 2√3 x2 – 5x + √3 and verify the relationship between the zeros and the coefficients.

Answer»

Let f(x) = 2 √3 x2 – 5x + √3

= 2 √3 x2 – 2x – 3x + √3

= 2x(√3x-1) – √3(√3x-1)

To find the zeroes, set f(x) = 0

(√3x – 1) or (2x – √3) = 0

x = 1/√3 = √3/3 or x = √3/2

x = √3/3 or x = √3/2

Again,

Sum of zeroes = √3/3 + √3/2 = 5√3/6

= -b/a

= (-Coefficient of x)/(Cofficient of x2)

Product of zeroes = √3/3 x √3/2 = √3/6

= c/a

= Constant term / Coefficient of x2

419.

Find quadratic polynomial whose zeroes are 3 and – 3.

Answer»

Let the zeroes of the quadratic polynomial be

α = 3 , β = – 3

Then, α + β = 3 + ( – 3) = 0

αβ = 3 × ( – 3) = – 9

Sum of zeroes = α + β = 0

Product of zeroes = αβ = – 9

Then, the quadratic polynomial

= x2 – (sum of zeroes)x + product of zeroes

= x2 – (0)x + ( – 9)

= x2 – 9

420.

Find the zeros of the quadratic polynomials 2x2 – 11x + 15 and verify the relationship between the zeros and the coefficients.

Answer»

Let f(x) = 2x2 ˗ 11x + 15

= 2x2 ˗ (6x + 5x) + 15

= 2x2 ˗ 6x ˗ 5x + 15

= 2x (x ˗ 3) ˗ 5 (x ˗ 3)

= (2x ˗ 5) (x ˗ 3)

To find the zeroes, set f(x) = 0

(2x ˗ 5) (x ˗ 3) = 0

2x ˗ 5= 0 or x ˗ 3 = 0

x = 5/2 or x = 3

Again,

Sum of zeroes = 5/2 + 3 = (5+6)/2 = 11/2

= -b/a

= (-Coefficient of x)/(Cofficient of x2)

Product of zeroes = 5/2 x 3 = 15/2

= c/a

= Constant term / Coefficient of x2

421.

Find the zeros of the quadratic polynomials 4x2 – 4x + 1 and verify the relationship between the zeros and the coefficients.

Answer»

Let f(x) = 4x2 ˗ 4x + 1

= (2x2) – 2(2x)(1) + (1)^2

= (2x – 1)2

To find the zeroes, set f(x) = 0

(2x – 1)2 = 0

x = 1/2 or x = 1/2

Again,

Sum of zeroes = 1/2+1/2=1=1/1

= -b/a

= (-Coefficient of x) / (Cofficient of x2)

Product of zeroes = 1/2 x 1/2=1/4

= c/a

= Constant term / Coefficient of x2

422.

Find a quadratic polynomial, the sum and product of whose zeroes are 4 and 1 respectively.

Answer»

Given: Sum of zeroes = α + β = 4

Product of zeroes = αβ = 1

Then, the quadratic polynomial

= x2 – (sum of zeroes)x + product of zeroes

= x2 – (4)x + 1

= x2 – 4x + 1

423.

Find a quadratic polynomial, the sum and product of whose zeroes are 1 and 1 respectively.

Answer»

Product of zeroes = αβ = 1

Then, the quadratic polynomial

= x2 – (sum of zeroes)x + product of zeroes

= x2 – (1)x + 1

= x2 – x + 1

424.

Find a quadratic polynomial, the sum and product of whose zeroes are 0 and 3 respectively.

Answer»

Given: Sum of zeroes = α + β = 0

Product of zeroes = αβ = 3

Then, the quadratic polynomial

= x2 – (sum of zeroes)x + product of zeroes

= x2 – (0)x + 3

= x2 + 3

425.

Two different container contains (2x3 + 2x2 + 3x + 3) L and (4x3 - 2x2 + 6x - 3)L water. What is biggest measure that can measure both quantities exactly?(A) (x2 + 2x) L (B) (2x2 + 3)L(C) (2x - 1)L (D) (x + 1)L

Answer»

The correct option is: (B) (2x2 + 3)L

Explanation:

Capacity of both the containers is

 (2x3 + 2x2 + 3x + 3) L and (4x3 - 2x2 + 6x - 3)L 

i.e.,  (2x2 + 3)(x + 1)L and (2x2 + 3)(2x - 1)L 

Required measure is the H.C.F. of capacity of both the containers i.e., (2x2 + 3) L

426.

Raghav had Rs(6x3 +2x2 + 3x) and he bought (4x2 + 3) shirts. The price of each shirt is Rs(x + 5). How much money is left with Raghav?(A) Rs(2x3 - 18x2 - 15)(B) Rs(4x2 + 2x + 3)(C) Rs(x3 - 3x) (D) Rs(2x3 + 2x2 - 15)

Answer»

The correct option is: (A) Rs(2x- 18x2 - 15)

Explanation: 

Total amount Raghav had = Rs(6x3 +2x2 + 3x)

Cost of one shirt = Rs(x + 5)

Number of shirts he bought = 4x2 + 3

. .. Amount spent by him = Rs(x + 5)(4x2 + 3)

= Rs(4x3 + 20x2 + 3x + 15)

Hence, money left with Raghav

= Rs(6x3 + 2x2 + 3x - 4x3 - 20x2 - 3x - 15)

= Rs(2x3 - 18x2 - 15)

427.

A rectangular garden of length (2x3 + 5x2 - 7) m has the perimeter (4x3 - 2x2 + 4) m. Find the breadth of the garden.(A) (6x2 - 9) m (B) (-6x2 + 9) m(C) (2x3 - 7x2 + 11) m(D) (6x3 + 7x2 + 9) m

Answer»

The correct option is: (B) (-6x2 + 9) m

Explanation:

Length of the garden = (2x3 - 7x2 + 7) m

Perimeter of the garden = 2 x (length + breadth)

. .4x3 - 2x2 + 4 = 2(2x3 + 5x2 - 7 + breadth)

=> 2x3 + 5x2 + 2 = (2x3 + 5x2 - 7) + breadth

So, breadth ofthe rectangle

2x3 + 5x2 + 2 - 2x3 + 5x2 - 7 = (-6x2 + 9) m

428.

If the graph of a polynomial intersects the x-axis at exactly two points, is it necessarily a quadratic Polynomial?

Answer»

No, x4 - 1 is a polynomial intersecting the x-axis at exactly two points.

429.

Is the following statement True or False? Justify your answer.If the graph of a polynomial intersects the x - axis at exactly two points, it need not be a quadratic polynomial.

Answer»

If the graph of a polynomial intersects the x - axis at exactly two points, it need not be a quadratic polynomial: True.

The polynomial with degree greater than 2 can also intersect the x - axis at two points. Hence, it need not be a quadratic polynomial.

430.

Which of the following is not the graph of a quadratic polynomial?A. B. C. D.

Answer» Correct Answer - D
For any quadratic polynomial `ax^(2) +bx +c, a ne 0`, the graph of the Corresponding equation `y = ax^(2) +bx +c` has one of the two shapes either open upwards like `uu` or open downwards like `uu` depending on whether `a gt 0` or `a lt `. These curves are called parabolas. so, option (d) cannot be possible. Also, the curve of a quadratic polynomial crosses the X-axis on at most two points but in option (d) the curve crosses the X-axis on the three points, so it does not represent the quadratic polynomial.
431.

Can x – 1 be the remainder on division of a polynomial p (x) by 2x + 3? Justify your answer.

Answer»

No, since degree (x – 1) = 1 = degree (2x + 3).

432.

An asana is a body posture, originally and still a general term for a sitting meditation pose, and later extended in hatha yoga and modern yoga as exercise, to any type of pose or position, adding reclining, standing, inverted, twisting, and balancing poses. In the figure, one can observe that poses can be related to representation of quadratic polynomial.1. The shape of the poses shown isa) Spiralb) Ellipsec) Lineard) Parabola2. The graph of parabola opens downwards, if _______a) a ≥ 0b) a = 0c) a < 0d) a > 03. In the graph, how many zeroes are there for the polynomial?a) 0b) 1c) 2d) 34. The two zeroes in the above shown graph area) 2, 4b) -2, 4c) -8, 4d) 2,-85. The zeroes of the quadratic polynomial 4√3x2 + 5x - 2√3 are

Answer»

1. Parabola

2. c) a < 0

3. c) 2

4. b) -2, 4

5. b) \(-\cfrac2{\sqrt3},\cfrac{\sqrt3}4\)

433.

If -2 is a zero of the polynomial 3x2 + 4x + 2k then find the value of k.

Answer»

Given: x = –2 is one zero of the polynomial 3x2 + 4x + 2k 

Therefore, it will satisfy the above polynomial. 

Now, we have 

3(–2)2 + 4(–2)1 + 2k = 0 

⇒ 12 – 8 + 2k = 0 

⇒ k = – 2 

434.

If 1 is a zero of the quadratic polynomial ax2 – 3(a – 1)x – 1 is 1, then find the value of a.

Answer»

Given: x = 1 is one zero of the polynomial ax2 – 3(a – 1) x – 1 

Therefore, it will satisfy the above polynomial. 

Now, we have 

a(1)2 – (a – 1)1 – 1 = 0 

⇒ a – 3a + 3 – 1 = 0 

⇒ –2a = – 2 

⇒ a = 1 

435.

H.C.F. of 4x2y and x3y2 will be(A) x2y(B) x2y2(C) 4x3y2(D) 4x2y2

Answer»

Answer is (C) 4x3y2

436.

The sum of areas of two squares is 468 sq.m. If the difference between their perimeter is 24 m, then find sides of both squares.

Answer»

Let the side of a square is x m.

Perimeter of that square = 4x m

Difference in perimeter is 24 m

Perimeter of second square 

= 4x + 24 m

Then, side of second square 

= (4x + 24)/4 = 4(x + 6)/4 = (x + 6)m

Area of first square = x2 sq m

Area of second square 

= (x + 6)2 sq m = x2 + 12x + 36 sq m

Sum of areas of both squares = 468 sq m

x2 + (x2 + 12x + 36) = 468

⇒ 2x2 + 12x + 36 – 468 = 0

⇒ 2x2+ 12x – 432 =0

⇒ 2(x2 + 6x – 216) = 0

⇒ x2 + 6x – 216 = 0

⇒ x2 + 18x – 12x – 216 = 0

⇒ x(x + 18) – 12(x + 18) = 0

⇒ (x + 18)(x – 12) = 0

when x + 18 = 0, then x = -18 (not possible)

or x – 12 = 0, then x = 12

∴ x = 12

Side of smaller square = 12 m

and side of larger square 

= x + 6 = 12 + 6 

= 18 m

Thus sides of both  squares are 12 m. and 18 m respatively

437.

The value of ‘K’ for which 2x4 + 3x3 + 2Kx2 + 3x + 6 is exactly divisible by x + 2?A) 1 B) -1 C) 2 D) -2

Answer»

Correct option is (B) -1

x+2 is a factor of \(2x^4+3x^3+2Kx^2+3x+6\)

\(\therefore\) x = -2 is a root of equation \(2x^4+3x^3+2Kx^2+3x+6=0\)

\(\therefore2(-2)^4+3(-2)^3+2k(-2)^2+3(-2)+6=0\)

\(\Rightarrow\) 32 - 24 + 8k - 6 + 6 = 0

\(\Rightarrow\) 8k = -32+24 = -8

\(\Rightarrow\) \(k=\frac{-8}8=-1\)

Correct option is B) -1

438.

Zero of 3y3 + 8y2 – 1 is(A) 1(B) (-1)(C) 0(D) None of these

Answer»

Answer is (D) None of these

Let p(y) = 3y3 + 8y2 – 1

p(1) = 3 × (1)3 + 8(1)2 – 1 

= 3 + 8 – 1 = 10 ≠ 0

p(-1) = 3(-1)3 + 8(-1)2 – 1 

= -3 + 8 – 1 = 4 ≠ 0

and p(0) = 3 × (0)3 + 8(0)2 – 1 

= 0 + 0 – 3 = -3 ≠ 0

Thus by putting y = 1, -1 the expression obtained is not equal to zero.

439.

Find the zeroes of the polynomial p(x)= (x – 2)2 – (x+ 2)2.

Answer»

p(x) = (x –2)2−(x + 2)2

We know that,

Zero of the polynomial p(x) = 0

Hence, we get,

⇒ (x–2)2−(x + 2)2 = 0

Expanding using the identity, a2 – b2 = (a – b) (a + b)

⇒ (x – 2 + x + 2) (x – 2 –x – 2) = 0

⇒ 2x ( – 4) = 0

⇒ – 8 x= 0

Therefore, the zero of the polynomial = 0

440.

Is the following statement True or False? Justify your answer.If all three zeroes of a cubic polynomial x3 + qx2 - bx + c are positive, then at least one of a, b and c is non - negative.

Answer»

If all three zeroes of a cubic polynomial x3 + qx2 - bx + c are positive, then at least one of a, b and c is non - negative: True.

Let α, β and γ be the zeroes of the polynomial p(x) = ax3 + bx2 + cx + d, where α, β, γ > 0

Product of all the zeroes = - (constant term) ÷ coefficient of x3

αβγ = - d/a > 0 (∵ α, β, γ > 00 ⇒ αβγ > 0)

⇒ d/a < 0

 d and a have different signs.

Sum of the products of two zeroes at a time = coefficient of x ÷ coefficient of x3

αβ + βγ + αγ = c/a > 0 (∵ α, β, γ > 0 ⇒ αβ, βγ, αγ > 0 ⇒ αβ + βγ + αγ > 0 )

 c and a have the same signs.

Sum of the zeroes = - (coefficient of x2) ÷ coefficient of x3

α + β + γ = - b/a > 0 (∵ α, β, γ > 0 ⇒ α + β + γ > 0)

⇒ b/a < 0

 b and a have different signs.

Case1: when a > 0 

c > 0 , b < 0 and d < 0

Case2: when a < 0 

c < 0 , b > 0 and d > 0

∴ In both cases two of the coefficients are non - negative.

441.

In Fig., the graph of a polynomial p(x) is given. Find the zeros of the polynomial.

Answer»

In figure, the polynomial has 2 zeroes because the graph cuts x - axis at 2 points

i.e. x = – 3 and x = – 1.

442.

Is the following statement True or False? Justify your answer.If all the zeroes of a cubic polynomial are negative, then all the coefficients and the constant term of the polynomial have the same sign.

Answer»

If all the zeroes of a cubic polynomial are negative, then all the coefficients and the constant term of the polynomial have the same sign: True

Let α, β and γ be the zeroes of the polynomial p(x) = ax3 + bx2 + cx + d, where α, β, γ < 0

Product of all zeroes = - (constant term) ÷ coefficient of x3

αβγ = - d/a < 0 (∵ α, β, γ < 0 ⇒ αβγ < 0)

⇒ d/a > 0

 d and a have the same signs.

Sum of the products of two zeroes at a time = coefficient of x ÷ coefficient of x3

αβ + βγ + αγ = c/a > 0 (∵ α, β, γ < 0 ⇒ αβ,βγ,αγ > 0 ⇒ αβ + βγ + αγ > 0 )

 c and a have the same signs.

Sum of the zeroes = - (coefficient of x2) ÷ coefficient of x3

α + β + γ = - b/a < 0 (∵ α, β, γ < 0 ⇒ α + β + γ < 0)

⇒ b/a > 0

 b and a have same signs.

⇒ a,b,c and d have same signs.

443.

The graph of a polynomial (x) is as shown in fig.Write the number of real zeros of f (x).

Answer»

In the figure,

The polynomial has 4 real zeroes because the graph cuts x - axis at four points.

444.

The graph of the polynomial f(x) = ax2 + box + c is as shown in fig.Write the value of b2 – 4ac and the number of real zeros of f(x).

Answer»

b 2 – 4ac = 0,

Two

The given quadratic equation touches the x - axis at only one point.

The root of the quadratic equation is equal and real because if the quadratic equation has two distinct roots, then the graph touches the x - axis at two points.

As we know that the roots are real and equal if the value of discriminant is zero,

So, b 2 – 4ac = 0

445.

The graph of a polynomial y = f (x), shown in Fig.Find the number of real zeros of f (x).

Answer»

In figure, the polynomial has 3 real zeroes because the graph cuts axis at three points.

446.

The graph of the polynomial f(x) = ax2 + box + c is as shown in fig.Write the sign of c.

Answer»

The y - intercept of the equation is c,

So,

The signs of will be negative as c < 0

447.

Figure shows the graph of the polynomial f(x) = ax2 + bx + c for whichA. a &lt; 0, b &gt; 0 and c &gt; 0B. a &lt; 0, b &lt; 0 and c &gt; 0C. a &lt; 0, b &lt; 0 and c &lt; 0D. a &gt; 0, b &gt; 0 and c &lt; 0

Answer»

As seen from the graph,

The parabola cuts the graph at two points on the x axis.

One root is positive & one root is negative.

Now, for a polynomial, the sum of roots is given as:

α + β = -b/a

Also, the product of roots = c/a is positive.

Because c is positive,

⇒ a is negative & b is negative.

Therefore, option (b) is correct.

448.

The graph of the polynomial f(x) = ax2 + bx + c is as shown below in fig.Write the signs of c.

Answer»

The y - intercept of the equation is c,

So,

The signs of will be positive as c > 0

449.

The graph of the polynomial f(x) = ax2 + bx + c is as shown in fig.Write the signs of 'a' and b2 – 4ac.

Answer»

The signs of a will be positive as a > 0 and,

The signs of b2 – 4ac will be positive as b2 – 4ac > 0

450.

If the diagram in Fig. shows the graph of the polynomialf (x) = ax2 + bx + c, thenA. a &gt; 0, b 0 and c &gt; 0B. a &lt; 0, b 0 and c &gt; 0C. a &lt; 0, b &gt; 0 and c &gt; 0D. a &lt; 0, b &gt; 0 and c &lt; 0

Answer»

As seen from the graph,

The parabola cuts the graph at two points on the positive x - axis.

Hence, both the roots are positive.

Now, for a polynomial, the sum of roots is given as:

α + β = - b/a

∴ the sum will be positive as the roots are positive.

Also, the product of roots = c/a has to be positive too.

⇒ a is positive.

Now, since a is positive, therefore for the sum of roots to be negative, b has to be negative.

⇒ a > 0, b< 0 & c > 0.

Therefore, option (a) is correct.