equation: $2x^2 - 11x - 6$
Using the quadratic formula, I have found the zeros: $x_1 = 6, x_2 = -\frac{1}{2}$
Plug the zeros in: $2x^2 + \frac{1}{2}x - 6x - 6$
This is where I get lost. I factor $-6x - 6$ to: $-6(x + 1)$, but the answer says otherwise. I am also having trouble factoring the left side.
Could someone please explain to me why the answer to the question was: $(x - 6)(2x + 1)$. How does $-\frac{1}{2}$ become $1$?
Multiply the first and last coefficient:
$$2\cdot (-6) = -12$$
You want factors of $-12$ which sum to $-11$. They are $-12$ and $+1$.
$$2x^2 - {\bf 11x}-6$$
$$2x^2 {\bf -12x + 1x}-6$$
$$2x(x-6) + 1(x-6)$$
$$(2x+1)(x-6)$$
Addendum: Knowing just the roots is not enough. You have foudn the roots to be $x=-\frac{1}{2}$ and $x=6$, so the polynomial will be "similar" to
$$\left(x+\frac{1}{2}\right)(x-6)$$
Multiplying by $2$ will give you
$$(2x+1)(x-6)$$
which is the correct factorization. But it is possible to have started with $$4x^2-22x-12$$ which will have the same roots, and so this process would not produce the correct factorization of $$4x^2-22x-12=2(2x+1)(x-6)$$. What you could do, is look at the leading coefficient of the starting polynomial and realize you'll need to multiply $ \left(x+\frac{1}{2}\right)(x-6)$ by $4$ instead. This is kind of annoying, so I would stick to the above method.