Notebook
00:06
12 Apr 2026

The Splitting-the-Middle-Term Procedure

Welcome! Today we're learning The Splitting-the-Middle-Term Procedure — the workhorse method for factoring quadratics.

You know that factoring a polynomial and setting each factor to zero gives you the zeros.

But how do you factor in the first place?

The standard technique is splitting the middle term:

StepWhat you do
1Replace bxbx with two terms
2Their coefficients multiply to a×ca \times c
3Their coefficients add to bb
4Grouping does the rest

This is the workhorse method — it handles every factorable quadratic you will encounter in this chapter.

1. Computing a*c and finding the pair

Let's check your understanding of the splitting the middle term method for factoring quadratics.

The method begins with two key computations:

  1. Calculate the product a×ca \times c
  2. Find two numbers whose product equals a×ca \times c AND whose sum equals bb

This is the critical decision point of the entire factoring process.

📋 Given Info

Here's an example to remind you how it works:

For 2x2+5x122x^2 + 5x - 12:

  • a=2a = 2, b=5b = 5, c=12c = -12
  • Compute a×c=2×(12)=24a \times c = 2 \times (-12) = -24
  • Find two numbers with product 24-24 and sum 55

Since the product is negative, one number must be positive and the other negative.

  • The pair is 88 and 3-3found it!
    • Check: 8×(3)=248 \times (-3) = -24
    • Check: 8+(3)=58 + (-3) = 5
✍️ Question

Your turn! 🧮

For 3x2+10x+83x^2 + 10x + 8:

  1. Compute a×ca \times c
  2. Find two numbers whose product equals a×ca \times c AND whose sum equals bb
  3. Verify both conditions

Show your work!

Here is the systematic approach to finding the pair:

Step 1: Compute a×c=3×8=24a \times c = 3 \times 8 = 24.

Step 2: Note the target sumThe coefficient b is your target sum: b=10b = 10targetThis is what your two numbers must add to.

✍️ MCQ
Choose one
We need two numbers with product 2424 and sum 1010. Since the product is positive and the sum is positive, what can we conclude about the signs of both numbers?

Step 3: Since a×c=24>0a \times c = 24 > 0The sign of the product tells you what to look for and b=10>0b = 10 > 0The sign of b guides your search, both numbers must be positiveBoth positive means both factors are positive.

Step 4: List factor pairs of 24Two numbers that multiply to 24: (1,24)(1, 24), (2,12)(2, 12), (3,8)(3, 8), (4,6)(4, 6).

Step 5: Check sums: 1+24=251+24 = 25, 2+12=142+12 = 14, 3+8=113+8 = 11, 4+6=104+6 = 10This pair sums to our target. Found it!We found the matching pair

The pair is 6 and 4answerThe two numbers we need: product =24= 24Check that product equals 24, sum =10= 10Check that sum equals 10.

✍️ MCQ
Choose one
For 2x2+5x122x^2 + 5x - 12, we need two numbers with product 24-24 and sum 55. Which pair works?

Sign rule:Tells you what kind of numbers to look for

  • If a×c>0a \times c > 0 and b>0b > 0Check these signs first to narrow your search, both numbers are positiveBoth factors will be positive.
  • If a×c>0a \times c > 0 and b<0b < 0Product positive but sum negative, both numbers are negativeBoth factors will be negative.
  • If a×c<0a \times c < 0Negative product means mixed signs, one number is positive and one is negativeYou need one of each sign.
✍️ MCQ
Choose one
For 2x2+5x122x^2 + 5x - 12, we have a×c=24a \times c = -24 (negative). According to the sign rule, what can we say about the two numbers we need?

2. Splitting, grouping, and extracting the common factor

Once you have the pair, the rest is mechanical:

  1. Split the middle term
  2. Group into two pairs
  3. Extract the GCF from each pair
  4. Extract the common binomial factor

This is the second half of the procedure.

📋 Given Info

For 3x2+10x+83x^2 + 10x + 8, the pair is 6 and 4.

Split: 3x2+6x+4x+83x^2 + 6x + 4x + 8

Now it's your turn to group and extract common factors.

✍️ Question

Complete the factoring:

Split 3x2+10x+83x^2 + 10x + 8 using the pair (6,4)(6, 4), then group and extract the common factor.

Show your work step by step.

After finding the pair (6,4)(6, 4), the grouping is mechanicalNo thinking required, just follow the steps:

SplitRewrite as two separate terms that add up to the original: 3x2+10x+8=3x2+6x+4x+83x^2 + 10x + 8 = 3x^2 + 6x + 4x + 8

10x=6x+4x10x = 6x + 4xThe sum must equal the original coefficient

(sum=10)6+4=106 + 4 = 10That's how you verify you did it right

✍️ MCQ
Choose one
Why did we split 10x10x into 6x+4x6x + 4x specifically, and not some other combination like 5x+5x5x + 5x?

GroupWe group to create pairs that share a common factor: (3x2+6x)+(4x+8)(3x^2 + 6x) + (4x + 8)

Extract GCF from each group:

  • From 3x2+6x3x^2 + 6x: GCF is 3x3x. Factor: 3x(x+2)3x(x + 2)
  • From 4x+84x + 8: GCF is 44. Factor: 4(x+2)4(x + 2)

(Both groups must have the same bracket after factoring)

✍️ MCQ
Choose one
After extracting the GCF from both groups, we got 3x(x+2)+4(x+2)3x(x + 2) + 4(x + 2). What is the common binomial factor?

Both groups share the common factor (x+2)(x + 2)This shared factor confirms our splitting worked. Extract it:

3x(x+2)+4(x+2)=3x(x + 2) + 4(x + 2) = <penactions="circle"circlecolor="green"circleannotation="final"narrationText="xplus2times3xplus4"commentary="Productoftwosimplerexpressions">(x+2)(3x+4)<pen actions="circle" circle-color="green" circle-annotation="final" narrationText="x plus 2 times 3 x plus 4" commentary="Product of two simpler expressions">(x + 2)(3x + 4)(Two linear factors multiplied together) </pen></pen>

✍️ MCQ
Choose one
What is the fully factored form of 3x2+10x+83x^2 + 10x + 8?

If the two groups had different binomials — say 3x(x+2)3x(x + 2) and 4(x+1)4(x + 1) — that would mean the pair (6,4)(6, 4) was wrong. Go back and try another pair. The grouping step is a built-in error check.If binomials don't match, you picked the wrong pair

3. Handling negative a*c (one positive, one negative number)

Now let's tackle a slightly trickier case!

When a×ca \times c is negative, the pair of numbers we're looking for must have one positive and one negative number.

This is a bit harder because you need to get both the product AND the sum right with mixed signstricky!.

📋 Given Info

Here's your challenge:

For the quadratic 2x2x62x^2 - x - 6:

  • a=2a = 2, b=1b = -1, c=6c = -6
  • a×c=2×(6)=12a \times c = 2 \times (-6) = -12

Since a×c<0a \times c < 0, one number must be positive and the other negative.

✍️ Question

Factor 2x2x62x^2 - x - 6 by splitting the middle term.

Show:

  1. The pair of numbers (product =12= -12, sum =1= -1)
  2. The split middle term
  3. The final factored form

When a×ca \times c is negativeA negative product is your signal, the two numbers you're looking for must have opposite signsWhat kind of factor pairs to look for — one positive and one negative.

Why opposite signs?

For the product to be negative, one factor must be positive and one must be negativeOnly way to get a negative product.

In our example: a×c=2×(6)=12a \times c = 2 \times (-6) = -12Don't check pairs with same signs

Since 12<0-12 < 0, we need numbers like (+3)(+3) and (4)(-4) where:

  • Product: (+3)×(4)=12(+3) \times (-4) = -12
  • Sum: (+3)+(4)=1=b(+3) + (-4) = -1 = b
✍️ MCQ
Choose one
For 2x2x62x^2 - x - 6, we found the pair (+3,4)(+3, -4). What is the correct way to split the middle term x-x?

For 2x2x62x^2 - x - 6: we have a×c=2×(6)=12a \times c = 2 \times (-6) = -12a times c gives you the target product, and b=1b = -1b is your target sum.

The factor pairs of 12 are: (1,12)(1, 12), (2,6)(2, 6), (3,4)(3, 4).

✍️ MCQ
Choose one
We need two numbers with product 12-12 and sum 1-1. Since the sum is negative and small, which number should be negative — the larger one or the smaller one?

Since the product must be negative, one number is positive and one is negative. We need the sum to be 1-1, so the larger numberlarger factor gets the negative sign (in absolute value) should be negativelarger factor gets the negative sign.

This means we're looking at: +1+1 and 12-12? Sum is 11-11. Too negative. +2+2 and 6-6? Sum is 4-4. Still too negative. +3+3 and 4-4? Sum is 1-1. That's it!

Let's verify our pair: 4-4 and +3+3.

  • Product: (4)×3=12(-4) \times 3 = -12 matches!Must verify the product matches
  • Sum: 4+3=1-4 + 3 = -1 (exact!)(Must verify the sum matches too)

Both conditions are satisfied!If either fails, wrong pair

🎯 These are our numbers!These numbers are what we use next

The pair (4,+3)(-4, +3) will split the middle termBreak one term into two for grouping x-x into 4x+3x-4x + 3xSo you can group and factor.

Now we complete the factoring:

SplitThis is the crucial step in the method: 2x22x^2 - 4x+3x4x + 3x(These multiply to negative 12 and add to negative 1) 6- 6

Group(Just pair terms together in sequence): (( 2x24x2x^2 - 4xFirst pair stays together )+() + ( 3x63x - 6Second pair stays together ))

ExtractPull out the greatest common factor: 2x2xGCF(Both groups must yield matching brackets) (x2)+(x - 2) + (GCF)33(Check your split if brackets don't match) (x2)(x - 2)

✍️ MCQ
Choose one
Both groups have the common factor (x2)(x - 2). When we factor this out from 2x(x2)+3(x2)2x(x - 2) + 3(x - 2), what will be the other factor?

Common factorThe shared factor that makes the method work: (x2)(2x+3)(x - 2)(2x + 3)The completely factored expression

The zerosWhat we solve for at the end are x=x = 22zeroSet x minus 2 equals zero and x=x = 32-\frac{3}{2}zeroSet 2x plus 3 equals zero.