Learn on PengiSaxon Algebra 1Chapter 10: Systems and Problem Solving

Lesson 98: Solving Quadratic Equations by Factoring

In this Grade 9 Saxon Algebra 1 lesson, students learn to solve quadratic equations by factoring and applying the Zero Product Property to find roots, or x-intercepts, of a quadratic function. The lesson covers setting equations equal to zero, factoring out the GCF, and handling equations with missing terms or repeated factors. Students also apply these skills to real-world problems, such as finding the dimensions of a rectangular garden using a quadratic model.

Section 1

πŸ“˜ Solving Quadratic Equations by Factoring

New Concept

If the product of two quantities equals zero, at least one of the quantities equals zero.

What’s next

Next, you’ll use this property to factor and find the roots of several quadratic equations, including real-world application problems.

Section 2

Zero Product Property

Property

If the product of two quantities equals zero, at least one of the quantities must be zero. If ab=0ab=0, then either a=0a=0 or b=0b=0.

Explanation

Think of it this way: the only way to get zero by multiplying is if one of your numbers is zero! This cool rule lets you split one complicated factored equation into two simple ones you can easily solve. It’s like getting a two-for-one deal on solving math problems!

Examples

  • If (y+2)(yβˆ’7)=0(y+2)(y-7) = 0, then y+2=0y+2=0 or yβˆ’7=0y-7=0, so the solutions are y=βˆ’2y=-2 or y=7y=7.
  • For 3a(aβˆ’6)=03a(a-6) = 0, you set 3a=03a=0 or aβˆ’6=0a-6=0, which gives the roots a=0a=0 or a=6a=6.

Section 3

Solving Quadratic Equations by Factoring

Property

To solve a quadratic equation, write it in standard form, ax2+bx+c=0ax^2 + bx + c = 0. Then, factor the quadratic expression and use the Zero Product Property to find the roots.

Explanation

First, get all terms to one side so your equation equals zero. Next, factor the polynomial into smaller pieces. Finally, set each piece equal to zero and solve. This three-step method turns a tricky quadratic into simple mini-problems that are way easier to crack.

Examples

  • To solve x2+4x=12x^2 + 4x = 12, first write it as x2+4xβˆ’12=0x^2 + 4x - 12 = 0. Then factor to get (x+6)(xβˆ’2)=0(x+6)(x-2)=0. The roots are x=βˆ’6x=-6 and x=2x=2.
  • To solve 5x2βˆ’2=3x5x^2 - 2 = 3x, rewrite as 5x2βˆ’3xβˆ’2=05x^2 - 3x - 2 = 0. Then factor to get (5x+2)(xβˆ’1)=0(5x+2)(x-1)=0. The roots are x=βˆ’25x=-\frac{2}{5} and x=1x=1.

Section 4

Example Card: Solving a Quadratic Equation by Factoring

Let's tackle a quadratic equation that isn't in standard form yet. This example shows one of the most important key ideas from this lesson: Solving Quadratic Equations by Factoring.

Example Problem

Find the roots of the equation 3x2βˆ’14x=53x^2 - 14x = 5.

Step-by-Step

  1. First, we need to set the equation equal to 0 by writing it in the standard form ax2+bx+c=0ax^2 + bx + c = 0.
3x2βˆ’14xβˆ’5=03x^2 - 14x - 5 = 0
  1. Next, we factor the quadratic expression on the left side.
(3x+1)(xβˆ’5)=0(3x+1)(x-5) = 0
  1. Now we apply the Zero Product Property. If the product of these two factors is zero, then at least one of the factors must be zero. We set each factor equal to zero.
3x+1=0xβˆ’5=0 \begin{array}{c|c} 3x + 1 = 0 & x - 5 = 0 \\ \end{array}
  1. Finally, we solve each of these linear equations for xx.
3x=βˆ’1x=5x=βˆ’13 \begin{array}{c|c} 3x = -1 & x = 5 \\ x = -\frac{1}{3} & \\ \end{array}
  1. Check your answers by substituting them back into the original equation.
3x2βˆ’14x=53x2βˆ’14x=53(βˆ’13)2βˆ’14(βˆ’13)=?53(5)2βˆ’14(5)=?53(19)+143=?53(25)βˆ’70=?513+143=?575βˆ’70=?5153=5βœ“5=5βœ“ \begin{array}{c|c} 3x^2 - 14x = 5 & 3x^2 - 14x = 5 \\ 3(-\frac{1}{3})^2 - 14(-\frac{1}{3}) \stackrel{?}{=} 5 & 3(5)^2 - 14(5) \stackrel{?}{=} 5 \\ 3(\frac{1}{9}) + \frac{14}{3} \stackrel{?}{=} 5 & 3(25) - 70 \stackrel{?}{=} 5 \\ \frac{1}{3} + \frac{14}{3} \stackrel{?}{=} 5 & 75 - 70 \stackrel{?}{=} 5 \\ \frac{15}{3} = 5 \quad \checkmark & 5 = 5 \quad \checkmark \\ \end{array}

The roots are βˆ’13-\frac{1}{3} and 55.

Section 5

Finding the Roots by Factoring Out the GCF

Property

Before factoring a quadratic, always check if a Greatest Common Factor (GCF) can be factored out from all terms. This simplifies the equation, making it much easier to solve.

Explanation

Always look for a GCF first! Pulling out the largest number or variable that every term shares makes the rest of the problem simpler. This awesome first step makes the remaining polynomial smaller, cleaner, and a lot less intimidating to factor and solve. It’s a game-changer!

Examples

  • To solve 3x2βˆ’24x+48=03x^2 - 24x + 48 = 0, first factor out the GCF of 3 to get 3(x2βˆ’8x+16)=03(x^2 - 8x + 16) = 0. Then factor to 3(xβˆ’4)(xβˆ’4)=03(x-4)(x-4)=0. The only root is x=4x=4.
  • To solve 12x2=27x12x^2 = 27x, rewrite as 12x2βˆ’27x=012x^2 - 27x = 0. Factor out the GCF of 3x3x to get 3x(4xβˆ’9)=03x(4x - 9) = 0. The roots are x=0x=0 and x=94x=\frac{9}{4}.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 10: Systems and Problem Solving

  1. Lesson 1

    Lesson 91: Solving Absolute-Value Inequalities

  2. Lesson 2

    Lesson 92: Simplifying Complex Fractions

  3. Lesson 3

    Lesson 93: Dividing Polynomials

  4. Lesson 4

    Lesson 94: Solving Multi-Step Absolute-Value Equations

  5. Lesson 5

    Lesson 95: Combining Rational Expressions with Unlike Denominators

  6. Lesson 6

    Lesson 96: Graphing Quadratic Functions

  7. Lesson 7

    Lesson 97: Graphing Linear Inequalities

  8. Lesson 8Current

    Lesson 98: Solving Quadratic Equations by Factoring

  9. Lesson 9

    Lesson 99: Solving Rational Equations

  10. Lesson 10

    Lesson 100: Solving Quadratic Equations by Graphing

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Solving Quadratic Equations by Factoring

New Concept

If the product of two quantities equals zero, at least one of the quantities equals zero.

What’s next

Next, you’ll use this property to factor and find the roots of several quadratic equations, including real-world application problems.

Section 2

Zero Product Property

Property

If the product of two quantities equals zero, at least one of the quantities must be zero. If ab=0ab=0, then either a=0a=0 or b=0b=0.

Explanation

Think of it this way: the only way to get zero by multiplying is if one of your numbers is zero! This cool rule lets you split one complicated factored equation into two simple ones you can easily solve. It’s like getting a two-for-one deal on solving math problems!

Examples

  • If (y+2)(yβˆ’7)=0(y+2)(y-7) = 0, then y+2=0y+2=0 or yβˆ’7=0y-7=0, so the solutions are y=βˆ’2y=-2 or y=7y=7.
  • For 3a(aβˆ’6)=03a(a-6) = 0, you set 3a=03a=0 or aβˆ’6=0a-6=0, which gives the roots a=0a=0 or a=6a=6.

Section 3

Solving Quadratic Equations by Factoring

Property

To solve a quadratic equation, write it in standard form, ax2+bx+c=0ax^2 + bx + c = 0. Then, factor the quadratic expression and use the Zero Product Property to find the roots.

Explanation

First, get all terms to one side so your equation equals zero. Next, factor the polynomial into smaller pieces. Finally, set each piece equal to zero and solve. This three-step method turns a tricky quadratic into simple mini-problems that are way easier to crack.

Examples

  • To solve x2+4x=12x^2 + 4x = 12, first write it as x2+4xβˆ’12=0x^2 + 4x - 12 = 0. Then factor to get (x+6)(xβˆ’2)=0(x+6)(x-2)=0. The roots are x=βˆ’6x=-6 and x=2x=2.
  • To solve 5x2βˆ’2=3x5x^2 - 2 = 3x, rewrite as 5x2βˆ’3xβˆ’2=05x^2 - 3x - 2 = 0. Then factor to get (5x+2)(xβˆ’1)=0(5x+2)(x-1)=0. The roots are x=βˆ’25x=-\frac{2}{5} and x=1x=1.

Section 4

Example Card: Solving a Quadratic Equation by Factoring

Let's tackle a quadratic equation that isn't in standard form yet. This example shows one of the most important key ideas from this lesson: Solving Quadratic Equations by Factoring.

Example Problem

Find the roots of the equation 3x2βˆ’14x=53x^2 - 14x = 5.

Step-by-Step

  1. First, we need to set the equation equal to 0 by writing it in the standard form ax2+bx+c=0ax^2 + bx + c = 0.
3x2βˆ’14xβˆ’5=03x^2 - 14x - 5 = 0
  1. Next, we factor the quadratic expression on the left side.
(3x+1)(xβˆ’5)=0(3x+1)(x-5) = 0
  1. Now we apply the Zero Product Property. If the product of these two factors is zero, then at least one of the factors must be zero. We set each factor equal to zero.
3x+1=0xβˆ’5=0 \begin{array}{c|c} 3x + 1 = 0 & x - 5 = 0 \\ \end{array}
  1. Finally, we solve each of these linear equations for xx.
3x=βˆ’1x=5x=βˆ’13 \begin{array}{c|c} 3x = -1 & x = 5 \\ x = -\frac{1}{3} & \\ \end{array}
  1. Check your answers by substituting them back into the original equation.
3x2βˆ’14x=53x2βˆ’14x=53(βˆ’13)2βˆ’14(βˆ’13)=?53(5)2βˆ’14(5)=?53(19)+143=?53(25)βˆ’70=?513+143=?575βˆ’70=?5153=5βœ“5=5βœ“ \begin{array}{c|c} 3x^2 - 14x = 5 & 3x^2 - 14x = 5 \\ 3(-\frac{1}{3})^2 - 14(-\frac{1}{3}) \stackrel{?}{=} 5 & 3(5)^2 - 14(5) \stackrel{?}{=} 5 \\ 3(\frac{1}{9}) + \frac{14}{3} \stackrel{?}{=} 5 & 3(25) - 70 \stackrel{?}{=} 5 \\ \frac{1}{3} + \frac{14}{3} \stackrel{?}{=} 5 & 75 - 70 \stackrel{?}{=} 5 \\ \frac{15}{3} = 5 \quad \checkmark & 5 = 5 \quad \checkmark \\ \end{array}

The roots are βˆ’13-\frac{1}{3} and 55.

Section 5

Finding the Roots by Factoring Out the GCF

Property

Before factoring a quadratic, always check if a Greatest Common Factor (GCF) can be factored out from all terms. This simplifies the equation, making it much easier to solve.

Explanation

Always look for a GCF first! Pulling out the largest number or variable that every term shares makes the rest of the problem simpler. This awesome first step makes the remaining polynomial smaller, cleaner, and a lot less intimidating to factor and solve. It’s a game-changer!

Examples

  • To solve 3x2βˆ’24x+48=03x^2 - 24x + 48 = 0, first factor out the GCF of 3 to get 3(x2βˆ’8x+16)=03(x^2 - 8x + 16) = 0. Then factor to 3(xβˆ’4)(xβˆ’4)=03(x-4)(x-4)=0. The only root is x=4x=4.
  • To solve 12x2=27x12x^2 = 27x, rewrite as 12x2βˆ’27x=012x^2 - 27x = 0. Factor out the GCF of 3x3x to get 3x(4xβˆ’9)=03x(4x - 9) = 0. The roots are x=0x=0 and x=94x=\frac{9}{4}.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 10: Systems and Problem Solving

  1. Lesson 1

    Lesson 91: Solving Absolute-Value Inequalities

  2. Lesson 2

    Lesson 92: Simplifying Complex Fractions

  3. Lesson 3

    Lesson 93: Dividing Polynomials

  4. Lesson 4

    Lesson 94: Solving Multi-Step Absolute-Value Equations

  5. Lesson 5

    Lesson 95: Combining Rational Expressions with Unlike Denominators

  6. Lesson 6

    Lesson 96: Graphing Quadratic Functions

  7. Lesson 7

    Lesson 97: Graphing Linear Inequalities

  8. Lesson 8Current

    Lesson 98: Solving Quadratic Equations by Factoring

  9. Lesson 9

    Lesson 99: Solving Rational Equations

  10. Lesson 10

    Lesson 100: Solving Quadratic Equations by Graphing