How do you factor a quadratic when the leading coefficient is not 1?

Factoring a quadratic like ax2+bx+cax^2 + bx + c when aa is not 1 means breaking the expression down into a product of two binomials. The most reliable way to do this is called the ac method, which relies on factoring by grouping.

Think of this like splitting a complicated restaurant bill. Instead of trying to guess exactly who owes what right away, you find an intermediate total to help you split the costs fairly. The ac method gives you that intermediate step by temporarily multiplying the outer numbers to figure out exactly how to split the middle term.

What is the ac method?

The ac method gets its name from the standard form of a quadratic, ax2+bx+cax^2 + bx + c. First, you multiply the leading coefficient aa by the constant term cc. Next, you look for two numbers that multiply to make this new product (acac) and add up to make the middle coefficient (bb).

Once you find those two numbers, you use them to split the middle term (bxbx) into two separate terms. Finally, you factor the resulting four-term polynomial by grouping. You group the first two terms together and the last two terms together, factor out the greatest common factor from each pair, and then factor out the common binomial.

Why this method works

Factoring is just multiplying in reverse. When you multiply two binomials using the FOIL method, you end up with four terms before you combine the like terms in the middle. The ac method simply un-combines those middle terms.

By finding factors of acac that add to bb, you are mathematically guaranteeing that the four terms will group perfectly. It takes the guesswork out of the process, ensuring you do not have to blindly test dozens of binomial combinations.

Where students slip up

The most common mistake happens right at the beginning: forgetting to check for a Greatest Common Factor (GCF) across all three original terms. If your quadratic is 4x2+10x+64x^2 + 10x + 6, you can factor out a 2 first to get 2(2x2+5x+3)2(2x^2 + 5x + 3). This makes the numbers much smaller and easier to work with.

Another frequent slip-up involves negative signs. When splitting the middle term and grouping, if the third term is negative, you must factor out a negative GCF from the second grouping. This ensures the binomials in the parentheses match exactly.

Worked through

Factor the quadratic expression 2x2+11x+122x^2 + 11x + 12.

First, identify a=2a = 2, b=11b = 11, and c=12c = 12. There is no GCF for all three terms.

Next, multiply aa and cc: 2×12=242 \times 12 = 24. We need two numbers that multiply to 24 and add to 11. Testing the factors of 24, we find that 8 and 3 work (8×3=248 \times 3 = 24 and 8+3=118 + 3 = 11).

Now, rewrite the original expression by splitting the middle term 11x11x into 8x+3x8x + 3x: 2x2+8x+3x+122x^2 + 8x + 3x + 12

Group the terms into pairs: (2x2+8x)+(3x+12)(2x^2 + 8x) + (3x + 12)

Factor out the GCF from each pair. The first pair shares a 2x2x, and the second pair shares a 33: 2x(x+4)+3(x+4)2x(x + 4) + 3(x + 4)

Both terms now contain the binomial (x+4)(x + 4). Factor that out to get the final answer: (2x+3)(x+4)(2x + 3)(x + 4)

Questions students ask

Ask about this topic

Where this comes from: OpenStax Intermediate Algebra 2e, Chapter 6: Factoring Polynomials · Khan Academy, Algebra 1: Quadratics Multiplying and Factoring

See also