Answer:
x = 4, x = -1
Explanation:
I presume that you are solving for the quadratic equation

We can use the quadratic formula for solving but in this simple equation it is easier to solve by factoring
First divide both sides by 3. This gives

We can rewrite this as

Rearranging terms,

Factoring out
we get

So either (x-4) = 0 which gives x=4
or
(x+1) = 0 which gives x = -1
If you simply wanted to factor the original expression and not solve it then it would be
3(x-4)(x+1)
Let me know if that works