document.write( "Question 1142226: The set [0,1,2] is equivalent to\r
\n" );
document.write( "\n" );
document.write( "1. {X|-1 < x < 2,where x is an interger}
\n" );
document.write( "2. {X|-1 is less than or equal to x < 3, where x is an interger}
\n" );
document.write( "3. {X|0 < x is less than or equal to 2, where x is an interger}
\n" );
document.write( "4. {X|0 less than or equal to x is less than or equal to 2, where x is an interger}
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #762948 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "integer, not interger.... \n" ); document.write( "1. {X|-1 < x < 2,where x is an interger} \n" ); document.write( "neither endpoint is included, so this set is {0,1} \n" ); document.write( "2. {X|-1 is less than or equal to x < 3, where x is an interger} \n" ); document.write( "the left endpoint is included; the right endpoint is not, so this set is {-1,0,1,2} \n" ); document.write( "3. {X|0 < x is less than or equal to 2, where x is an interger} \n" ); document.write( "the left endpoint is not included; the right endpoint is, so this set is {1,2} \n" ); document.write( "4. {X|0 less than or equal to x is less than or equal to 2, where x is an interger} \n" ); document.write( "both endpoints are included, so this set is {0,1,2} \n" ); document.write( " |