document.write( "Question 988690: Write a polynomial division that has a quotient of x+3 and a remainder of 2 \n" ); document.write( "
Algebra.Com's Answer #609207 by MathTherapy(10559)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Write a polynomial division that has a quotient of x+3 and a remainder of 2
\n" ); document.write( "
First, choose a divisor, such as x + 1
\n" ); document.write( "Formula to form polynomial: \"%28D+%2A+Q+%2B+R%29%2FD\", with:
\n" ); document.write( "D being the divisor
\n" ); document.write( "Q being the quotient, and
\n" ); document.write( "R being the remainder\r
\n" ); document.write( "\n" ); document.write( "With x + 1 being the chosen divisor, \"%28D+%2A+Q+%2B+R%29%2FD\" becomes:
\n" ); document.write( "\"%28%28x+%2B+1%29%28x+%2B+3%29+%2B+2%29%2F%28x+%2B+1%29\"
\n" ); document.write( "\"%28x%5E2+%2B+4x+%2B+3+%2B+2%29%2F%28x+%2B+1%29\"
\n" ); document.write( "Polynomial: \"highlight_green%28%28x%5E2+%2B+4x+%2B+5%29%2F%28x+%2B+1%29%29\" \n" ); document.write( "
\n" );