document.write( "Question 376120: The difference between two numbers is 3.2. The sum of the numbers is 46.4. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #267520 by Edwin McCravy(20059)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( " x - y =  3.2\r\n" );
document.write( " x + y = 46.4\r\n" );
document.write( "-------------\r\n" );
document.write( "2x     = 49.6\r\n" );
document.write( " x     = \"49.6%2F2\"\r\n" );
document.write( " x     = 24.8\r\n" );
document.write( "\r\n" );
document.write( "Multiply the first one by -1\r\n" );
document.write( "\r\n" );
document.write( "-x + y = -3.2 \r\n" );
document.write( " x + y = 46.4\r\n" );
document.write( "-------------\r\n" );
document.write( "    2y = 43.2\r\n" );
document.write( "     y = \"43.2%2F2\"\r\n" );
document.write( "     y = 21.6\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );