document.write( "Question 331758: graph on number line
\n" );
document.write( "x<-3\r
\n" );
document.write( "\n" );
document.write( "please note, the < is less then or equal to, i could not get a line under the < sign. \n" );
document.write( "
Algebra.Com's Answer #237822 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! graph on number line \n" ); document.write( "x<-3 \n" ); document.write( "please note, the < is less then or equal to, i could not get a line under the < sign. \n" ); document.write( "---------- \n" ); document.write( "Use <= for that, and >= for greater than or equal. \n" ); document.write( "--------------- \n" ); document.write( "x <= -3 includes the point -3 and all points on the line less than that. \n" ); document.write( " |