document.write( "Question 300677: two integers have a sum of -9 and a difference of 5. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #215716 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the integers be x & y\r \n" ); document.write( "\n" ); document.write( "x+y=-9\r \n" ); document.write( "\n" ); document.write( "x-y= 5\r \n" ); document.write( "\n" ); document.write( "x+y+x-y= -4\r \n" ); document.write( "\n" ); document.write( "2x=-4\r \n" ); document.write( "\n" ); document.write( "x=-2\r \n" ); document.write( "\n" ); document.write( "y=-7 \n" ); document.write( " |