document.write( "Question 5002: the sum of two numbers is 8. their difference is 12. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #2486 by xcentaur(357)\"\" \"About 
You can put this solution on YOUR website!
let the numberz be x and y
\n" ); document.write( "x+y=8
\n" ); document.write( "x-y=12
\n" ); document.write( "2x=20
\n" ); document.write( "x=10
\n" ); document.write( "y=8-x=8-10=-2
\n" ); document.write( "


\n" ); document.write( "the numbers are=10,-2 \n" ); document.write( "

\n" );