document.write( "Question 104937: f(x) = {-x , x <-1
\n" ); document.write( " x-2 , x > 1}\r
\n" ); document.write( "\n" ); document.write( "Find a) f(-3/4)=
\n" ); document.write( " b) f(-4)=
\n" ); document.write( "

Algebra.Com's Answer #76395 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"f%28x%29=system%28+-x%3Ax%3C-1%2C++%0D%0A++++++++x-2%3Ax%3E-1%29\"
\n" ); document.write( "For problems like this, you have to determine which function applies by checking x against the limits of your function. In other words, is x greater than -1, or is x less than -1(I'm assuming that's what you meant or else your function is undefined between (x=-1) and (x=1)).
\n" ); document.write( "When x=-3/4, x >-1, so
\n" ); document.write( "\"f%28x%29=x-2\"
\n" ); document.write( "\"f%28-3%2F4%29=-3%2F4-2\"
\n" ); document.write( "\"f%28-3%2F4%29=-11%2F4%29\"
\n" ); document.write( "When x=-4, x <-1, so
\n" ); document.write( "\"f%28x%29=-x\"
\n" ); document.write( "\"f%28-4%29=-%28-4%29\"
\n" ); document.write( "\"f%28-4%29=4%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );