document.write( "Question 1007166: Given the function f(x)=x^2-x+1, find each of the following. \r
\n" );
document.write( "\n" );
document.write( "f(10)
\n" );
document.write( "f(-7)
\n" );
document.write( "f(0)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623145 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We plug these values into the function \n" ); document.write( "f(x)=x^2-x+1 \n" ); document.write( "and get \n" ); document.write( "f(10) = 10^2 - 10 + 1 = 100 - 10 + 1 = 91 \n" ); document.write( "f(-7) = (-7)^2 - (-7) + 1 = 49 + 7 + 1 = 57 \n" ); document.write( "f(0) = 0^2 - 0 + 1 = 1 \n" ); document.write( " |