document.write( "Question 975826: Evalue the piecewise function at the indicatied values\r
\n" );
document.write( "\n" );
document.write( "x^2+$x if x if x ≤ −1
\n" );
document.write( "x if −1 < x ≤ 1
\n" );
document.write( "−1 if x > 1\r
\n" );
document.write( "\n" );
document.write( "f(-2)\r
\n" );
document.write( "\n" );
document.write( "f(-3/2)
\n" );
document.write( "f(-1)
\n" );
document.write( "f(0)
\n" );
document.write( "f(40) \n" );
document.write( "
Algebra.Com's Answer #597473 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x^2+4x if x if x ≤ −1 \n" ); document.write( "x if −1 < x ≤ 1 \n" ); document.write( "−1 if x > 1 \n" ); document.write( "f(-2) use the first one and get 4-8=-4 \n" ); document.write( "f(-3/2) also use the first one and get (9/4)-6=-3.75 \n" ); document.write( "f(-1) Use the first one and get -3 \n" ); document.write( "f(0) use the second one and get 0 \n" ); document.write( "f(40) use the third one and get -1 \n" ); document.write( " |