XamBaaz

Quadratic Equations — Class 10 MCQs with Answers

Class 10 CBSE Mathematics · Chapter 4

90 practice questions · 30 Easy · 30 Medium · 30 Hard · Updated

Practise the most important Class 10 CBSE Mathematics questions from Chapter 4, "Quadratic Equations". 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 "Quadratic Equations", 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 Quadratic Equations, 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: Quadratic Equations (Class 10 Mathematics)

A quadratic equation can have two, one or no real roots, and the discriminant decides which without solving. This chapter solves quadratics by factorisation, by completing the square and by the quadratic formula, and applies them to word problems.

Quadratic equation
An equation of the form ax² + bx + c = 0 with a ≠ 0. The condition a ≠ 0 is what keeps it quadratic rather than linear.
Standard form
Every quadratic must be rearranged to ax² + bx + c = 0 before any method is applied, with all terms on one side.
Root of a quadratic
A value of x satisfying the equation; geometrically it is where the parabola meets the x-axis.
Solving by factorisation
Split the middle term into two parts whose product is ac and whose sum is b, factor in pairs, then set each factor to zero.
7 more key concepts, 5 formulas, exam tips free with sign-in.

Quadratic Equations — 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.

  1. Q1Easy

    Which of the following is a quadratic equation?

    A.x² + 2x − 3 = 0✓ Correct
    B.2x − 5 = 0
    C.x³ − 1 = 0
    D.x⁴ + 2 = 0

    Answer: A. x² + 2x − 3 = 0

    Explanation: A quadratic equation has degree exactly 2, form ax² + bx + c = 0 with a ≠ 0; 2x − 5 = 0 is linear, x³ − 1 = 0 cubic, x⁴ + 2 = 0 quartic — only x² + 2x − 3 = 0 fits the degree-2 pattern.

  2. Q2Easy

    The roots of x² − 5x + 6 = 0 are:

    A.−1, −6
    B.−2, −3
    C.1, 6
    D.2, 3✓ Correct

    Answer: D. 2, 3

    Explanation: Factorise: x² − 5x + 6 = (x − 2)(x − 3) = 0, giving roots 2 and 3 — check: sum 5 matches −b/a and product 6 matches c/a.

  3. Q3Easy

    The discriminant of x² − 4x + 4 = 0 is:

    A.16
    B.4
    C.0✓ Correct
    D.−4

    Answer: C. 0

    Explanation: Discriminant D = b² − 4ac = (−4)² − 4(1)(4) = 16 − 16 = 0, so x² − 4x + 4 = 0 has equal real roots.

  4. Q4Easy

    The roots of x² − 5x + 6 = 0 are:

    A.3 and −2
    B.1 and 6
    C.−2 and −3
    D.2 and 3✓ Correct

    Answer: D. 2 and 3

    Explanation: Factorise x² − 5x + 6 as (x − 2)(x − 3) = 0, giving roots x = 2 and x = 3.

  5. Q5Easy

    The discriminant of ax² + bx + c = 0 is:

    A.4ac − b²
    B.b² + 4ac
    C.b² − 4ac✓ Correct
    D.2a

    Answer: C. b² − 4ac

    Explanation: The discriminant of ax² + bx + c = 0 is defined as D = b² − 4ac; its sign tells you whether the roots are real or not.

  6. Q6Easy

    For ax² + bx + c = 0 (a ≠ 0), the sum of roots is:

    A.−b/a✓ Correct
    B.b/a
    C.c/a
    D.−c/a

    Answer: A. −b/a

    Explanation: For ax² + bx + c = 0, Vieta's relations give the sum of roots as α + β = −b/a.

  7. Q7Medium

    If one root of x² + kx + 12 = 0 is 4, then k =

    A.4
    B.7
    C.−4
    D.−7✓ Correct

    Answer: D. −7

    Explanation: Since x = 4 is a root, substitute: 4² + 4k + 12 = 0 → 16 + 4k + 12 = 0 → 4k = −28 → k = −7.

  8. Q8Medium

    The nature of roots of 2x² − 3x + 5 = 0 is:

    A.Not real✓ Correct
    B.Real and equal
    C.Real and distinct
    D.Cannot be determined

    Answer: A. Not real

    Explanation: D = b² − 4ac = (−3)² − 4(2)(5) = 9 − 40 = −31, which is negative, so the roots are not real.

  9. Q9Medium

    Solve: 2x² + x − 6 = 0.

    A.x = −2, −3
    B.x = −3/2, 2
    C.x = 2, 3
    D.x = 3/2, −2✓ Correct

    Answer: D. x = 3/2, −2

    Explanation: Factorise 2x² + x − 6 = (2x − 3)(x + 2) = 0, giving x = 3/2 or x = −2 — split the middle term as 4x − 3x to match ac = −12.

  10. Q10Medium

    For what value of k are roots of x² − kx + 9 = 0 equal?

    A.−6
    B.6
    C.±6✓ Correct
    D.3

    Answer: C. ±6

    Explanation: Equal roots need D = 0: (−k)² − 4(1)(9) = k² − 36 = 0, so k² = 36 and k = ±6 — both signs work since k is squared.

  11. Q11Medium

    A quadratic equation with roots 3 + √2 and 3 − √2 is:

    A.x² − 6x − 7 = 0
    B.x² + 6x + 7 = 0
    C.x² − 6x + 7 = 0✓ Correct
    D.x² − 6x + 11 = 0

    Answer: C. x² − 6x + 7 = 0

    Explanation: Sum = (3+√2) + (3−√2) = 6, product = (3+√2)(3−√2) = 9 − 2 = 7, so the equation is x² − 6x + 7 = 0.

  12. Q12Hard

    The product of a positive integer and the integer that is 5 less than it is 14. The integer is:

    A.5
    B.7✓ Correct
    C.6
    D.9

    Answer: B. 7

    Explanation: x(x − 5) = 14 → x² − 5x − 14 = 0 → (x − 7)(x + 2) = 0, so x = 7 or −2; the positive integer is 7.

  13. Q13Hard

    For what value of k does kx² − 4x + 4 = 0 have equal roots?

    A.1✓ Correct
    B.2
    C.−1
    D.0

    Answer: A. 1

    Explanation: Equal roots need D = 0: (−4)² − 4(k)(4) = 16 − 16k = 0, so k = 1.

  14. Q14Hard

    The quadratic equation 2x² + kx + 2 = 0 has equal roots when k equals:

    A.±2
    B.±4✓ Correct
    C.±√2
    D.±2√2

    Answer: B. ±4

    Explanation: Equal roots need D = 0: k² − 4(2)(2) = k² − 16 = 0, so k = ±4.

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 →

Quadratic Equations — FAQs

What are the key concepts in Class 10 Mathematics Quadratic Equations?+

A quadratic equation can have two, one or no real roots, and the discriminant decides which without solving. This chapter solves quadratics by factorisation, by completing the square and by the quadratic formula, and applies them to word problems. Key ideas include Quadratic equation, Standard form, Root of a quadratic, Solving by factorisation.

What does Class 10 Mathematics Chapter 4 (Quadratic Equations) cover on XamBaaz?+

It has 90 NCERT-based MCQs on "Quadratic Equations": 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 "Quadratic Equations" questions free to practise?+

Yes. Sign in with Google to practise "Quadratic Equations" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.

How should I revise "Quadratic Equations" 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 "Quadratic Equations" 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 "Quadratic Equations" 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 Quadratic Equations (Class 10 Mathematics)?+

The questions that matter most test Quadratic equation, Standard form, Root of a quadratic, Solving by factorisation. 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 Quadratic Equations?+

Yes — Class 10 Mathematics Quadratic Equations 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.

More Class 10 Mathematics chapters

Class 10 — other subjects

← All Class 10 Mathematics chapters
🦅 One new exam question every day on InstagramFollow @xambaaz