document.write( "Question 488477: two integers have a difference of negative 11 and a sum of negative 3. what are the integers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #333406 by deborabr(181)![]() ![]() You can put this solution on YOUR website! first, take the informations \n" ); document.write( "two integers: x and y \n" ); document.write( "have a difference of negative 11: x-y=-11 \n" ); document.write( "a sum of negative 3: x+y=-3 \n" ); document.write( "so have a system now solve it \n" ); document.write( "x-y=-11 --> suming \n" ); document.write( "x+y=-3 \n" ); document.write( "_______ \n" ); document.write( "2x=-14 \n" ); document.write( "x=-14/2 \n" ); document.write( "x=-7 \n" ); document.write( "substituting x to find y \n" ); document.write( "x+y=-3 \n" ); document.write( "-7+y=-3 \n" ); document.write( "y=-3+7 \n" ); document.write( "y=4 \n" ); document.write( "the integers are -3 and 4 \n" ); document.write( " |