document.write( "Question 720966: how do you write piecewise functions?
\n" ); document.write( "f(x)={2x+1 , x≥1
\n" ); document.write( " {x/2-3 , x<1
\n" ); document.write( "

Algebra.Com's Answer #442110 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "f(x) = \r\n" );
document.write( "\r\n" );
document.write( "The graph of y=2x+1 is the red line.\r\n" );
document.write( "It is drawn solid to the right of where x=1\r\n" );
document.write( "The graph of y=\"x%2F2\"-3 is the green line\r\n" );
document.write( "It is drawn solid to the left of where x=1.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "We erase the dotted parts:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The red line includes the endpoint (1,3), so we place\r\n" );
document.write( "a darkened circle at (1,3).  The green line does not\r\n" );
document.write( "include the endpoint (1,-2.5) so we draw an open circle\r\n" );
document.write( "there:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "  Edwin
\n" ); document.write( "
\n" );