document.write( "Question 986845: how can i graph the piece wise function?\r
\n" ); document.write( "\n" ); document.write( "2x+3 if x>0
\n" ); document.write( "-x-1 if x≤0
\n" ); document.write( "

Algebra.Com's Answer #607640 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"%22f%28x%29%22\"\"%22%22=%22%22\"\"system%28%0D%0A%0D%0A%0D%0Amatrix%282%2C3%2C2x%2B1%2Cif%2Cx%3E0%2C-x-1%2Cif%2Cx%3C=0%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "That's made of two functions\r\n" );
document.write( "\r\n" );
document.write( "y = 2x+1 and y = -x-1\r\n" );
document.write( "\r\n" );
document.write( "The cut off number is 0.\r\n" );
document.write( "\r\n" );
document.write( "Pick two values of x greater than the cut-off number 0 \r\n" );
document.write( "and substitute them into\r\n" );
document.write( "\r\n" );
document.write( "y = 2x+1\r\n" );
document.write( "\r\n" );
document.write( " x |  y\r\n" );
document.write( " 1 |  3\r\n" );
document.write( " 2 |  5\r\n" );
document.write( "\r\n" );
document.write( "Plot those two points and draw a line through them only to the \r\n" );
document.write( "RIGHT of the cut off point:\r\n" );
document.write( "\r\n" );
document.write( "Pick two values of x less than the cut-off number 0 \r\n" );
document.write( "and substitute them into\r\n" );
document.write( "\r\n" );
document.write( "y = -x-1\r\n" );
document.write( "\r\n" );
document.write( " x |  y\r\n" );
document.write( "-2 |  1\r\n" );
document.write( "-3 |  2\r\n" );
document.write( "\r\n" );
document.write( "Plot those two points and draw a line through them only to the \r\n" );
document.write( "LEFT of the cut off point 0.\r\n" );
document.write( "\r\n" );
document.write( "Put an open circle at the end of the one that does not include \r\n" );
document.write( "0 and a closed circle at the end of the one that does include 0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );