document.write( "Question 32516This question is from textbook College Algebra
\n" );
document.write( ": I have a piecewise defined function to graph:
\n" );
document.write( "f(x) = {-1 if x<-1}
\n" );
document.write( " {1 if -1<=x<=1}
\n" );
document.write( " {-1 if x>1}\r
\n" );
document.write( "\n" );
document.write( "I get three lines that overlap so I know I'm wrong!
\n" );
document.write( "Thank you very much! \n" );
document.write( "
Algebra.Com's Answer #19036 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You don't get overlappiing lines because the three \n" ); document.write( "conditions for \"x\" will not allow it. \n" ); document.write( "Graph a horizontal line at y=-1 for all x that are strictly <-1 \n" ); document.write( "Graph a horizontal line at y=1 for all x that are between -1 and +1 \n" ); document.write( "Graph a horizontal line at y=-1 for all x that are strictly >+1 \n" ); document.write( "There should be no overlapping of these line pieces. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |