document.write( "Question 1010449: Given the function f(x)=x^2-x+9, find each of the following. \r
\n" );
document.write( "\n" );
document.write( "f(8)
\n" );
document.write( "f(-7)
\n" );
document.write( "f(0) \n" );
document.write( "
Algebra.Com's Answer #625873 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We merely plug into the function \n" ); document.write( "f(x) = x^2 - x + 9 \n" ); document.write( "so that \n" ); document.write( "f(8) = 64 - 8 + 9 = 65 \n" ); document.write( "f(-7) = 49 + 7 + 9 = 65 \n" ); document.write( "f(0) = 0 - 0 + 9 = 9 \n" ); document.write( " |