That was quite a feat Chris, 
I will do it using remainder theorem.
For what value of c will the polynomial P(x) = -2x^3 + cx^2 - 5x + 2 have the same remainder when it is divided by x - 2 and by x + 1?
When P(x) is divided by x-2 the remainder will be p(2)=-2*8+c*4-10+2 = -16+4c-8 = 4c-24
When P(x) is divided by x+1 the remainder will be p(-1)=-2*-1+c*1+5+2=2+c+7 = 9+c
If these are the same then
4c-24=9+c
3c=33
c=11