document.write( "Question 1176155: Evaluate the piecewise function at the given value of the independent variable.
\n" );
document.write( "f(x)=
\n" );
document.write( "{3x+4 if x<-1
\n" );
document.write( "{ 2x-4 if x≥-1
\n" );
document.write( ";
\n" );
document.write( "f(3) \n" );
document.write( "
Algebra.Com's Answer #802331 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! 3 >= -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(3) = 2(3) - 4 = 2 \n" ); document.write( " |