document.write( "Question 1032568: THE SUM OF TWO NUMBERS IS 30 AND THEIR DIFFERENCE IS 6. WHAT ARE THE TWO NUMBERS ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #647223 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the two numbers x and y. Then we write \n" ); document.write( "x + y = 30 and \n" ); document.write( "x - y = 6 \n" ); document.write( "Now add the equations and get \n" ); document.write( "2x = 36 and \n" ); document.write( "x = 18 \n" ); document.write( "which means \n" ); document.write( "y = 12 \n" ); document.write( " |