document.write( "Question 1012268: I am forgetting how to work this!
\n" );
document.write( "Evaluate the function f (x)=5x-7
\n" );
document.write( "f (2)=
\n" );
document.write( "f (0)=
\n" );
document.write( "f (-4)=
\n" );
document.write( "Help is much appreciated \n" );
document.write( "
Algebra.Com's Answer #628136 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You merely substitute the value in the parentheses wherever you find an x and evaluate, so that for \n" ); document.write( "f(x)=5x-7 \n" ); document.write( "we have \n" ); document.write( "f(2) = 5(2) - 7 = 10 - 7 = 3 \n" ); document.write( "f(0) = 5(0) - 7 = 0 - 7 = -7 \n" ); document.write( "f(-4) = 5(-4) - 7 = -20 - 7 = -27 \n" ); document.write( " |