Chapter 4 · Class 10 CBSE · MCQ Test

Quadratic Equations MCQ Test — Class 10 CBSE

Practice 10 multiple-choice questions with instant answer reveal and explanations.

Quadratic Equations — MCQ Questions

1Which of the following expressions, when simplified, results in a quadratic equation?

A.(x + 1)² = 2x + 3
B.x(x + 2) = x² + 5
C.x³ - 4x² + 5 = 0
D.(x - 2)(x + 2) = x² - 4
Show Answer+

Answer: (x + 1)² = 2x + 3

Hint: A quadratic equation is of the form ax² + bx + c = 0, where a ≠ 0. Simplify each option and check the highest power of x.

Solution:

Option A: (x + 1)² = 2x + 3. Expanding the left side gives x² + 2x + 1 = 2x + 3. Simplifying, we get x² - 2 = 0, which is a quadratic equation (a=1, b=0, c=-2).

Option B: x(x + 2) = x² + 5. Expanding gives x² + 2x = x² + 5. Simplifying, we get 2x - 5 = 0, which is a linear equation.

Option C: x³ - 4x² + 5 = 0. This is a cubic equation, not quadratic, as the highest power of x is 3.

Option D: (x - 2)(x + 2) = x² - 4. Expanding gives x² - 4 = x² - 4. Simplifying, we get 0 = 0, which is an identity and not an equation in x.

2If 'p' is a root of the quadratic equation ax² + bx + c = 0, which of the following statements must be true?

A.a + b + c = 0
B.ap² + bp + c = 0
C.p = -b / 2a
D.b² - 4ac > 0
Show Answer+

Answer: ap² + bp + c = 0

Hint: Remember the definition of a root: it is a value that satisfies the given equation when substituted for the variable.

Solution:

By definition, a 'root' or 'solution' of an equation is a value that, when substituted for the variable (x in this case), makes the equation true.

Therefore, if 'p' is a root of ax² + bx + c = 0, then substituting x = p into the equation must result in ap² + bp + c = 0.

The other options are either specific conditions (like sum of coefficients, formula for equal roots, or condition for distinct real roots) and not generally true for any root 'p'.

3Ravi is trying to solve the quadratic equation x² - 7x + 12 = 0 by factorization. He writes the first step as x² - 3x - 4x + 12 = 0. Which of the following statements about Ravi's first step is true?

A.Ravi has made a mistake in splitting the middle term.
B.Ravi has correctly split the middle term, and the next step is x(x-3) - 4(x-3) = 0.
C.Ravi should have split the middle term as -2x - 5x.
D.Ravi should have used the quadratic formula instead of factorization.
Show Answer+

Answer: Ravi has correctly split the middle term, and the next step is x(x-3) - 4(x-3) = 0.

Hint: To factorize x² + bx + c, you need to find two numbers whose sum is 'b' and product is 'c'. Check if Ravi's split satisfies these conditions.

Solution:

For the equation x² - 7x + 12 = 0, we need to find two numbers whose product is 12 (coefficient of x² × constant term) and whose sum is -7 (coefficient of x).

The numbers -3 and -4 satisfy these conditions: (-3) × (-4) = 12 and (-3) + (-4) = -7.

Ravi's split, x² - 3x - 4x + 12 = 0, is therefore correct. The next logical step in factorization would be to group terms: x(x-3) - 4(x-3) = 0.

4The product of two consecutive positive integers is 306. Which of the following quadratic equations represents this situation?

A.x² + x + 306 = 0
B.x² - x + 306 = 0
C.x² + x - 306 = 0
D.x² - x - 306 = 0
Show Answer+

Answer: x² + x - 306 = 0

Hint: Let the first positive integer be 'x'. How would you represent the next consecutive positive integer? Then, form an equation based on their product.

Solution:

Let the first positive integer be x. Since the integers are consecutive, the next positive integer will be x + 1.

The problem states that their product is 306. So, we can write the equation: x(x + 1) = 306.

Expand the left side: x² + x = 306.

To form a standard quadratic equation (ax² + bx + c = 0), bring all terms to one side: x² + x - 306 = 0.

5To complete the square for the expression x² - 10x, what constant term must be added?

A.-5
B.5
C.25
D.-25
Show Answer+

Answer: 25

Hint: Recall the identity (a - b)² = a² - 2ab + b². Compare x² - 10x with a² - 2ab to find 'b'.

Solution:

For an expression of the form x² + bx, to complete the square, we need to add (b/2)².

In the given expression x² - 10x, the coefficient of x is b = -10.

So, we need to add (-10/2)² = (-5)² = 25.

Thus, x² - 10x + 25 can be written as (x - 5)².

6Which of the following statements about the quadratic formula, x = [-b ± √(b² - 4ac)] / 2a, is correct?

A.It can only be used when factorization fails.
B.It provides real roots only when b² - 4ac < 0.
C.It can be used to find the roots of any quadratic equation, regardless of whether it can be factorized or not.
D.The term b² - 4ac is always positive.
Show Answer+

Answer: It can be used to find the roots of any quadratic equation, regardless of whether it can be factorized or not.

Hint: Consider the universality of the quadratic formula compared to other methods and what the discriminant (b² - 4ac) indicates about the nature of roots.

Solution:

The quadratic formula is a universal method for finding the roots of any quadratic equation of the form ax² + bx + c = 0. It works for all cases, including those that are difficult or impossible to factorize.

Option A is incorrect because while it's often preferred when factorization is difficult, it's not restricted to only those cases.

Option B is incorrect; real roots exist when b² - 4ac ≥ 0. If b² - 4ac < 0, there are no real roots.

Option D is incorrect; b² - 4ac (the discriminant) can be positive, zero, or negative, determining the nature of the roots.

7For a quadratic equation ax² + bx + c = 0, where a ≠ 0, the discriminant is given by D = b² - 4ac. Which of the following statements about the discriminant is TRUE?

A.If D = 0, the equation has two distinct real roots.
B.If D < 0, the equation has two equal real roots.
C.If D > 0, the equation has no real roots.
D.If D = 0, the equation has two equal real roots.
Show Answer+

Answer: If D = 0, the equation has two equal real roots.

Hint: The value of the discriminant determines the nature of the roots. Recall the three conditions for D.

Solution:

The nature of the roots of a quadratic equation ax² + bx + c = 0 is determined by its discriminant D = b² - 4ac.

If D > 0, the equation has two distinct real roots.

If D = 0, the equation has two equal real roots (also called coincident roots).

If D < 0, the equation has no real roots (or imaginary roots).

Based on these rules, only the statement 'If D = 0, the equation has two equal real roots' is true.

8For what value of 'k' does the quadratic equation 9x² + 3kx + 4 = 0 have equal roots?

A.±2
B.±3
C.±4
D.±5
Show Answer+

Answer: ±4

Hint: For a quadratic equation to have equal roots, its discriminant must be equal to zero. Set D = 0 and solve for k.

Solution:

A quadratic equation ax² + bx + c = 0 has equal roots if its discriminant (D = b² - 4ac) is equal to 0.

In the given equation 9x² + 3kx + 4 = 0, we have a = 9, b = 3k, and c = 4.

Set the discriminant to zero: (3k)² - 4(9)(4) = 0.

Simplify and solve for k: 9k² - 144 = 0 => 9k² = 144 => k² = 144 / 9 => k² = 16 => k = ±√16 => k = ±4.

9When solving a quadratic equation, which of the following scenarios would make the quadratic formula (x = [-b ± √(b² - 4ac)] / 2a) the *most suitable* method compared to factorization?

A.When the equation has simple integer roots like 2 and 3.
B.When the coefficients 'a', 'b', and 'c' are very large numbers.
C.When the discriminant (b² - 4ac) is a perfect square.
D.When the roots are irrational numbers or not easily found by factorization.
Show Answer+

Answer: When the roots are irrational numbers or not easily found by factorization.

Hint: Consider the limitations of factorization and the universality of the quadratic formula. When does factorization become difficult or impossible?

Solution:

Factorization is generally suitable for equations with simple integer or rational roots. When roots are irrational or complex, or when the coefficients make factorization non-obvious, the quadratic formula is the most suitable and reliable method.

Option A: Simple integer roots are ideal for factorization.

Option B: Large coefficients can make both methods cumbersome, but factorization might still be hard to spot. The quadratic formula is always applicable.

Option C: If the discriminant is a perfect square, the roots will be rational, meaning factorization is usually straightforward.

10Which of the following quadratic equations has no real roots?

A.x² - 4x + 4 = 0
B.2x² + 3x + 1 = 0
C.x² + x + 1 = 0
D.x² - 5x + 6 = 0
Show Answer+

Answer: x² + x + 1 = 0

Hint: For a quadratic equation ax² + bx + c = 0 to have no real roots, its discriminant (D = b² - 4ac) must be less than zero (D < 0). Calculate the discriminant for each option.

Solution:

We need to find the equation where the discriminant D = b² - 4ac is less than 0 (D < 0).

Option A: x² - 4x + 4 = 0. Here a=1, b=-4, c=4. D = (-4)² - 4(1)(4) = 16 - 16 = 0. (Equal real roots)

Option B: 2x² + 3x + 1 = 0. Here a=2, b=3, c=1. D = (3)² - 4(2)(1) = 9 - 8 = 1. (Distinct real roots)

Option C: x² + x + 1 = 0. Here a=1, b=1, c=1. D = (1)² - 4(1)(1) = 1 - 4 = -3. Since D < 0, this equation has no real roots.

Option D: x² - 5x + 6 = 0. Here a=1, b=-5, c=6. D = (-5)² - 4(1)(6) = 25 - 24 = 1. (Distinct real roots)

Want more questions?

Practice 60+ questions with AI-powered doubt clearing and step-by-step solutions.

Practice More

Tips for Quadratic Equations MCQs

  • 1Read each question carefully and identify what is being asked before looking at the options.
  • 2Try to solve the problem mentally or on paper first, then match your answer with the options.
  • 3Use elimination — rule out clearly wrong options to improve your chances even when unsure.
  • 4Check units, signs, and edge cases — these are common traps in Quadratic Equations MCQs.
  • 5Review your mistakes after completing the test to build lasting understanding.

Master Quadratic Equations on SparkEd

Go beyond MCQs. Practice at three difficulty levels with instant feedback, solutions, and an AI coach to clear every doubt.

Start Practising

SparkEd Maths offers free MCQ tests for Class 1-10 across 7 education boards. All questions are aligned to the 2025-26 syllabus with step-by-step solutions and AI-powered doubt clearing.