How do you factor 3x^2-2x-83x22x8?

1 Answer
Feb 3, 2015

The solution is: (3x+4)(x-2)(3x+4)(x2)

The polynomial is of the type ax^2+bx+cax2+bx+c.

There are two ways to factor.

The first one:

we have to find two numbers whose sum is -22 (that is cc) and whose product is -2424 (that is a*cac).

-24=-1*2424=124
-24=-24*124=241
-24=-2*1224=212
-24=-12*224=122
-24=-3*824=38
-24=-8*324=83
-24=-4*624=46
-24=-6*424=64

The couple of numbers whose sum is -22 is -6,46,4.

Now we have to "split" the monomial -2x2x in two parts: -2x=-6x+4x2x=6x+4x.

So our polynomial becomes:

3x^2-6x+4x-8=3x(x-2)+4(x-2)=(x-2)(3x+4)3x26x+4x8=3x(x2)+4(x2)=(x2)(3x+4).

If it is known the way to solve an equation of 2° degree, here there is the second way to factor it:

We can imagine that this polynomial "becomes" an equation:

3x^2-2x-8=03x22x8=0, we can calculate the quantity

Delta=b^2-4ac=4+96=100,

and than we have to use this formula:

x_(1,2)=(-b+-sqrtDelta)/(2a)=(2+-10)/6rArrx_1=-4/3;x_2=2.

And now we have to use the formula:

ax^2+bx+c=a(x-x_1)(x-x_2).

So:

3x^2-2x-8=3(x+4/3)(x-2)=(3x+4)(x-2)