How to solve a quadratic equation by factoring

Factoring a quadratic equation requires expressing the standard form ax2+bx+c=0ax^2 + bx + c = 0 as a product of two linear binomials. This method applies exclusively when the roots are rational numbers, which occurs when the discriminant b24acb^2 - 4ac is a perfect square.

The setup

Move all terms to one side of the equation to achieve the standard form ax2+bx+c=0ax^2 + bx + c = 0. Ensure the opposite side is exactly zero. If aa is negative, multiplying the entire equation by 1-1 often simplifies the factoring process.

The steps

  1. Identify coefficients aa, bb, and cc. 2. Find two numbers that multiply to acac and add to bb. 3. Rewrite the middle term bxbx using these two numbers. 4. Factor by grouping to produce the form (px+q)(rx+s)=0(px + q)(rx + s) = 0. 5. Apply the zero product property by setting each binomial factor to zero. 6. Solve each resulting linear equation for xx.

Checking the result

Substitute each calculated root back into the original equation. Evaluate both sides to verify they yield a true identity, such as 0=00 = 0. Verify both roots independently.

Common errors

Attempting to factor before setting the equation to zero is a critical error. Another frequent mistake is dividing the entire equation by a variable expression, which permanently deletes one of the valid roots.

Worked example

Solve 2x2=5x+32x^2 = 5x + 3 by factoring.

First, rewrite in standard form: 2x25x3=02x^2 - 5x - 3 = 0. Here, a=2a=2, b=5b=-5, c=3c=-3. The product ac=6ac = -6. We need two numbers that multiply to 6-6 and add to 5-5. These numbers are 6-6 and 11. Rewrite the middle term: 2x26x+x3=02x^2 - 6x + x - 3 = 0. Factor by grouping: 2x(x3)+1(x3)=02x(x - 3) + 1(x - 3) = 0. Factor out the common binomial: (2x+1)(x3)=0(2x + 1)(x - 3) = 0. Set each factor to zero: 2x+1=02x + 1 = 0 yields x=1/2x = -1/2. x3=0x - 3 = 0 yields x=3x = 3. The solutions are x=1/2x = -1/2 and x=3x = 3.

FAQ

Run your own problem

References: OpenStax College Algebra, Chapter 2.5 · Khan Academy, Quadratics: Solving by factoring

See also