document.write( "Question 799034: if the sum of two numbers is 10 and their difference is 0.6 what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #806150 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x + y = 10 \n" ); document.write( "x - y = 0.6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add both equations to get 2x = 10.6, or x = 5.3. Then plug this into any equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5.3 + y = 10 \n" ); document.write( "y = 4.7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The solution is (x, y) = (5.3, 4.7) \n" ); document.write( " |