Loadingโฆ
Solve by factoring, square root method, and quadratic formula
Learn step-by-step with practice exercises built right in.
A quadratic equation is an equation that can be written in the form:
axยฒ + bx + c = 0
where:
Examples:
Standard form: axยฒ + bx + c = 0
Before solving, rearrange the equation to standard form (everything on one side, zero on the other).
Example 1: xยฒ + 5x = -6 Standard form: xยฒ + 5x + 6 = 0
Example 2: 2xยฒ = 3x - 1 Standard form: 2xยฒ - 3x + 1 = 0
Example 3: xยฒ - 25 = 0 Already in standard form
Solve by factoring: xยฒ + 5x + 6 = 0
Step 1: Factor the quadratic: Find two numbers that multiply to 6 and add to 5: 2 and 3 xยฒ + 5x + 6 = (x + 2)(x + 3)
Step 2: Set the equation equal to zero: (x + 2)(x + 3) = 0
Step 3: Apply the Zero Product Property: If ab = 0, then a = 0 or b = 0 So: x + 2 = 0 or x + 3 = 0
Step 4: Solve each equation: x + 2 = 0 โ x = -2 x + 3 = 0 โ x = -3
Step 5: Check both solutions: (-2)ยฒ + 5(-2) + 6 = 4 - 10 + 6 = 0 โ (-3)ยฒ + 5(-3) + 6 = 9 - 15 + 6 = 0 โ
Answer: x = -2 or x = -3
Avoid these 3 frequent errors
See how this math is used in the real world
Solve .
Review key concepts with our flashcard system
Explore more Algebra 1 topics
Quadratic equations can have:
The solutions are also called:
When the quadratic can be factored, use the Zero Product Property:
If ab = 0, then a = 0 or b = 0
Steps:
Example 1: Solve xยฒ + 5x + 6 = 0
Factor: (x + 2)(x + 3) = 0
Set each factor to zero: x + 2 = 0 or x + 3 = 0 x = -2 or x = -3
Solutions: x = -2 or x = -3
Check x = -2: (-2)ยฒ + 5(-2) + 6 = 4 - 10 + 6 = 0 โ Check x = -3: (-3)ยฒ + 5(-3) + 6 = 9 - 15 + 6 = 0 โ
Example 2: Solve xยฒ - 9 = 0
Factor (difference of squares): (x + 3)(x - 3) = 0
x + 3 = 0 or x - 3 = 0 x = -3 or x = 3
Solutions: x = ยฑ3
Example 3: Solve 2xยฒ + 5x - 3 = 0
Factor: (2x - 1)(x + 3) = 0
2x - 1 = 0 or x + 3 = 0 x = 1/2 or x = -3
Solutions: x = 1/2 or x = -3
Example 4: Solve xยฒ - 6x + 9 = 0
Factor (perfect square): (x - 3)ยฒ = 0
x - 3 = 0 x = 3
Solution: x = 3 (repeated root)
For equations of the form xยฒ = k, take the square root of both sides.
Remember: โ(xยฒ) = ยฑx (two solutions: positive and negative)
Example 1: Solve xยฒ = 25
Take square root: x = ยฑโ25 x = ยฑ5
Solutions: x = 5 or x = -5
Example 2: Solve xยฒ = 7
x = ยฑโ7
Solutions: x = โ7 or x = -โ7
Example 3: Solve xยฒ - 16 = 0
Add 16: xยฒ = 16 x = ยฑ4
Example 4: Solve 3xยฒ = 75
Divide by 3: xยฒ = 25 x = ยฑ5
Example 5: Solve xยฒ = -9
x = ยฑโ(-9)
Since we can't take the square root of a negative number (in real numbers), there is no real solution.
When the equation is in the form (x - h)ยฒ = k:
Steps:
Example 1: Solve (x - 3)ยฒ = 16
Take square root: x - 3 = ยฑ4
Two equations: x - 3 = 4 or x - 3 = -4 x = 7 or x = -1
Example 2: Solve (x + 2)ยฒ = 9
x + 2 = ยฑ3
x + 2 = 3 or x + 2 = -3 x = 1 or x = -5
Example 3: Solve (x - 5)ยฒ = 12
x - 5 = ยฑโ12 x - 5 = ยฑ2โ3 x = 5 ยฑ 2โ3
Solutions: x = 5 + 2โ3 or x = 5 - 2โ3
Use Factoring when:
Use Square Roots when:
Use Quadratic Formula when:
For xยฒ + bx + c = 0: Find two numbers that multiply to c and add to b
For axยฒ + bx + c = 0 (a โ 1): Use AC method or trial and error
Difference of squares: xยฒ - kยฒ = (x + k)(x - k)
Perfect square trinomial: xยฒ ยฑ 2kx + kยฒ = (x ยฑ k)ยฒ
Always factor out the GCF before using other methods.
Example 1: Solve 2xยฒ + 8x = 0
Factor out 2x: 2x(x + 4) = 0
Set each factor to zero: 2x = 0 or x + 4 = 0 x = 0 or x = -4
Example 2: Solve 3xยฒ - 12x = 0
Factor: 3x(x - 4) = 0
3x = 0 or x - 4 = 0 x = 0 or x = 4
Example 3: Solve 5xยฒ = 20x
Standard form: 5xยฒ - 20x = 0 Factor: 5x(x - 4) = 0
x = 0 or x = 4
Warning: Never divide both sides by x! You'll lose the solution x = 0.
Example 1: Solve xยฒ + 7x = -12
Standard form: xยฒ + 7x + 12 = 0 Factor: (x + 3)(x + 4) = 0 Solutions: x = -3 or x = -4
Example 2: Solve 2xยฒ = 5x + 3
Standard form: 2xยฒ - 5x - 3 = 0 Factor: (2x + 1)(x - 3) = 0 Solutions: x = -1/2 or x = 3
Example 3: Solve (x + 3)(x - 1) = 5
First expand: xยฒ + 2x - 3 = 5 Standard form: xยฒ + 2x - 8 = 0 Factor: (x + 4)(x - 2) = 0 Solutions: x = -4 or x = 2
Important: Don't set x + 3 = 5 and x - 1 = 5! Must equal zero for zero product property.
Example 1: A rectangle has length 3 more than width. Area is 40. Find dimensions.
Let w = width Then w + 3 = length
Area: w(w + 3) = 40 wยฒ + 3w = 40 wยฒ + 3w - 40 = 0 (w + 8)(w - 5) = 0
w = -8 or w = 5
Since width must be positive: w = 5 cm Length = 8 cm
Example 2: A square has area 144 cmยฒ. Find side length.
sยฒ = 144 s = ยฑ12
Since side length is positive: s = 12 cm
Example: The product of two consecutive integers is 72. Find the integers.
Let n = first integer Then n + 1 = second integer
n(n + 1) = 72 nยฒ + n = 72 nยฒ + n - 72 = 0 (n + 9)(n - 8) = 0
n = -9 or n = 8
Two solutions:
Both pairs work!
Height formula: h = -16tยฒ + vโt + hโ
where:
Example: A ball is thrown upward at 48 ft/s from height 6 ft. When does it hit the ground?
h = -16tยฒ + 48t + 6
Set h = 0 (ground level): -16tยฒ + 48t + 6 = 0
Divide by -2: 8tยฒ - 24t - 3 = 0
This doesn't factor nicely - would use quadratic formula.
But if it were: -16tยฒ + 48t = 0 Factor: -16t(t - 3) = 0 t = 0 or t = 3
At t = 0 (start) and t = 3 seconds (lands)
Always substitute back into the original equation.
Example: Verify x = 2 is a solution to xยฒ - 5x + 6 = 0
(2)ยฒ - 5(2) + 6 = 4 - 10 + 6 = 0 โ
Forgetting ยฑ when taking square roots xยฒ = 9 has TWO solutions: x = 3 and x = -3
Dividing by variable Never divide both sides by x - you'll lose solutions!
Not setting equal to zero Must have 0 on one side to use factoring
Arithmetic errors Check your factoring by multiplying back
Forgetting negative solutions Both positive and negative roots are valid
| Form | Method | Example |
|---|---|---|
| xยฒ = k | Square root | xยฒ = 25 โ x = ยฑ5 |
| (x-h)ยฒ = k | Square root | (x-3)ยฒ = 16 โ x = 3ยฑ4 |
| xยฒ + bx + c = 0 | Factor | (x+2)(x+3) = 0 |
| axยฒ + bx = 0 | GCF | x(x+5) = 0 |
| xยฒ - kยฒ = 0 | Difference of squares | xยฒ - 9 = (x+3)(x-3) |
Level 1: xยฒ = k
Level 2: GCF factoring
Level 3: Simple factoring
Level 4: Harder factoring
Level 5: Applications
Solve by factoring:
Step 1: Factor the quadratic Find two numbers that multiply to 6 and add to -5: and
Step 2: Set each factor equal to zero
Step 3: Solve each equation
Answer: or
Solve using square roots: xยฒ = 25
Step 1: Take the square root of both sides: โ(xยฒ) = ยฑโ25
Important: Don't forget the ยฑ symbol! When we square root both sides, we get both positive and negative solutions.
Step 2: Simplify: x = ยฑ5
This means x = 5 or x = -5
Step 3: Check both solutions: (5)ยฒ = 25 โ (-5)ยฒ = 25 โ
Answer: x = 5 or x = -5
Solve using the quadratic formula:
Identify: , ,
Use the quadratic formula:
Solve: (x - 3)ยฒ = 16
Step 1: Take the square root of both sides: โ[(x - 3)ยฒ] = ยฑโ16
Step 2: Simplify: x - 3 = ยฑ4
Step 3: Split into two equations: x - 3 = 4 or x - 3 = -4
Step 4: Solve each equation: x - 3 = 4 โ x = 7 x - 3 = -4 โ x = -1
Step 5: Check both solutions: (7 - 3)ยฒ = 4ยฒ = 16 โ (-1 - 3)ยฒ = (-4)ยฒ = 16 โ
Answer: x = 7 or x = -1
Solve using the quadratic formula: 2xยฒ + 5x - 3 = 0
Step 1: Identify a, b, and c from axยฒ + bx + c = 0: a = 2, b = 5, c = -3
Step 2: Write the quadratic formula: x = [-b ยฑ โ(bยฒ - 4ac)] / (2a)
Step 3: Substitute the values: x = [-5 ยฑ โ(5ยฒ - 4(2)(-3))] / (2ยท2) x = [-5 ยฑ โ(25 + 24)] / 4 x = [-5 ยฑ โ49] / 4 x = [-5 ยฑ 7] / 4
Step 4: Find both solutions: x = (-5 + 7)/4 = 2/4 = 1/2 x = (-5 - 7)/4 = -12/4 = -3
Step 5: Check both solutions: 2(1/2)ยฒ + 5(1/2) - 3 = 2(1/4) + 5/2 - 3 = 1/2 + 5/2 - 3 = 0 โ 2(-3)ยฒ + 5(-3) - 3 = 18 - 15 - 3 = 0 โ
Answer: x = 1/2 or x = -3
How many real solutions does have?
Use the discriminant to determine the number of solutions:
For : , ,
A rectangular garden has a length that is 3 meters more than its width. If the area is 40 square meters, find the dimensions.
Step 1: Define variables: Let w = width Then length = w + 3
Step 2: Write the equation using Area = length ร width: w(w + 3) = 40
Step 3: Expand and rearrange to standard form: wยฒ + 3w = 40 wยฒ + 3w - 40 = 0
Step 4: Factor: Find two numbers that multiply to -40 and add to 3: 8 and -5 (w + 8)(w - 5) = 0
Step 5: Solve: w + 8 = 0 โ w = -8 (reject because width cannot be negative) w - 5 = 0 โ w = 5
Step 6: Find the length: length = w + 3 = 5 + 3 = 8
Step 7: Check: Area = 5 ร 8 = 40 โ
Answer: Width = 5 meters, Length = 8 meters
Step 1: Calculate the discriminant
Step 2: Substitute into the formula
Step 3: Simplify
Answer: or
Since the discriminant is negative, the equation has no real solutions (it has 2 complex solutions).
Answer: No real solutions