Usually when the instructor gives you a problem, the point is to teach something you are studying. I doubt if you are studying how to find roots.
I will assume the roots,or at least one, is a integer. try simple integers, such as 0,1,-1,2,-2
------------------------------------------------------------------------------------------
2z^3+3z^2-3z-2
let z=0
2[0]+3[0]-3[0]-2
remainder -2 not a root
let z=-1
2[-1]^3+3[-1]^2-3[-1] -2
-2+3+3-2
remainder 2 not a root
let z=1
2[1]^3 +3[1]^2-3[1]-2
2+3-3-2
remainder 0; 1 is a root
z=1 or [z-1] is a factor
then factor the equation where one of the factors is [z-1]
[z-1][whatever we got, I don't remember]
Arthur