Polynomials MCQ Quiz - Objective Question with Answer for Polynomials - Download Free PDF
Last updated on Jul 14, 2025
Latest Polynomials MCQ Objective Questions
Polynomials Question 1:
Sum and product of all roots of 4x3 − 8x2 − 13x + 19 = 0 is :
Answer (Detailed Solution Below)
Polynomials Question 1 Detailed Solution
Given:
The polynomial equation is 4x3 - 8x2 - 13x + 19 = 0.
Formula used:
Sum of roots = -b/a
Product of all roots = (-1)n × constant term/a, where n is the degree of the polynomial.
Calculations:
For the polynomial 4x3 - 8x2 - 13x + 19 = 0:
Coefficient of x3 (a) = 4
Coefficient of x2 (b) = -8
Constant term = 19
Sum of roots:
⇒ Sum of roots = -b/a
⇒ Sum of roots = -(-8)/4 = 2
Product of all roots:
⇒ Product of all roots = (-1)3 × constant term/a
⇒ Product of all roots = -19/4
∴ Sum and product of all roots are 2 and -19/4 respectively.
The correct answer is option 2.
Polynomials Question 2:
Factorise the polynomial x4 − 10x2 + 22 into product of two quadratic polynomials.
Answer (Detailed Solution Below)
Polynomials Question 2 Detailed Solution
Given:
Polynomial: x4 − 10x2 + 22
Formula used:
Quadratic formula: For an equation ax2 + bx + c = 0, x =
Calculations:
Let y = x2. The given polynomial can be written as a quadratic equation in y:
y2 - 10y + 22 = 0
Using the quadratic formula to find the roots for y, where a = 1, b = -10, c = 22:
y =
⇒ y =
⇒ y =
⇒ y =
⇒ y = 5
So, the two roots for y are:
y1 = 5 +
y2 = 5 -
Therefore, the quadratic in y can be factored as:
(y - y1)(y - y2) = (y - (5 +
Substitute back y = x2:
(x2 - (5 +
∴ The factorization of the polynomial x4 − 10x2 + 22 into a product of two quadratic polynomials is (x2 - (5 +
Polynomials Question 3:
The sum of the coefficients of x4 and x2 in the product of (x2 - x + 4) and (x3 - 2x2 + 3x + 1) is:
Answer (Detailed Solution Below)
Polynomials Question 3 Detailed Solution
Given:
Polynomial expressions: (x² - x + 4) and (x³ - 2x² + 3x + 1)
Concept used:
To find the sum of the coefficients of x⁴ and x² in the product of two polynomials, we need to multiply the corresponding terms in each polynomial and then sum the coefficients.
Calculation:
Let's multiply the two polynomials:
⇒ (x² - x + 4) * (x³ - 2x² + 3x + 1)
⇒ x² * x³ + x² * (-2x²) + x² * 3x + x² * 1 - x * x³ - x * (-2x²) + x * 3x + x * 1 + 4 * x³ + 4 * (-2x²) + 4 * 3x + 4 * 1
⇒ x⁵ - 2x⁴ + 3x³ + x² - x⁴ + 2x³ - 3x² + x + 4x³ - 8x² + 12x + 4
⇒ x⁵ - 3x⁴ + 9x³ - 10x² + 13x + 4
The coefficient of x⁴ is -3, and the coefficient of x² is -10.
Therefore, the sum of the coefficients of x⁴ and x² is -3 + (-10) = -13.
Hence, the correct option is -13
Polynomials Question 4:
If
Answer (Detailed Solution Below)
Polynomials Question 4 Detailed Solution
Given:
Calculation:
pq + 2x3y2
⇒
⇒
⇒
∴ The correct answer is
Polynomials Question 5:
If the coefficients of x, y and xy in the sum of the expressions 5x - 7y + 2, 3y - 4x + 2xy and 2x - 3xy - 5 are p, q and r, respectively, then the value of p + q - r is:
Answer (Detailed Solution Below)
Polynomials Question 5 Detailed Solution
Calculation:
Sum of the given expressions,
(5x - 7y + 2) + (3y - 4x + 2xy) + ( 2x - 3xy - 5)
⇒ (5x - 4x + 2x) + (- 7y + 3y) + (2xy - 3xy) + (2 - 5)
⇒ 3x - 4y - xy - 3
Here, the coefficients of x, y and xy are 3, - 4, - 1 respectively so p = 3, q = - 4 and r = - 1.
Then the value of p + q - r = 3 + (-4) - (-1) = 3 - 4 + 1 = 0
∴ The correct answer is 0
Top Polynomials MCQ Objective Questions
Find the degree of the polynomial 2x5 + 2x3y3 + 4y4 + 5.
Answer (Detailed Solution Below)
Polynomials Question 6 Detailed Solution
Download Solution PDFGiven
2x5 + 2x3y3 + 4y4 + 5.
Concept
The degree of a polynomial is the highest of the degrees of its individual terms with non-zero coefficients.
Solution
Degree of the polynomial in 2x5 = 5
Degree of the polynomial in 2x3y3 = 6
Degree of the polynomial in 4y4 = 4
Degree of the polynomial in 5 = 0
Hence, the highest degree is 6
∴ Degree of polynomial = 6
Mistake Points
One may choose 5 as the correct option due to x5 but the correct answer will be 6 as 2x3y3 has the highest power of 6.
Important Points
The degree of a polynomial is the highest of the degrees of its individual terms with non-zero coefficients. Here for a specific value when x will be equal to y then the equation will be:
2x5 + 2x3y3 + 4y4 + 5
= 2x5 + 2x6 + 4x4 + 5
∴ The degree of the polynomial will be 6
If one of the zeros of the quadratic polynomial (k - 1)x2 + kx +1 is -3, then the value of k is:
Answer (Detailed Solution Below)
Polynomials Question 7 Detailed Solution
Download Solution PDFConcept:
If α and β are the zeros of polynomial p(x) then,
p(α) = 0 & p(β) = 0
Calculation:
Let p(x) = (k - 1)x2 + kx +1
According to question, x = -3 is one of its zeros, than
p(x) at x = -3 become zero.
Therefore,
(k - 1)(-3)2 + k(-3) +1 = 0
⇒ 9k - 9 - 3k + 1 = 0
⇒ 6k = 8
⇒ k = 4/3
Hence, option 2 is correct.
(x2 + y2 - z2)2 - (x2 - y2 + z2)2 = ________
Answer (Detailed Solution Below)
Polynomials Question 8 Detailed Solution
Download Solution PDFShortcut TrickUsing formula a2 - b2 = (a + b) (a - b)
We can write (x2 + y2 - z2)2 - (x2 - y2 + z2)2 as
(x2 + y2 - z2 + x2 - y2 + z2) (x2 + y2 - z2 - x2 + y2 - z2)
⇒ 2x2 (2y2 - 2z2)
⇒ 4x2y2 - 4x2z2
Alternate Method
Formula Used:
(a + b + c)2 = a2 + b2 + c2 + 2ab + 2bc + 2ca
Calculation:
Let’s put a = x2, b = -y2, c = z2
⇒ (x2 + y2 - z2)2 = x4 + y4 + z4 + 2x2y2 – 2y2z2 – 2z2x2 ----(1)
Let’s put a = x2, b = y2, c = -z2
⇒ (x2 - y2 + z2)2 = x4 + y4 + z4 – 2x2y2 – 2y2z2 + 2z2x2 ----(2)
(1) – (2)
⇒ 4x2y2 – 4z2x2
∴ The require answer is 4x2y2 – 4x2z2
Alternate Method
Let x = 1, y = 2 and z = -3
Now put put these value in (x2 + y2 - z2)2 - (x2 - y2 + z2)2
(1 + 4 - 9)2 - (1 - 4 + 9)2
16 - 36 = - 20
Now put x = 1, y = 2 and z = -3 in option
1) 4x2y2 - 4x2z2 = 4(1)(2)2 - 4(1)(3)2 = 16 - 36 = -20
Hence option 1 is correct option
Find the degree of the polynomial 4x4 + 3x3 + 2x2 + x + 1.
Answer (Detailed Solution Below)
Polynomials Question 9 Detailed Solution
Download Solution PDFGiven
4x4 + 3x3 + 2x2 + x + 1
Concept
The degree of a polynomial is the highest of the degrees of its individual terms with non-zero coefficients.
Solution
Degree of the polynomial in 4x4 = 4
Degree of the polynomial in 3x3 = 3
Degree of the polynomial in 2x2 = 2
Degree of the polynomial in x = 1
Hence, the highest degree is 4.
∴ Degree of polynomial = 4
If 5x + 3y = 15 and 2xy = 6, then the value of 5x - 3y is:
Answer (Detailed Solution Below)
Polynomials Question 10 Detailed Solution
Download Solution PDFGiven:
5x + 3y = 15 and 2xy = 6
Formula used:
(a - b)2 = (a + b)2 - 4ab
Calculation:
(5x - 3y)2 = (5x + 3y)2 - 4 × 5x.3y
⇒ 152 - 30 × 2xy
⇒ 225 - 180 = 45
(5x - 3y) = √45
⇒
∴ The correct option is 2
If (2 +
x4 + 2x3 - 16x2 - 22x + 7 = 0, then one of the other root is
Answer (Detailed Solution Below)
Polynomials Question 11 Detailed Solution
Download Solution PDFGiven:
The given equation is x4 + 2x3 - 16x2 - 22x + 7 = 0
One of the root is (2 +
Concept: If all coefficients of the equation are real, then irrational roots will occur in conjugate pairs.
Calculation:
The one root is (2 +
So, the other root is (2 -
⇒ α = 2 +
Product of these roots
⇒
⇒ (x - 2)2 - 3
⇒ x2 - 4x + 1
On dividing x4 + 2x3 - 16x2 - 22x + 7 by x2 - 4x + 1
Then the other quadratic factor is x2 + 6x + 7
Then the given equation reduce in the form
⇒ (x2 - 4x + 1)(x2 + 6x + 7) = 0
The roots of the equation x2 + 6x + 7 = 0
⇒ x =
⇒ x = - 3 ±
The other root is - 3 ±
∴ The other root of x4 + 2x3 - 16x2 - 22x + 7 = 0 is - 3 -
If a = 3 + 2√2, then find the value of (a6 – a4 – a2 + 1)/a3.
Answer (Detailed Solution Below)
Polynomials Question 12 Detailed Solution
Download Solution PDFGiven:
a = 3 + 2√2
Concept Used:
a2 – b2 = (a – b)(a + b)
a3 + b3 = (a + b)3 – 3ab(a + b)
Calculation:
a = 3 + 2√2
1/a = 1/(3 + 2√2)
⇒ 1/a = (3 – 2√2)/{(3 + 2√2) × (3 – 2√2)}
⇒ 1/a = (3 – 2√2)/{32 – (2√2)2}
⇒ 1/a = (3 – 2√2)/(9 – 8)
⇒ 1/a = (3 – 2√2)
Now,
a + 1/a = 3 + 2√2 + 3 – 2√2
⇒ a + 1/a = 6
(a6 – a4 – a2 + 1)/a3
⇒ a3 – a – 1/a + 1/a3
⇒ (a3 + 1/a3) – (a + 1/a)
⇒ {(a + 1/a)3 – 3(a + 1/a)} – (a + 1/a)
⇒ (63 – 3 × 6) – 6
⇒ 216 – 18 – 6
⇒ 192
∴ The required value of (a6 – a4 – a2 + 1)/a3 is 192
The factors of x4 + x2 + 25 are :
Answer (Detailed Solution Below)
Polynomials Question 13 Detailed Solution
Download Solution PDFFormula used:
(a + b)2 = a2 + b2 + 2ab
(a + b)(a - b) = a2 - b2
Calculation:
x4 + x2 + 25
It can be written as (x2)2 + 2 × x2 × 5 + (5)2 - (3x)2
⇒ x4 + 10x2 + 25 - 9x2
⇒ (x2 + 5)2 - (3x)2
⇒ (x2 + 5 + 3x)(x2 + 5 - 3x)
∴ The factors of x4 + x2 + 25 are (x2 + 3x + 5) (x2 - 3x + 5).
x3 + y3 = 22 and x + y = 5 then find the approximate value of x4 + y4.
Answer (Detailed Solution Below)
Polynomials Question 14 Detailed Solution
Download Solution PDFWe know that
x3 + y3 = (x + y)(x2 + y2 – xy)
Now we have x3 + y3 = 22 and x + y = 5
⇒ 22 = 5(x2 + y2 – xy)
⇒ 22 = 5[(x + y)2 − 3xy)]
⇒ 22 = 5[(5)2 − 3xy)]
⇒ xy = 103/15
Now multiply x3 + y3 = 22 with x + y = 5
⇒ x4 + y4 + xy(x2 + y2) = 110
⇒ x4 + y4 = 110 – xy{(x2 + y2 − 2xy + 2xy)}
⇒ x4 + y4 = 110 – xy{(x + y)2 − 2xy}
xy = 103/15 and x + y = 5
⇒ x4 + y4 = 110 – 103/15{(5)2 − 2 × 103/15}
⇒ x4 + y4 = 110 – 6.87{(25 – 13.73}
⇒ x4 + y4 = 110 – 6.87 {(11.27)}
⇒ x4 + y4 = 110 – 77.42
⇒ x4 + y4 = 32.58
∴ Value of x4 + y4 is 33.
x3 + y3 = (x + y)(x2 + y2 – xy)
⇒ 22 = 5(x2 + y2 – xy)
⇒ 22 = 5[(x + y)2 − 3xy)]
⇒ 22 = 5[(5)2 − 3xy)]
⇒ xy = 103/15
(x3 + y3) (x + y) = x4 + y4 + xy(x2 + y2)
(x3 + y3) (x + y)= (x4 + y4) + {xy[(x + y)2 – 2xy)]
⇒ 22 × 5 = x4 + y4 + 103/15[25 - 206/15]
⇒ x4 + y4 = 32.63 ≈ 33
If 5x3 + 5x2 – 6x + 9 is divided by (x + 3), then the remainder is
Answer (Detailed Solution Below)
Polynomials Question 15 Detailed Solution
Download Solution PDFConcept used:
Remainder theorem:
If a polynomial p(x) is divided by (x−a), then the remainder is a
constant given by p(a).
Calculation:
Let p(x) = 5x3 + 5x2 – 6x + 9
Since, (x + 3) divide p(x), then, remainder will be p(-3).
⇒ p(-3) = 5 × (-3)3 + 5 × (-3)2 – 6 × (-3) + 9
⇒ p(-3) = -63