document.write( "Question 62732: I am supposed to evaluate the given function with the following numbers for the equation listed below.
\n" );
document.write( "f (0)
\n" );
document.write( "f (5)
\n" );
document.write( "f (-2)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "f(x) = x2 – 7x + 10
\n" );
document.write( "How do i do this??? Thank you so much! \n" );
document.write( "
Algebra.Com's Answer #43566 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! I am supposed to evaluate the given function with the following numbers for the equation listed below. \n" ); document.write( "f (0) \n" ); document.write( "f (5) \n" ); document.write( "f (-2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = x^2 – 7x + 10 \n" ); document.write( "Substitute 0,5, and -2 in for x and simplify. \n" ); document.write( ": \n" ); document.write( "f(0)=(0)^2-7(0)+10 \n" ); document.write( "f(0)=0-0+10 \n" ); document.write( "f(0)=10 \n" ); document.write( ": \n" ); document.write( "f(5)=(5)^2-7(5)+10 \n" ); document.write( "f(5)=25-35+10 \n" ); document.write( "f(5)=0 \n" ); document.write( ": \n" ); document.write( "f(-2)=(-2)^2-7(-2)+10 \n" ); document.write( "f(-2)=4+14+10 \n" ); document.write( "f(-2)=28 \n" ); document.write( ": \n" ); document.write( "Happy Calculating!!!! \n" ); document.write( " \n" ); document.write( " |