Polynomials — Class 10 MCQs with Answers
Class 10 CBSE Mathematics · Chapter 2
90 practice questions · 30 Easy · 30 Medium · 30 Hard · Updated
Practise the most important Class 10 CBSE Mathematics questions from Chapter 2, "Polynomials". You get 9 timed quizzes made from 90 NCERT-based MCQs, with answers and explanations. The questions are split into 30 Easy, 30 Medium and 30 Hard. Warm up on the basics, then move on to the exam-level questions that set top scorers in CBSE Board exams and the JEE & NEET foundation years apart.
To score well in "Polynomials", focus on fast problem-solving, formula recall and step-by-step working. Each MCQ here is timed and uses exam-style marking (+4 correct, −1 wrong, 0 skipped). This trains you to stay accurate under time pressure, as real papers need. Every question has a short explanation, so a wrong answer becomes a quick lesson. It is the fastest way to fix gaps before a test.
Use this chapter for focused revision. Start with the Easy set to check your basics on Polynomials, then move to Medium and Hard to practise applying them. Your accuracy, streaks and XP save automatically. This chapter also adds to your overall Class 10 Mathematics mastery score. 14 sample questions are solved in full below, with the answer and a worked explanation. Sign in free to start practising.
Key concepts: Polynomials (Class 10 Mathematics)
A polynomial's zeroes are where its graph meets the x-axis, and they are tied to its coefficients by fixed relationships. This chapter reads zeroes off a graph, links them to the coefficients for quadratics and cubics, and divides one polynomial by another.
- Polynomial and its degree
- An expression in whole-number powers of a variable; the degree is the highest power present, and it fixes the maximum number of zeroes.
- Linear, quadratic and cubic
- Degree 1, 2 and 3 polynomials, having at most 1, 2 and 3 zeroes respectively — the degree caps the number of zeroes.
- Zero of a polynomial
- A value of x for which p(x) = 0. Geometrically it is the x-coordinate of a point where the graph crosses the x-axis.
- Zeroes from a graph
- The number of times the curve cuts the x-axis equals the number of real zeroes; a curve that misses the axis has none.
Polynomials — important questions & MCQs with answers (Class 10 Mathematics)
14 solved questions from this chapter's difficulty levels, each with its answer and explanation. The other 76 are timed and scored when you sign in.
- Q1Easy
The degree of the polynomial p(x) = 4x³ − 2x² + 7x − 5 is:
A.1B.2C.3✓ CorrectD.5Answer: C. 3
Explanation: Degree = highest power of x with a nonzero coefficient. In 4x³ − 2x² + 7x − 5 that's x³, so the degree is 3, not the number of terms (4).
- Q2Easy
The degree of the polynomial 4x³ − 2x² + 5x − 7 is:
A.3✓ CorrectB.2C.1D.4Answer: A. 3
Explanation: Degree is the highest exponent of x with a nonzero coefficient. In 4x³ − 2x² + 5x − 7 the leading term is 4x³, giving degree 3.
- Q3Easy
If α and β are zeroes of x² − 5x + 6, then α + β equals:
A.6B.−6C.−5D.5✓ CorrectAnswer: D. 5
Explanation: Sum of zeroes = −(coefficient of x)/(coefficient of x²) = −(−5)/1 = 5; a common slip is forgetting the negative sign, giving −5 instead.
- Q4Easy
When a polynomial p(x) is divided by g(x), we get a remainder r(x). The degree of r(x) is:
A.Greater than degree of g(x)B.Equal to degree of g(x)C.Equal to degree of p(x)D.Less than degree of g(x)✓ CorrectAnswer: D. Less than degree of g(x)
Explanation: Division algorithm: p(x) = g(x)·q(x) + r(x) requires deg(r) strictly less than deg(g), or r = 0; the remainder's degree can never equal or exceed the divisor's.
- Q5Easy
The sum of the zeroes of the polynomial 2x² − 7x + 3 is:
A.2/7B.−7/2C.3/2D.7/2✓ CorrectAnswer: D. 7/2
Explanation: For ax² + bx + c the sum of the zeroes is −b/a, which here is −(−7)/2 = 7/2.
- Q6Easy
A quadratic polynomial can have at most how many zeroes?
A.2✓ CorrectB.1C.3D.InfiniteAnswer: A. 2
Explanation: Rule: a degree-n polynomial has at most n real zeroes. A quadratic has degree 2, so it can have at most 2 zeroes, never 3 or infinite.
- Q7Medium
The graph y = p(x) of a polynomial intersects the x-axis at exactly 3 points. The polynomial p(x) has:
A.Exactly 3 real zeroes✓ CorrectB.At most 3 zeroesC.At least 3 zeroesD.Degree exactly 3Answer: A. Exactly 3 real zeroes
Explanation: Each point where the graph meets the x-axis is a real zero of the polynomial, so exactly 3 intersection points means exactly 3 real zeroes.
- Q8Medium
If one zero of x² − 5x + k is 2, then k equals:
A.6✓ CorrectB.−6C.10D.−10Answer: A. 6
Explanation: Substitute the known zero into the polynomial: p(2) = 2² − 5(2) + k = 4 − 10 + k = 0, so k = 6.
- Q9Medium
When p(x) = x³ − 3x² + 2x − 1 is divided by (x − 2), the remainder is:
A.−3B.−1✓ CorrectC.2D.0Answer: B. −1
Explanation: Remainder Theorem: dividing by (x − 2) leaves p(2) = 2³ − 3(2)² + 2(2) − 1 = 8 − 12 + 4 − 1 = −1.
- Q10Medium
If α and β are the zeroes of x² − 7x + 10, then α + β =
A.7✓ CorrectB.−7C.10D.−10Answer: A. 7
Explanation: For ax² + bx + c, sum of zeroes = −b/a. Here a = 1, b = −7, so sum = −(−7)/1 = 7; mind the sign flip on b.
- Q11Medium
The zeroes of √3 x² + 10x + 7√3 are:
A.−√3 and −7/√3✓ CorrectB.√3 and 7/√3C.−√3 and 7/√3D.√3 and −7/√3Answer: A. −√3 and −7/√3
Explanation: Discriminant = 10² − 4(√3)(7√3) = 100 − 84 = 16. x = (−10 ± 4)/(2√3), giving x = −6/(2√3) = −√3 or x = −14/(2√3) = −7/√3.
- Q12Hard
The positive zero of 2x² − 5x − 3 is:
A.3✓ CorrectB.−3C.1/2D.−1/2Answer: A. 3
Explanation: 2x² − 5x − 3 = (2x + 1)(x − 3), so the zeroes are −1/2 and 3.
- Q13Hard
If α, β are zeroes of 2x² − 5x + 7, then the value of α²β + αβ² is:
A.14B.−35/4C.25/4D.35/4✓ CorrectAnswer: D. 35/4
Explanation: α²β + αβ² = αβ(α + β). With αβ = 7/2 and α+β = 5/2: αβ(α+β) = (7/2)(5/2) = 35/4.
- Q14Hard
If both (x − 2) and (x + 1) are factors of x³ − ax² + bx + 2, then a + b equals:
A.−1B.1✓ CorrectC.0D.2Answer: B. 1
Explanation: Both roots make p(x) = 0: p(2) = 8 − 4a + 2b + 2 = 0 gives 2a − b = 5, and p(−1) = −1 − a − b + 2 = 0 simplifies directly to a + b = 1.
Start this chapter free
You have 14 solved above. Sign in with Google (no card needed). You get 1 Easy + 1 Medium quiz on every chapter during your 30-day trial. After that, you keep 1 Easy quiz on every chapter, free for good, plus the full key-concept notes, formulas & exam tips.
This chapter has 90 questions (30 Easy · 30 Medium · 30 Hard), with timed scoring and instant feedback. The rest unlock with the ₹999/year plan.
Start this chapter free →Polynomials — FAQs
What are the key concepts in Class 10 Mathematics Polynomials?+
A polynomial's zeroes are where its graph meets the x-axis, and they are tied to its coefficients by fixed relationships. This chapter reads zeroes off a graph, links them to the coefficients for quadratics and cubics, and divides one polynomial by another. Key ideas include Polynomial and its degree, Linear, quadratic and cubic, Zero of a polynomial, Zeroes from a graph.
What does Class 10 Mathematics Chapter 2 (Polynomials) cover on XamBaaz?+
It has 90 NCERT-based MCQs on "Polynomials": 30 Easy, 30 Medium and 30 Hard. Together they make 9 timed quizzes, and you never get the same set twice. Every question has an instant explanation. They help you prepare for CBSE Board exams and the JEE & NEET foundation years.
Are these "Polynomials" questions free to practise?+
Yes. Sign in with Google to practise "Polynomials" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.
How should I revise "Polynomials" for the exam?+
Start with the Easy quiz to check your basics, then try Medium and Hard to practise applying them. There are 9 timed quizzes on this chapter, so you can come back for a fresh set instead of one you have seen. Read each explanation, retry the questions you miss, and track your accuracy until it stays high.
Are these "Polynomials" MCQs available with answers?+
Yes. 14 sample questions are shown here in full, each with the correct option and a step-by-step "Why" explanation. Sign in free with Google to start practising, with instant scoring.
Is there negative marking in the "Polynomials" quizzes?+
Yes. The timed quizzes use exam-style marking: +4 for a right answer, −1 for a wrong one and 0 for a skip. MHT-CET and CBSE board papers have no negative marking. Our mocks for those are scored their way.
What are the important questions from Polynomials (Class 10 Mathematics)?+
The questions that matter most test Polynomial and its degree, Linear, quadratic and cubic, Zero of a polynomial, Zeroes from a graph. This page shows 14 solved important MCQs with answers and explanations; all 90 questions on the chapter are available as timed quizzes once you sign in.
Is there an online quiz for Polynomials?+
Yes — Class 10 Mathematics Polynomials has timed online quizzes at Easy, Medium and Hard levels, with instant scoring and a worked explanation on every question. The first quiz on the chapter is free.
