document.write( "Question 199762: Find the quotient and the remainder. Choose from below.
\n" ); document.write( "(x^4-2x^2+3) divided by (x+1)\r
\n" ); document.write( "\n" ); document.write( "A) x^3+x^2-x-1,2
\n" ); document.write( "B) x^3-x^2-x+1,2
\n" ); document.write( "C) x^2-3x+3,0
\n" ); document.write( "D) x^2-3x+4,-1
\n" ); document.write( "

Algebra.Com's Answer #150143 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\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 \"%28x%5E4+-+2x%5E2+%2B+3%29%2F%28x%2B1%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%2B1=0\" Set the denominator \"x%2B1\" equal to zero\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x=-1\" Solve for x.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so our test zero is -1\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.(note: remember if a polynomial goes from \"1x%5E4\" to \"-2x%5E2\" there is a zero coefficient for \"x%5E3\". This is simply because \"x%5E4+-+2x%5E2+%2B+3\" really looks like \"1x%5E4%2B0x%5E3%2B-2x%5E2%2B0x%5E1%2B3x%5E0\"\n" ); document.write( "\n" ); document.write( "
-1|10-203
|
\r
\n" ); document.write( "\n" ); document.write( "Start by bringing down the leading coefficient (it is the coefficient with the highest exponent which is 1)\r
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "
-1|10-203
|
1
\r
\n" ); document.write( "\n" ); document.write( " Multiply -1 by 1 and place the product (which is -1) right underneath the second coefficient (which is 0)\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-1|10-203
|-1
1
\r
\n" ); document.write( "\n" ); document.write( " Add -1 and 0 to get -1. Place the sum right underneath -1.\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-1|10-203
|-1
1-1
\r
\n" ); document.write( "\n" ); document.write( " Multiply -1 by -1 and place the product (which is 1) right underneath the third coefficient (which is -2)\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-1|10-203
|-11
1-1
\r
\n" ); document.write( "\n" ); document.write( " Add 1 and -2 to get -1. Place the sum right underneath 1.\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-1|10-203
|-11
1-1-1
\r
\n" ); document.write( "\n" ); document.write( " Multiply -1 by -1 and place the product (which is 1) right underneath the fourth coefficient (which is 0)\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-1|10-203
|-111
1-1-1
\r
\n" ); document.write( "\n" ); document.write( " Add 1 and 0 to get 1. Place the sum right underneath 1.\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-1|10-203
|-111
1-1-11
\r
\n" ); document.write( "\n" ); document.write( " Multiply -1 by 1 and place the product (which is -1) right underneath the fifth coefficient (which is 3)\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-1|10-203
|-111-1
1-1-11
\r
\n" ); document.write( "\n" ); document.write( " Add -1 and 3 to get 2. Place the sum right underneath -1.\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
-1|10-203
|-111-1
1-1-112
\r
\n" ); document.write( "\n" ); document.write( "Since the last column adds to 2, we have a remainder of 2. This means \"x%2B1\" is not a factor of \"x%5E4+-+2x%5E2+%2B+3\"\r
\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 4 coefficients (1,-1,-1,1) form the quotient\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E3+-+x%5E2+-+x+%2B+1\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "and the last coefficient 2, is the remainder, which is placed over \"x%2B1\" like this\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"2%2F%28x%2B1%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Putting this altogether, we get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E3+-+x%5E2+-+x+%2B+1%2B2%2F%28x%2B1%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So \"%28x%5E4+-+2x%5E2+%2B+3%29%2F%28x%2B1%29=x%5E3+-+x%5E2+-+x+%2B+1%2B2%2F%28x%2B1%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "which looks like this in remainder form:\r
\n" ); document.write( "\n" ); document.write( "\"%28x%5E4+-+2x%5E2+%2B+3%29%2F%28x%2B1%29=x%5E3+-+x%5E2+-+x+%2B+1\" remainder 2\r
\n" ); document.write( "
\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" ); document.write( "\n" ); document.write( "If you have any questions, email me at jim_thompson5910@hotmail.com.
\n" ); document.write( "Check out my website if you are interested in tutoring.
\n" ); document.write( "
\n" );