document.write( "Question 127185: I need to find the indicated value of the piecewise-defined function\r
\n" );
document.write( "\n" );
document.write( "f(-8)for f(x)=3x if x <-1
\n" );
document.write( " x-6,if >-1 \n" );
document.write( "
Algebra.Com's Answer #93319 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! -8 is < -1, so f(x) = 3x in the desired interval, so f(-8)= 3(-8) = -24 \n" ); document.write( " |