document.write( "Question 984315: Find f(-1), f(0) and F(1) for the following function
\n" );
document.write( "f(x)=-3x
\n" );
document.write( "f(-1)=
\n" );
document.write( "f(0)=
\n" );
document.write( "f(1)=
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #605091 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! You use the number in place of the x. \n" ); document.write( "f(x)=-3x \n" ); document.write( "f(0)=-3(0)=0 \n" ); document.write( "f(1)=-3(1)=-3 \n" ); document.write( "f(-1)= -3(-1)=+ 3 \n" ); document.write( " |