document.write( "Question 385132: Hello,
\n" );
document.write( "I have one more division of polynomials to figure out...\r
\n" );
document.write( "\n" );
document.write( "Use synthetic division to divide: (4x^4-4x^3-8x-13)/(x-2)\r
\n" );
document.write( "\n" );
document.write( "Thanks for the help. I really appreciate it!\r
\n" );
document.write( "\n" );
document.write( "Karen \n" );
document.write( "
Algebra.Com's Answer #272526 by armstrkl(28)![]() ![]() You can put this solution on YOUR website! 4 -4 0 -8 -13 (coefficients - there is a 0 for 0x^2) \n" ); document.write( " 8 8 16 16 (results of mulitplying by 2) \n" ); document.write( " 4 4 8 8 3 (coefficient results of synthetic division)\r \n" ); document.write( "\n" ); document.write( "the #'s arent going to line up right but hopefully you know where they should go since you are familiar with synthetic division.\r \n" ); document.write( "\n" ); document.write( "4x^3 + 4x^2 + 8x + 8 + 3/(x-2) answer (quotient + remainder/divisor)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |