Question 988690

Write a polynomial division that has a quotient of x+3 and a remainder of 2
<pre>First, choose a divisor, such as x + 1
Formula to form polynomial: {{{(D * Q + R)/D}}}, with:
D being the divisor
Q being the quotient, and
R being the remainder

With x + 1 being the chosen divisor, {{{(D * Q + R)/D}}} becomes:
{{{((x + 1)(x + 3) + 2)/(x + 1)}}}
{{{(x^2 + 4x + 3 + 2)/(x + 1)}}}
Polynomial: {{{highlight_green((x^2 + 4x + 5)/(x + 1))}}}