document.write( "Question 1008948: Given the function f(x)=x^2-x+8, find each of the following.\r
\n" );
document.write( "\n" );
document.write( "f(5)=
\n" );
document.write( "f(-7)=
\n" );
document.write( "f(0)= \n" );
document.write( "
Algebra.Com's Answer #624468 by Miniml1(17)![]() ![]() ![]() You can put this solution on YOUR website! The numbers 5,-7, and 0 get plugged into the equation for the letter x. The new equations are \n" ); document.write( "5^2 - 5 + 8 = 28 \n" ); document.write( "-7^2 - -7 + 8 = 64 \n" ); document.write( "0^2 - 0 + 8 = 8 \n" ); document.write( " \n" ); document.write( " |