document.write( "Question 58407: what does this sign mean
\n" );
document.write( "< with a line under it\r
\n" );
document.write( "\n" );
document.write( "_ \n" );
document.write( "
Algebra.Com's Answer #40041 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! \"Less than or equal to\" \n" ); document.write( "For example: \n" ); document.write( "3<= 3 [Three is less than or equal to 3] \n" ); document.write( "or \n" ); document.write( "x<=3 [Some number (x) is less than or equal to 3] \n" ); document.write( "The <= sets two conditions that can make this statment true. Either a number is \"less than\" or a number is \"equal to\" another number. \n" ); document.write( " |