document.write( "Question 937542: the sum of two numbers is 41, thier differences is 7. Find the larger of the two numbers. \n" ); document.write( "
Algebra.Com's Answer #570934 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x + y = 41 \n" ); document.write( "x-y = 7 \n" ); document.write( "2x = 48 \n" ); document.write( "x = 24 and y = 17 \n" ); document.write( "24 the Larger number \n" ); document.write( " |