document.write( "Question 33598This question is from textbook
\n" );
document.write( ": I need to make a table with integer values of x from -2 to 2. the problem is \n" );
document.write( "
Algebra.Com's Answer #19984 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! Y=-X-1 \n" ); document.write( "IF X=-2 THEN Y=-(-2)-1 OR Y=+2-1 OR Y=1 \n" ); document.write( "IF X=-1 THEN Y=-(-1)-1 OR Y=+1-1 OR Y=0 \n" ); document.write( "IF X=0 THEN Y=-(0)-1 OR Y=0-1 OR Y=-1 \n" ); document.write( "IF X=+1 THEN Y=-(+1)-1 OR Y=-1-1 OR Y=-2 \n" ); document.write( "IF X=+2 THEN Y=-(+2)-1 OR Y=-2-1 OR Y=-3 \n" ); document.write( " \n" ); document.write( " |