document.write( "Question 34025: what does it mean when it says to write a rule for each function? I have the following
\n" );
document.write( " x f(x)
\n" );
document.write( " -1 -9
\n" );
document.write( " 0 -5
\n" );
document.write( " 1 -1
\n" );
document.write( " 2 3\r
\n" );
document.write( "\n" );
document.write( "I get 1 for x and 4 for f(x) am I going in the right direction? \n" );
document.write( "
Algebra.Com's Answer #20389 by xcentaur(357)![]() ![]() ![]() You can put this solution on YOUR website! when it says to write a rule for each function, \n" ); document.write( "you have to write an expression which will give you the required value for f(x) when you substitute x \n" ); document.write( "
|