document.write( "Question 43381: Evaluate each function to the value specified
\n" );
document.write( "f(x) =x squared - 7x + 10; find (a)f(0), (b)f(5), and (c)f(-2) \n" );
document.write( "
Algebra.Com's Answer #28419 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Given f(x) = x^2 - 7x + 10, we merely plug in whatever value we need for x and calculate...so for \n" ); document.write( "f(0) = 0^2 - 7(0) + 10 = 10 \n" ); document.write( "f(5) = 5^2 - 7(5) + 10 = 0 \n" ); document.write( "f(-2) = (-2)^2 -7(-2) + 10 = 28 \n" ); document.write( " |