document.write( "Question 111510: evaluate each function for the value specified
\n" );
document.write( " f (x) = x2 - 7x + 10; find (a) f (0), (b) f (5), and (c) f (-2). \n" );
document.write( "
Algebra.Com's Answer #81312 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! F(X)=X^2-7X+10 SUBSTITUTE A FOR X AND SOLVE. \n" ); document.write( "F(A)=A^2-7A+10 \n" ); document.write( "F(A)=(A-5)(A-2) ANSWER. \n" ); document.write( "F(0)=0^2-7*0+10 \n" ); document.write( "F(0)=10 ANSWER. \n" ); document.write( "F(5)=5^2-7*5+10 \n" ); document.write( "F(5)=25-35+10 \n" ); document.write( "F(5)=0 ANSWER. \n" ); document.write( "F(-2)=-2^2-7*-2+10 \n" ); document.write( "F(-2)=4+14+10 \n" ); document.write( "F(-2)=28 ANSWER. \n" ); document.write( " |