document.write( "Question 254793: solve the following in synthetic division
\n" ); document.write( "2x^2+10x+12/x+3
\n" ); document.write( "2x^4+x^3-5x^2-9/x+2
\n" ); document.write( "x^3-3x^2+12/x+2
\n" ); document.write( "3x^4-4x^3+5x^2-7x-5/x-2
\n" ); document.write( "

Algebra.Com's Answer #187205 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
I'll do the first one to get you started.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "# 1\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's simplify this expression using synthetic division\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Start with the given expression \"%282x%5E2+%2B+10x+%2B+12%29%2F%28x%2B3%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "First lets find our test zero:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%2B3=0\" Set the denominator \"x%2B3\" equal to zero\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=-3\" Solve for x.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so our test zero is -3\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now set up the synthetic division table by placing the test zero in the upper left corner and placing the coefficients of the numerator to the right of the test zero.\n" ); document.write( "\n" ); document.write( "
-3|21012
|
\r
\n" ); document.write( "\n" ); document.write( "Start by bringing down the leading coefficient (it is the coefficient with the highest exponent which is 2)\r
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "
-3|21012
|
2
\r
\n" ); document.write( "\n" ); document.write( " Multiply -3 by 2 and place the product (which is -6) right underneath the second coefficient (which is 10)\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-3|21012
|-6
2
\r
\n" ); document.write( "\n" ); document.write( " Add -6 and 10 to get 4. Place the sum right underneath -6.\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-3|21012
|-6
24
\r
\n" ); document.write( "\n" ); document.write( " Multiply -3 by 4 and place the product (which is -12) right underneath the third coefficient (which is 12)\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-3|21012
|-6-12
24
\r
\n" ); document.write( "\n" ); document.write( " Add -12 and 12 to get 0. Place the sum right underneath -12.\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-3|21012
|-6-12
240
\r
\n" ); document.write( "\n" ); document.write( "Since the last column adds to zero, we have a remainder of zero. This means \"x%2B3\" is a factor of \"2x%5E2+%2B+10x+%2B+12\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now lets look at the bottom row of coefficients:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The first 2 coefficients (2,4) form the quotient\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"2x+%2B+4\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So \"%282x%5E2+%2B+10x+%2B+12%29%2F%28x%2B3%29=2x+%2B+4\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You can use this online polynomial division calculator to check your work.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );