Quadratic Equations Practice Questions with Answers
Concept Explanation
A quadratic equation is a second-degree polynomial equation in a single variable, typically written in the standard form ax² + bx + c = 0, where a, b, and c are constants and a is not equal to zero. These equations are fundamental to algebra and appear frequently in physics, engineering, and economics to model parabolic trajectories and optimization problems. The solutions to these equations are known as the roots or zeros, representing the points where the function crosses the x-axis on a coordinate plane.
There are four primary methods for solving quadratic equations: factoring, using the quadratic formula, completing the square, and graphing. The choice of method often depends on the specific coefficients of the equation. For instance, factoring is efficient for simple integers, while the Quadratic Formula provides a universal solution for any quadratic, including those with irrational or complex roots. The discriminant, located under the radical in the quadratic formula (b² - 4ac), determines the nature of the roots: if it is positive, there are two real roots; if zero, one real root; and if negative, two complex roots.
Understanding these equations is a stepping stone to more advanced mathematics. Just as you might use Easy Probability Practice Questions to build a foundation in statistics, mastering quadratics is essential for calculus and coordinate geometry. Many real-world phenomena, such as the path of a ball thrown in the air or the area of a square garden, are governed by these second-order relationships.
Solved Examples
Review these step-by-step solutions to understand the mechanics of solving different types of quadratic equations.
Example 1: Solving by Factoring
Solve for x: x² - 5x + 6 = 0
- Identify two numbers that multiply to 6 (the constant term) and add to -5 (the coefficient of x). These numbers are -2 and -3.
- Rewrite the equation in factored form: (x - 2)(x - 3) = 0.
- Set each factor to zero using the Zero Product Property: x - 2 = 0 and x - 3 = 0.
- Solve for x: x = 2 and x = 3.
Example 2: Using the Quadratic Formula
Solve for x: 2x² + 3x - 5 = 0
- Identify the coefficients: a = 2, b = 3, c = -5.
- Plug the values into the formula: x = [-b ± sqrt(b² - 4ac)] / 2a.
- Calculate the discriminant: 3² - 4(2)(-5) = 9 + 40 = 49.
- Simplify the expression: x = [-3 ± sqrt(49)] / 4 = (-3 ± 7) / 4.
- Find the two solutions: x = (-3 + 7) / 4 = 1 and x = (-3 - 7) / 4 = -2.5.
Example 3: Completing the Square
Solve for x: x² + 6x - 7 = 0
- Move the constant to the other side: x² + 6x = 7.
- Find the value to complete the square: (6/2)² = 9.
- Add 9 to both sides: x² + 6x + 9 = 7 + 9.
- Write the left side as a perfect square: (x + 3)² = 16.
- Take the square root of both sides: x + 3 = ±4.
- Solve for x: x = -3 + 4 = 1 and x = -3 - 4 = -7.
Practice Questions
Test your skills with these quadratic equations practice questions. They range from basic factoring to more complex applications.
1. Solve for x: x² - 9x + 20 = 0
2. Solve using the quadratic formula: x² + 4x + 1 = 0
3. Find the roots of the equation: 3x² - 12 = 0
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →4. Solve by completing the square: x² - 8x + 12 = 0
5. Determine the nature of the roots for 2x² - 4x + 7 = 0 (Real, Equal, or Complex).
6. Solve for x: 5x² + 13x - 6 = 0
7. A rectangular garden has an area of 40 square meters. Its length is 3 meters more than its width. Find the dimensions.
8. Solve for x: (x - 4)² = 25
9. Solve for x: 4x² - 12x + 9 = 0
10. If the sum of the roots of ax² + bx + c = 0 is 5 and the product is 6, find a possible equation for which a = 1.
Answers & Explanations
Detailed solutions for the practice questions above are provided below to help you identify any errors in your process.
1. Answer: x = 4, x = 5
Factoring the quadratic x² - 9x + 20 = 0 involves finding numbers that multiply to 20 and add to -9. These are -4 and -5. Thus, (x - 4)(x - 5) = 0. Solving for x gives 4 and 5.
2. Answer: x = -2 ± √3
Using a=1, b=4, c=1 in the quadratic formula: x = [-4 ± sqrt(4² - 4(1)(1))] / 2. This simplifies to [-4 ± sqrt(12)] / 2. Since sqrt(12) is 2√3, the equation becomes [-4 ± 2√3] / 2, which simplifies to -2 ± √3.
3. Answer: x = 2, x = -2
This is a missing linear term (b=0). Add 12 to both sides: 3x² = 12. Divide by 3: x² = 4. Taking the square root gives x = ±2.
4. Answer: x = 2, x = 6
Move 12 to the right: x² - 8x = -12. Add (8/2)² = 16 to both sides: x² - 8x + 16 = 4. This factors to (x - 4)² = 4. Taking the square root gives x - 4 = ±2. Thus, x = 4 + 2 = 6 and x = 4 - 2 = 2.
5. Answer: Two Complex Roots
Calculate the discriminant b² - 4ac: (-4)² - 4(2)(7) = 16 - 56 = -40. Since the discriminant is negative, the roots are complex (non-real).
6. Answer: x = 0.4, x = -3
Using the quadratic formula: x = [-13 ± sqrt(13² - 4(5)(-6))] / 10. x = [-13 ± sqrt(169 + 120)] / 10 = [-13 ± sqrt(289)] / 10. Since sqrt(289) is 17, x = (-13 + 17)/10 = 0.4 and x = (-13 - 17)/10 = -3.
7. Answer: Width = 5m, Length = 8m
Let width = w. Then length = w + 3. Area = w(w + 3) = 40. This gives w² + 3w - 40 = 0. Factoring: (w + 8)(w - 5) = 0. Since width cannot be negative, w = 5. Length = 5 + 3 = 8.
8. Answer: x = 9, x = -1
Take the square root of both sides: x - 4 = ±5. Solving for x: x = 4 + 5 = 9 and x = 4 - 5 = -1.
9. Answer: x = 1.5 (Double Root)
This is a perfect square trinomial: (2x - 3)² = 0. Setting the factor to zero: 2x - 3 = 0, so x = 3/2 or 1.5.
10. Answer: x² - 5x + 6 = 0
The sum of roots is -b/a and the product is c/a. If a=1, then -b = 5 (so b = -5) and c = 6. Plugging these into the standard form ax² + bx + c gives x² - 5x + 6 = 0.
Quick Quiz
1. What is the standard form of a quadratic equation?
- A y = mx + b
- B ax² + bx + c = 0
- C a² + b² = c²
- D x = [-b ± sqrt(b² - 4ac)] / 2a
Check answer
Answer: B. ax² + bx + c = 0
2. If the discriminant (b² - 4ac) is exactly zero, how many real roots does the equation have?
- A Zero
- B One
- C Two
- D Infinitely many
Check answer
Answer: B. One
3. Which method is most direct for solving the equation x² = 49?
- A Completing the square
- B Quadratic formula
- C Square root property
- D Factoring by grouping
Check answer
Answer: C. Square root property
4. In the quadratic formula, what does the term 'a' represent?
- A The constant term
- B The coefficient of the x term
- C The coefficient of the x² term
- D The y-intercept
Check answer
Answer: C. The coefficient of the x² term
5. Which of the following equations has complex roots?
- A x² - 4 = 0
- B x² + 4 = 0
- C x² - 4x + 4 = 0
- D x² + 5x + 6 = 0
Check answer
Answer: B. x² + 4 = 0
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →Frequently Asked Questions
What is the discriminant in a quadratic equation?
The discriminant is the part of the quadratic formula under the square root, expressed as D = b² - 4ac. It is used to determine the nature and number of solutions without solving the entire equation.
Can a quadratic equation have only one solution?
Yes, a quadratic equation has exactly one real solution when the discriminant is zero. This occurs when the quadratic is a perfect square trinomial, and the vertex of the parabola touches the x-axis at exactly one point.
What is the difference between a root and a zero?
In the context of quadratic equations, "root" and "zero" are often used interchangeably. A zero refers to the input value that makes a function equal to zero, while a root specifically refers to the solution of the equation ax² + bx + c = 0.
How do you know if an equation is quadratic?
An equation is quadratic if the highest power of the variable is 2. It must be able to be written in the form ax² + bx + c = 0, where a is a non-zero constant.
Why are quadratic equations important in real life?
Quadratic equations model any situation involving area or projectile motion. For example, the kinematic formulas in physics often use quadratic relationships to describe the position of an object under constant acceleration.
When should I use the quadratic formula instead of factoring?
You should use the quadratic formula when an equation cannot be easily factored into integers. While factoring is faster for simple numbers, the formula is a reliable tool for equations with decimals, fractions, or those that result in irrational roots.
If you are interested in other mathematical topics, you might also find our Easy Z-Score Practice Questions or Variance Calculation Practice Questions with Answers helpful for your studies.
Enjoyed this article?
Share it with others who might find it helpful.
Related Articles

Algebra Word Problems Practice Questions with Answers
Master algebra word problems with our comprehensive guide featuring solved examples, practice questions, and detailed explanations for all levels.
Apr 5, 2026

Simplifying Expressions Practice Questions with Answers
Simplifying Expressions Practice Questions with Answers
Apr 5, 2026

Logarithm Practice Questions with Answers
Logarithm Practice Questions with Answers
Apr 5, 2026