A Question Regarding Remainder Theorem

92 Views Asked by At

What is the remainder when $x^3 + 3x^2 - x - 2$ is divided by $(x+3)(x+5)$? You have to solve this using the remainder theorem, which states: If $f(x)$ is divided by $(x-p)$, giving a quotient $g(x)$ and a remainder $r$ then $r = f(p)$.

I expanded $(x+3)(x+5)$ to try and find $p$. $$(x+3)(x+5) = x^2 + 8x + 15 = 8x + x^2 + 15$$ $$p = -\frac{x^2+15}{8}$$

When I tried to solve for $f(p)$, I got a term of order six, which is $x^6$, I knew this is wrong. Can someone point out my mistake and give me the right answer.

1

There are 1 best solutions below

1
On BEST ANSWER

Since the divisor has degree $2$, the remainder has degree $1$. Write it as $r(x)=ax+b$: $$ x^3 + 3x^2 - x - 2 = q(x)(x+3)(x+5)+ax+b $$ Plug $x=-3$ and $x=-5$ to find $a$ and $b$.