document.write( "Question 230469: Evaluate the piecewise function at the given value of the independent variable.\r
\n" );
document.write( "\n" );
document.write( "f(x)=
\n" );
document.write( "{3x+1 if x<-1
\n" );
document.write( "{-2x-5 if x≥-1
\n" );
document.write( ";
\n" );
document.write( "f(2)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #170649 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Evaluate the piecewise function at the given value of the independent variable. \n" ); document.write( "f(x)= \n" ); document.write( "{3x+1 if x<-1 \n" ); document.write( "{-2x-5 if x≥-1 \n" ); document.write( "; \n" ); document.write( "f(2) \n" ); document.write( "------------------- \n" ); document.write( "Since 2 is in the interval x>=-1, f(2) = -2(2)-5 = -9 \n" ); document.write( "============================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |