How do you factor 6x2+8x+2?

2 Answers
May 19, 2015

We can Split the Middle Term of this expression to factorise it
In this technique, if we have to factorise an expression like ax2+bx+c, we need to think of 2 numbers such that:
N1N2=ac=62=12
AND
N1+N2=b=8
After trying out a few numbers we get N1=6 and N2=2
62=12, and 6+2=8

6x2+8x+2=6x2+6x+2x+2

=6x(x+1)+2(x+1)

(x+1) is a common factor to each of the terms

=(x+1)(6x+2)

=2(x+1)(3x+1)

May 19, 2015

There is another shortcut that avoids the lengthy factoring by grouping.

y=2(3x2+4x+1).

Since a + b + c = 0, the trinomial in parentheses has one factor (x + 1) and another (x + c/a) = (x + 1/3)

Factored form: f(x)=2(x+1)(x+13)=2(x+1)(3x+1)

Check by developing: f(x)=2(3x2+x+3x+1) .OK

Reminder of the shortcut for f(x) = ax^2 + bx + c = 0.
1. When a + b + c = 0, one real roots is (1) and the other is (c/a)
2. When a - b + c = 0, one real root is (-1) and the other is (-c/a)

Remember this TIP. It will save you a lot of time and effort.