document.write( "Question 1015980: The sum of two numbers is 15 their difference is 1 find the numbers \n" ); document.write( "
Algebra.Com's Answer #632366 by fractalier(6550) You can put this solution on YOUR website! Call them x and y. The we have \n" ); document.write( "x + y = 15 and \n" ); document.write( "x - y = 1 Add these and get \n" ); document.write( "----------- \n" ); document.write( "2x = 16 \n" ); document.write( "x = 8 \n" ); document.write( "y = 7 \n" ); document.write( " |