document.write( "Question 46047: Find the quotient and remainder when : x^4-2x2+5x-4 is divided by x+3. Use either long or sythetic division \n" ); document.write( "
Algebra.Com's Answer #30565 by venugopalramana(3286) You can put this solution on YOUR website! Find the quotient and remainder when : x^4-2x2+5x-4 is divided by x+3. Use either long or sythetic division \n" ); document.write( "X+3=0....X=-3\r \n" ); document.write( "\n" ); document.write( "-3...|..1.....+0.......-2.......+5........-4 \n" ); document.write( ".....|..0.....-3........9.......-21.......48 \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "........1.....-3........7.......-16.......44 \n" ); document.write( "REMAINDER=44 \n" ); document.write( "QUOTIENT=X^3-3X^2+7X-16 \n" ); document.write( " |