How do you factor y=2x^2+11x+12 ?

2 Answers
Aug 2, 2016

y = (2x + 3)(x+4)

Explanation:

Find factors of 2 and 12 which add together to give 11.

find the cross products and add. There is some trial and error.

" 2 3" rArr 1xx3 = 3
" 1 4" rArr 2xx4 = 8 " "3+8=11

The signs are the same they are both positive.

y = (2x + 3)(x+4)

Aug 2, 2016

(x+4)(2x+3)

Explanation:

First, let's find the zeros of the function y by solving the equation:

2x^2+11x+12=0

x=(-11+-sqrt(11^2-4*2*12))/(2*2)

x=(-11+-sqrt(121-96))/4

x=(-11+-sqrt(25))/4

x=(-11+-5)/4

x_1=-4 and x_2=-3/2

You can factor a trynomial:

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

and have:

2x^2+11x+12=2(x+4)(x+3/2)

that's

(x+4)(2x+3)