document.write( "Question 233482: the sum of two numbers is -63. the first number minus the second is -41. find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #172315 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x+y=-63 \n" ); document.write( "x-y=-41 add them. \n" ); document.write( "-------------- \n" ); document.write( "2x=-104 \n" ); document.write( "x=-104/2 \n" ); document.write( "x=-52 ans for one number. \n" ); document.write( "-52+y=-63 \n" ); document.write( "y=-63+52 \n" ); document.write( "y=11 ans for the other number. \n" ); document.write( "Proof: \n" ); document.write( "-52-11=-41 \n" ); document.write( "-41=-41 \n" ); document.write( " |