document.write( "Question 628479: Use synthetic division and the remainder theorem to find the value of the given function
\n" ); document.write( "f(4)=answer
\n" ); document.write( "formula=f(x)=x^4+3x^2+5
\n" ); document.write( "

Algebra.Com's Answer #395670 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
Using synthetic division to divide \"x%5E4%2B3x%5E2%2B5\" by x-4:
\n" ); document.write( "
\r\n" );
document.write( "4 |   1   0   3   0    5   <== Note the zeros for the missing x^3 and x terms\r\n" );
document.write( "===       4  16  76  304 \r\n" );
document.write( "     ===================\r\n" );
document.write( "      1   4  19  76  309\r\n" );
document.write( "

\n" ); document.write( "The remainder is in the lower right corner. According to the Reminder Theorem this is f(4): 309.
\n" ); document.write( "
\n" );