document.write( "Question 844559: One integer added to another integer gives a sum of -9. When the smaller integer is subtracted from the greater integer, the difference is 1. What could the two integers be? \n" ); document.write( "
Algebra.Com's Answer #805924 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x + y = -9 \n" ); document.write( "x - y = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add both equations to get 2x = -8 ---> x = -4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-4 + y = -9 \n" ); document.write( "y = -5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are (x, y) = (-4, -5). \n" ); document.write( " |