Jeffrey K. answered 08/18/20
Together, we build an iron base in mathematics and physics
Dan, here's how to do this.
P(x) = -x3 - mx2 +nx - 5m
The remainder when P is divided by (x - 2) is P(2) = -(2)3 - m(22) +n(2) - 5m
We are told that this equals 1 so -8 - 4m + 2n - 5m = 1
=> -9m + 2n = 9 . . . . . . . . . . . . (1)
Similarly, since (x + 1) is a factor, it divides exactly into P => P(-1) = 0
Therefore, -(-1)3 - m(-1)2 + n(-1) - 5m = 0
-(-1) - m(1) - n - 5m = 0
=> -6m - n = -1 . . . . . . . . . . . .(2)
To solve these simultaneous equations, add 2 x (2) to (1); -21m = 11
=> m = 7/21 = 1/3
Substitute in (1): -9(1/3) + 2n = 9
-3 + 2n = 9
2n = 12
n = 6
∴ Solution: (m, n) = (1/3, 6)