document.write( "Question 1130006: Let f (x)=x^3+7x^2-12x-3.Calculate f(5) using two methods: the long
\n" ); document.write( "division and synthetic division
\n" ); document.write( "

Algebra.Com's Answer #746682 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Each method is merely a procedure.
\n" ); document.write( "Result will be 237.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "5   |   1   7   -12   -3\r\n" );
document.write( "    |       5    60   240\r\n" );
document.write( "    |_____________________\r\n" );
document.write( "        1  12    48   237\r\n" );
document.write( "
\n" ); document.write( "
\n" );