document.write( "Question 222513: How do I graph a peicewise function of
\n" );
document.write( "y= {x+4 if x is less than or equal to -2
\n" );
document.write( " -x, if x > -2\r
\n" );
document.write( "\n" );
document.write( "I really need help, thanks! \n" );
document.write( "
Algebra.Com's Answer #166601 by jsmallt9(3759) ![]() You can put this solution on YOUR website! Piecewise functions may be \"odd\" but they are not hard to graph. Your function has two pieces: y = x+4 and y = -x. Both of these pieces are lines. There are a couple of ways to graph this:
\n" ); document.write( "If you do this one correctly, it should look like an upside-down \"V\". \n" ); document.write( " \n" ); document.write( " |