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