document.write( "Question 870012:  when 2 numbers are added together, the total is 32. when the same two numbers are subtracted, the result is 6. find the two numbers
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #524630 by mananth(16946)     You can put this solution on YOUR website! let the numbers be x&y x>y\r \n" ); document.write( "\n" ); document.write( "x+y=32\r \n" ); document.write( "\n" ); document.write( "x-y=6\r \n" ); document.write( "\n" ); document.write( "add both equations\r \n" ); document.write( "\n" ); document.write( "2x=38 \n" ); document.write( "/2 \n" ); document.write( "x=19\r \n" ); document.write( "\n" ); document.write( "if x=19 y=13 \n" ); document.write( " |