document.write( "Question 1158893: the sum of two numbers is 8, their difference is 12, find the two numbers \n" ); document.write( "
Algebra.Com's Answer #781868 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "x + y = 8
\n" ); document.write( "x - y = 12 (x > y)\r
\n" ); document.write( "\n" ); document.write( "2x = 20 ==> x = 10 ==> y = -2\r
\n" ); document.write( "\n" ); document.write( "The numbers are 10 and -2. \n" ); document.write( "
\n" );