Let us find s and r if (x+3) is a factor of sx3+rx2−28x+15 and has a remainder of −60 when divided by (x−3).
By the polynomial remainder theorem (little Bézout's theorem), the remainder of the division of a polynomial f(x)=sx3+rx2−28x+15 by a linear polynomial x−a is equal to f(a). Therefore, we have the following system of linear equations
{s(−3)3+r(−3)2−28(−3)+15=0s⋅33+r⋅32−28⋅3+15=−60
which is equivalent to the following systems:
{−27s+9r+99=027s+9r−9=0
{−27s+9r+99=018r+90=0
{−27s=−9r−99r=−5
{−27s=−54r=−5
{s=2r=−5
Answer: s=2, r=−5.
Comments