How do you factor #6x^2 + 7x - 20 = 0#?

3 Answers
Mar 27, 2015

A quadratic equation is simply another way of solving a problem if the solution cannot be factored logically.

First we can start with some quick review:

Let’s say we have the equation #x^(2)+ 2x - 3# for example. This equation could be solved logically using the factors of the first and last terms.

To begin, we can state the factors of the first term, #x^(2)#. Imagine there’s an invisible 1 in front of the #x^(2)#, therefore the factors are 1, because only #1 * 1, or -1*-1# will multiply to get one. Then we can analyze the third term, #-3#. The factors of #-3# are either #1 * -3, or -1 * 3#.

Now we can check and see if any of the factors can combine in order to get a #+2#, the middle term (don’t worry about the x’s, those will carry over). Recall #1= -1, 1#, and #-3 = 1, -1, 3, -3#

From our factors we can use a -1 and a 3 to get +2. Therefore,
#(x+3)(x-1)=0# is our derived factorization. Then plug in the values to make the statement true, -3 or 1 will both result in an answer of 0 and our the possible values for x.

However , when the logical factorization seen above is not possible, we can plug our numbers into the quadratic equation .

#ax^(2)+bx+c# is the standard way we view an equation. Using the values from the equation above, #a= 1, b=2, and c=-3#.

After our a, b, and c values are found we can plug them into the actual quadratic equation.

#(-b+-sqrt(b^(2)-4ac))/(2a)#

Note : This equation may look intimidating, but as long as you follow factoring rules, you should have no problem. It’s totally normal to come out with an answer containing square roots.

Mar 29, 2015

Here's a somewhat mechanical approach:

To factor #6x^2+7x-20#

You have #ax^2 + bx +c#

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

Find 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)#

Check the answer by multiplying.

#6x^2+7x-20=0#
#(2x+5)(3x-4)=0#
#2x+5=0# or #3x-4=0#

#x=(-5)/2# or #x=4/3#

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)=0#)

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 othe 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)#

Jun 26, 2015

We can factorize it easily.

Explanation:

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

We need to multiply the coefficient of #x^2# which is 6 with constant which is 20 and then we get 120. Then we need to find two numbers which would be equal to 120 when multiplied and equal to 7 when subtracted. Such numbers are 15 & 8 because (15-8)=7 and (15 x 8)=120.
The we put "(15-8)" before the the variable #x# and multiply it with #x # and we get #6x^2+15x-8x-20# . Then we take #3x# in common from the first half and then we take #-4# in common from the 2nd half. We get the answers.