document.write( "Question 765273: sum of two positive numbers is 126 and the difference is 12. find the two numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #466708 by suruman(21)![]() ![]() You can put this solution on YOUR website! Let the numbers be x,y \n" ); document.write( "(x+y) = 126 \n" ); document.write( "(x-y) = 12 \n" ); document.write( "Adding the above equations, \n" ); document.write( "2*x = 138 \n" ); document.write( "x = 69 \n" ); document.write( "Thus, y = 126 - 69 = 57. \n" ); document.write( "Thus the two numbers are : 69 and 57. \n" ); document.write( " |