How do you factor quadratic equations box method?

1 Answer
Mar 29, 2015

Here's an example:

Example: Factor #6x^2+7x-20#

You have #ax^2 + bx +c#

Multiply #ac# which, in this problem is #(6)(-20)= -120#

Fins two numbers whose product is #ac = -120#
and whose sum is #b=+7#

Because we want the product to be negative, one number is positive and the other is negative. Because we want the sum to be positive, the positive factor is the one with the greater absolute value.

We start the list:
# (-1)\(120) # the sum is not #+7#
# (-2)(60) # the sum is not #+7#
# (-3)(40) # the sum is not #+7#
# (-4)(30) # the sum is not #+7#
#(-5)(24) # the sum is not #+7#
#(-6)(20) # the sum is not #+7#
#7# is not a factor
#(-8)(15) # STOP the sum is #7#

Write #6x^2+7x-20# replacing #+7x# with #-8x+15x#
(Or by #+15x-8x# either will work.)

#6x^2+7x-20= 6x^2-8x +15x-20# Now factor by grouping:

#(6x^2-8x) +(15x-20)= 2x(3x-4)+5(3x-4)=(2x+5)(3x-4)#

The "factoring box" is a way of doing the factoring by grouping.

To use this box, you must first take out any factor that is common to all 3 terms. (If we had started with #24x^2+28x-80# we would have to first factor out the #4# to get #4(6x^2+7x-20)#

Put the first and last terms in main diagonal (upper left and lower right) Then put in the two terms we found above #-8x# and #+15x# in the other 2 places.

#((6x^2, +15x),(-8x,-20))#

Notice that each row has common factors and each column has common factors (in some problems the only common factor is #1#)

#((6x^2,+15x))# has common factor #3x#

and #((6x^2),(-8x))# has common factor #2x#

We'll write those factors on a new first row and a new left column:

#(( ,2x,+5),(3x,6x^2,+15x),(-4,-8x,-20))#

(The #-# is used where both are #-#.)
The factors are the top row and the left column:

#(2x+5)(3x-4)#

Using a different box

If we had put the #-8x# and #15x# in the other 2 places.

#((6x^2, -8x),(+15x,-20))#

#(( ,3x,-4),(2x,6x^2,-8x),(+5,+15x,-20))#

The factors are #(3x-4)(2x+5)#