What number should be subtracted from $4x^3+5x+3$ so that the resulting polynomial leaves remainder $-80$ when divided by $2x+5$?.
Let the required number to be subtracted be $K$.
let: $$P(x)=4x^3+5x+3-k$$
$$g(x)=2x+5=2(x+5/2)$$
Comparing $g(x)$ with $x-a $ , $a =\frac {-5}{2}$
Solving then gives $K=8$
but the answer in my book is $-152$. how?