25 Solved Quadratic Equations with Step-by-Step Solutions
Mastering Quadratic Equations
What you will learn
A quadratic equation is an equation of the second degree, meaning it contains at least one term that is squared. The standard form is \( ax^2 + bx + c = 0 \). Below are 25 fully solved examples to help you understand factorization and formula methods, followed by 10 practice problems to test your skills.
Note: Try to solve the equation yourself first, then click "Show Solution" to verify your method.
25 Solved Examples
01 Solve: \( x^2 + 5x + 6 = 0 \)
View Step-by-Step Solution
(i) Identify coefficients
Here, \(a=1, b=5, c=6\). We need two numbers that multiply to 6 and add to 5.
(ii) Factorize
The numbers are 2 and 3.
\[ x^2 + 2x + 3x + 6 = 0 \]
\[ x(x + 2) + 3(x + 2) = 0 \]
\[ (x + 2)(x + 3) = 0 \]
(iii) Find Roots
Either \(x+2=0\) or \(x+3=0\).
Answer: \( x = -2, x = -3 \)
02 Solve: \( x^2 - 5x + 6 = 0 \)
View Step-by-Step Solution
(i) Find factors
We need numbers that multiply to \(+6\) and add to \(-5\). These are \(-2\) and \(-3\).
(ii) Split the middle term
\[ x^2 - 2x - 3x + 6 = 0 \]
\[ x(x - 2) - 3(x - 2) = 0 \]
\[ (x - 2)(x - 3) = 0 \]
(iii) SolveAnswer: \( x = 2, x = 3 \)
03 Solve: \( x^2 - 9 = 0 \)
View Step-by-Step Solution
(i) Use identity
Recall \( a^2 - b^2 = (a+b)(a-b) \). Here \( 9 = 3^2 \).
(ii) Factorize
\[ x^2 - 3^2 = 0 \]
\[ (x + 3)(x - 3) = 0 \]
(iii) SolveAnswer: \( x = -3, x = 3 \)
04 Solve: \( x^2 + 7x + 12 = 0 \)
View Step-by-Step Solution
(i) Find factors
Product = 12, Sum = 7. Factors are 3 and 4.
(ii) Factorize
\[ (x + 3)(x + 4) = 0 \]
(iii) SolveAnswer: \( x = -3, x = -4 \)
05 Solve: \( 2x^2 + 3x + 1 = 0 \)
View Step-by-Step Solution
(i) AC Method
Multiply \(a \times c = 2 \times 1 = 2\). We need sum = 3. Factors are 2 and 1.
(ii) Split middle term
\[ 2x^2 + 2x + x + 1 = 0 \]
\[ 2x(x + 1) + 1(x + 1) = 0 \]
\[ (2x + 1)(x + 1) = 0 \]
(iii) Solve
\( 2x = -1 \rightarrow x = -1/2 \) or \( x = -1 \).
Answer: \( x = -\frac{1}{2}, x = -1 \)
06 Solve: \( x^2 - 2x - 15 = 0 \)
View Step-by-Step Solution
(i) Factors
Product = -15, Sum = -2. Factors: -5 and +3.
(ii) Factorize
\[ (x - 5)(x + 3) = 0 \]
(iii) SolveAnswer: \( x = 5, x = -3 \)
07 Solve: \( x^2 - 8x + 16 = 0 \)
View Step-by-Step Solution
(i) Analyze structure
This is a perfect square trinomial because \( (-4)^2 = 16 \) and \( 2(-4) = -8 \).
(ii) Factorize
\[ (x - 4)^2 = 0 \]
(iii) SolveAnswer: \( x = 4 \) (Equal real roots)
08 Solve: \( 3x^2 - 5x + 2 = 0 \)
View Step-by-Step Solution
(i) AC Method
\( a \times c = 3 \times 2 = 6 \). Sum = -5. Factors: -3 and -2.