Learn on PengiYoshiwara Elementary AlgebraChapter 6: Quadratic Equations

Lesson 3: Solving Quadratic Equations by Factoring

In this Grade 6 lesson from Yoshiwara Elementary Algebra, students learn to solve quadratic equations of the form xΒ² + bx + c = 0 by factoring trinomials into two binomials using the Zero-Factor Principle. Students practice the FOIL method in reverse, identifying two integers p and q whose product equals the constant term and whose sum equals the linear coefficient. The lesson builds directly on Chapter 6.2 skills to handle more general quadratic equations that cannot be solved by extraction of roots.

Section 1

πŸ“˜ Solving Quadratic Equations by Factoring

New Concept

This lesson combines factoring with the Zero-Factor Principle. You'll learn to rewrite quadratic equations like x2+bx+c=0x^2 + bx + c = 0 into a factored form, which makes finding the solutions as simple as setting each factor to zero.

What’s next

Next, you'll work through interactive examples to master factoring trinomials and then use these skills to solve equations in a series of practice cards.

Section 2

Zero-factor principle

Property

If the product of two numbers is zero, then one (or both) of the numbers must be zero. Using symbols,

If AB=0AB = 0, then either A=0A = 0 or B=0B = 0.

Examples

  • To solve (xβˆ’7)(x+2)=0(x - 7)(x + 2) = 0, we set each factor to zero. This gives us xβˆ’7=0x - 7 = 0 or x+2=0x + 2 = 0, so the solutions are x=7x = 7 and x=βˆ’2x = -2.
  • If y(yβˆ’10)=0y(y - 10) = 0, then either y=0y = 0 or yβˆ’10=0y - 10 = 0. The two solutions for the equation are y=0y = 0 and y=10y = 10.
  • Given (2a+1)(aβˆ’5)=0(2a + 1)(a - 5) = 0, we solve 2a+1=02a + 1 = 0 to get a=βˆ’12a = -\frac{1}{2}, and we solve aβˆ’5=0a - 5 = 0 to get a=5a = 5.

Section 3

Factoring quadratic trinomials

Property

To factor x2+bx+cx^2 + bx + c, we look for two numbers pp and qq so that

pq=cpq = c and p+q=bp + q = b

When we expand the factored form (x+p)(x+q)(x + p)(x + q), we get x2+(p+q)x+pqx^2 + (p + q)x + pq.

Section 4

Sign patterns for factoring

Property

Assume that bb, cc, pp, and qq are positive integers.

  1. x2+bx+c=(x+p)(x+q)x^2 + bx + c = (x + p)(x + q). If all the coefficients of the trinomial are positive, then both pp and qq are positive.
  2. x2βˆ’bx+c=(xβˆ’p)(xβˆ’q)x^2 - bx + c = (x - p)(x - q). If the linear term of the trinomial is negative and the other two terms positive, then pp and qq are both negative.
  3. x2Β±bxβˆ’c=(x+p)(xβˆ’q)x^2 \pm bx - c = (x + p)(x - q). If the constant term of the trinomial is negative, then pp and qq have opposite signs.

Examples

  • To factor x2βˆ’7x+10x^2 - 7x + 10, the constant term is positive and the middle term is negative. So, we need two negative numbers that multiply to 10 and add to -7. The factors are (xβˆ’2)(xβˆ’5)(x - 2)(x - 5).
  • In y2+4yβˆ’12y^2 + 4y - 12, the constant term is negative, so the factors have opposite signs. We need numbers that multiply to -12 and add to 4. The factorization is (y+6)(yβˆ’2)(y + 6)(y - 2).
  • For z2βˆ’zβˆ’30z^2 - z - 30, the negative constant term means opposite signs. We need numbers that multiply to -30 and add to -1. The correct pair is -6 and 5, so we get (zβˆ’6)(z+5)(z - 6)(z + 5).

Explanation

The signs in the trinomial give you huge clues! A positive last term means the signs in your factors are the same. A negative last term means the signs are different. Use this to factor faster!

Section 5

Solving quadratic equation by factoring

Property

To Solve a Quadratic Equation by Factoring:

  1. Write the equation in standard form, ax2+bx+c=0ax^2 + bx + c = 0 (a≠0a \neq 0)
  2. Factor the left side of the equation.
  3. Apply the Zero-Factor Principle; that is, set each factor equal to zero.
  4. Solve each equation to obtain two solutions.

Examples

  • To solve x2βˆ’5x=βˆ’6x^2 - 5x = -6, first write it as x2βˆ’5x+6=0x^2 - 5x + 6 = 0. Factoring gives (xβˆ’2)(xβˆ’3)=0(x - 2)(x - 3) = 0. The solutions are x=2x = 2 and x=3x = 3.
  • Solve y2=7yy^2 = 7y. First, rearrange to y2βˆ’7y=0y^2 - 7y = 0. Factor out yy to get y(yβˆ’7)=0y(y - 7) = 0. The solutions are y=0y = 0 and y=7y = 7.
  • Solve 2a2+14a+24=02a^2 + 14a + 24 = 0. First, factor out the common factor of 2 to get 2(a2+7a+12)=02(a^2 + 7a + 12) = 0. This simplifies to (a+3)(a+4)=0(a + 3)(a + 4) = 0. Solutions are a=βˆ’3a = -3 and a=βˆ’4a = -4.

Explanation

First, get everything on one side so the equation equals zero. Then, factor the expression. Finally, use the Zero-Factor Principle to find the two values of xx that make the equation true.

Section 6

Equation must equal zero

Property

Before factoring and applying the Zero-Factor Principle, we must write the equation in standard form, so that one side of the equation is zero. For an equation like x(x+3)=18x(x + 3) = 18, we cannot apply the Zero-Factor principle.

Examples

  • A common mistake in solving x(xβˆ’2)=8x(x - 2) = 8 is to set x=8x=8 or xβˆ’2=8x-2=8. This is incorrect because the product on the right side is not zero.
  • To correctly solve x(xβˆ’2)=8x(x - 2) = 8, you must first distribute and rearrange: x2βˆ’2x=8x^2 - 2x = 8, which becomes x2βˆ’2xβˆ’8=0x^2 - 2x - 8 = 0.
  • After rearranging to x2βˆ’2xβˆ’8=0x^2 - 2x - 8 = 0, we can factor it into (xβˆ’4)(x+2)=0(x - 4)(x + 2) = 0. Now we can use the Zero-Factor Principle to find the correct solutions, x=4x = 4 and x=βˆ’2x = -2.

Explanation

The Zero-Factor Principle only works with zero! If a product equals 18, the factors could be 2 and 9, or 3 and 6. There are too many options. Only a product of zero guarantees a factor is zero.

Book overview

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

Continue this chapter

Chapter 6: Quadratic Equations

  1. Lesson 1

    Lesson 1: Extracting Roots

  2. Lesson 2

    Lesson 2: Some Quadratic Models

  3. Lesson 3Current

    Lesson 3: Solving Quadratic Equations by Factoring

  4. Lesson 4

    Lesson 4: Graphing Quadratic Equations

  5. Lesson 5

    Lesson 5: The Quadratic Formula

  6. Lesson 6

    Lesson 6: Chapter Summary and Review

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Solving Quadratic Equations by Factoring

New Concept

This lesson combines factoring with the Zero-Factor Principle. You'll learn to rewrite quadratic equations like x2+bx+c=0x^2 + bx + c = 0 into a factored form, which makes finding the solutions as simple as setting each factor to zero.

What’s next

Next, you'll work through interactive examples to master factoring trinomials and then use these skills to solve equations in a series of practice cards.

Section 2

Zero-factor principle

Property

If the product of two numbers is zero, then one (or both) of the numbers must be zero. Using symbols,

If AB=0AB = 0, then either A=0A = 0 or B=0B = 0.

Examples

  • To solve (xβˆ’7)(x+2)=0(x - 7)(x + 2) = 0, we set each factor to zero. This gives us xβˆ’7=0x - 7 = 0 or x+2=0x + 2 = 0, so the solutions are x=7x = 7 and x=βˆ’2x = -2.
  • If y(yβˆ’10)=0y(y - 10) = 0, then either y=0y = 0 or yβˆ’10=0y - 10 = 0. The two solutions for the equation are y=0y = 0 and y=10y = 10.
  • Given (2a+1)(aβˆ’5)=0(2a + 1)(a - 5) = 0, we solve 2a+1=02a + 1 = 0 to get a=βˆ’12a = -\frac{1}{2}, and we solve aβˆ’5=0a - 5 = 0 to get a=5a = 5.

Section 3

Factoring quadratic trinomials

Property

To factor x2+bx+cx^2 + bx + c, we look for two numbers pp and qq so that

pq=cpq = c and p+q=bp + q = b

When we expand the factored form (x+p)(x+q)(x + p)(x + q), we get x2+(p+q)x+pqx^2 + (p + q)x + pq.

Section 4

Sign patterns for factoring

Property

Assume that bb, cc, pp, and qq are positive integers.

  1. x2+bx+c=(x+p)(x+q)x^2 + bx + c = (x + p)(x + q). If all the coefficients of the trinomial are positive, then both pp and qq are positive.
  2. x2βˆ’bx+c=(xβˆ’p)(xβˆ’q)x^2 - bx + c = (x - p)(x - q). If the linear term of the trinomial is negative and the other two terms positive, then pp and qq are both negative.
  3. x2Β±bxβˆ’c=(x+p)(xβˆ’q)x^2 \pm bx - c = (x + p)(x - q). If the constant term of the trinomial is negative, then pp and qq have opposite signs.

Examples

  • To factor x2βˆ’7x+10x^2 - 7x + 10, the constant term is positive and the middle term is negative. So, we need two negative numbers that multiply to 10 and add to -7. The factors are (xβˆ’2)(xβˆ’5)(x - 2)(x - 5).
  • In y2+4yβˆ’12y^2 + 4y - 12, the constant term is negative, so the factors have opposite signs. We need numbers that multiply to -12 and add to 4. The factorization is (y+6)(yβˆ’2)(y + 6)(y - 2).
  • For z2βˆ’zβˆ’30z^2 - z - 30, the negative constant term means opposite signs. We need numbers that multiply to -30 and add to -1. The correct pair is -6 and 5, so we get (zβˆ’6)(z+5)(z - 6)(z + 5).

Explanation

The signs in the trinomial give you huge clues! A positive last term means the signs in your factors are the same. A negative last term means the signs are different. Use this to factor faster!

Section 5

Solving quadratic equation by factoring

Property

To Solve a Quadratic Equation by Factoring:

  1. Write the equation in standard form, ax2+bx+c=0ax^2 + bx + c = 0 (a≠0a \neq 0)
  2. Factor the left side of the equation.
  3. Apply the Zero-Factor Principle; that is, set each factor equal to zero.
  4. Solve each equation to obtain two solutions.

Examples

  • To solve x2βˆ’5x=βˆ’6x^2 - 5x = -6, first write it as x2βˆ’5x+6=0x^2 - 5x + 6 = 0. Factoring gives (xβˆ’2)(xβˆ’3)=0(x - 2)(x - 3) = 0. The solutions are x=2x = 2 and x=3x = 3.
  • Solve y2=7yy^2 = 7y. First, rearrange to y2βˆ’7y=0y^2 - 7y = 0. Factor out yy to get y(yβˆ’7)=0y(y - 7) = 0. The solutions are y=0y = 0 and y=7y = 7.
  • Solve 2a2+14a+24=02a^2 + 14a + 24 = 0. First, factor out the common factor of 2 to get 2(a2+7a+12)=02(a^2 + 7a + 12) = 0. This simplifies to (a+3)(a+4)=0(a + 3)(a + 4) = 0. Solutions are a=βˆ’3a = -3 and a=βˆ’4a = -4.

Explanation

First, get everything on one side so the equation equals zero. Then, factor the expression. Finally, use the Zero-Factor Principle to find the two values of xx that make the equation true.

Section 6

Equation must equal zero

Property

Before factoring and applying the Zero-Factor Principle, we must write the equation in standard form, so that one side of the equation is zero. For an equation like x(x+3)=18x(x + 3) = 18, we cannot apply the Zero-Factor principle.

Examples

  • A common mistake in solving x(xβˆ’2)=8x(x - 2) = 8 is to set x=8x=8 or xβˆ’2=8x-2=8. This is incorrect because the product on the right side is not zero.
  • To correctly solve x(xβˆ’2)=8x(x - 2) = 8, you must first distribute and rearrange: x2βˆ’2x=8x^2 - 2x = 8, which becomes x2βˆ’2xβˆ’8=0x^2 - 2x - 8 = 0.
  • After rearranging to x2βˆ’2xβˆ’8=0x^2 - 2x - 8 = 0, we can factor it into (xβˆ’4)(x+2)=0(x - 4)(x + 2) = 0. Now we can use the Zero-Factor Principle to find the correct solutions, x=4x = 4 and x=βˆ’2x = -2.

Explanation

The Zero-Factor Principle only works with zero! If a product equals 18, the factors could be 2 and 9, or 3 and 6. There are too many options. Only a product of zero guarantees a factor is zero.

Book overview

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

Continue this chapter

Chapter 6: Quadratic Equations

  1. Lesson 1

    Lesson 1: Extracting Roots

  2. Lesson 2

    Lesson 2: Some Quadratic Models

  3. Lesson 3Current

    Lesson 3: Solving Quadratic Equations by Factoring

  4. Lesson 4

    Lesson 4: Graphing Quadratic Equations

  5. Lesson 5

    Lesson 5: The Quadratic Formula

  6. Lesson 6

    Lesson 6: Chapter Summary and Review