I was searching for a method that would allow me to factor polynomials like this one
$x^3 - 13x^2 +(14+4y)x + 8y=0$
I failed, I've only found how to factor by grouping or long division with already given root. That's useless for me in this case, what can I do here?