document.write( "Question 423967: solve using long division, then check
\n" );
document.write( "(x^3-64)+(x-4)
\n" );
document.write( "once again I did do the problem but not sure if I did it right.
\n" );
document.write( "and I did do the check right.
\n" );
document.write( "answer was x^2+4x+16 \n" );
document.write( "
Algebra.Com's Answer #295625 by linht117(37)![]() ![]() ![]() You can put this solution on YOUR website! use synthetic division \n" ); document.write( "4 | 1,0,0,-64 \n" ); document.write( " __0,4,16,64_______ \n" ); document.write( " 1,4,16,0\r \n" ); document.write( "\n" ); document.write( "x^2+4x+16 \n" ); document.write( "yes, you are correct! \n" ); document.write( " |