document.write( "Question 984623: Chapter 3
\n" );
document.write( "42. Given the following function find f(-2), f(0), f(1) for the following function
\n" );
document.write( "f(x)= 3x-2\r
\n" );
document.write( "\n" );
document.write( "f(-2)=
\n" );
document.write( "F(0)=
\n" );
document.write( "F(1)=
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #605391 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Function = 3x - 2 \n" ); document.write( "f(x)= 3x-2 \n" ); document.write( "f(-2)= 3(-2) - 2 = -8 \n" ); document.write( "f(0) = 3(0) - 2 = - 2 \n" ); document.write( "f(1) = 3(1) - 2 = 1 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |