document.write( "Question 470416: Solve the problem.\r
\n" );
document.write( "\n" );
document.write( "The sum of two numbers is 12. If one number is subtracted from the other, their difference is -2. Find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #322647 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! x+y=12 \n" ); document.write( "x-y=-2 \n" ); document.write( "*** \n" ); document.write( "x=12-y \n" ); document.write( "12-y-y=-2 \n" ); document.write( "-2y=-17 \n" ); document.write( "y=7 \n" ); document.write( "x-7=-2 \n" ); document.write( "x=5 \n" ); document.write( "the numbers are 5 and 7 \n" ); document.write( " |