document.write( "Question 296804:  find all integers x, if there are any, such that the following are true:\r
\n" );
document.write( "\n" );
document.write( "-x is positve
\n" );
document.write( "-x is negative
\n" );
document.write( "-x-1 is positive
\n" );
document.write( "/x/=2 \n" );
document.write( "
| Algebra.Com's Answer #213800 by JBarnum(2146)     You can put this solution on YOUR website! -x is positve (-infinity,0] ex: -1,-2,-3...-1003,-1004,-1005,... \n" ); document.write( "-x is negative [0, +infinity) ex: 1,2,3...1003,1004,1005,... \n" ); document.write( "-x-1 is positive [1,+infinity) ex: 2,3...1003,1004,1005,... do not include 1 \n" ); document.write( "/x/=2 2,-2 if this is an absolute value sign \n" ); document.write( " |