document.write( "Question 1100983: The sum of two numbers is 47. The sum of the smaller and 2 times the larger is 76 . Find the numbers? \n" ); document.write( "
Algebra.Com's Answer #715541 by addingup(3677)![]() ![]() You can put this solution on YOUR website! x+y = 47 \n" ); document.write( "x+2y = 76 \n" ); document.write( "47-y+2y = 76 \n" ); document.write( "y = 29 \n" ); document.write( "76-58 = 18 \n" ); document.write( "x = 18 \n" ); document.write( "------------------------------- \n" ); document.write( "check \n" ); document.write( "18+29 = 47 \n" ); document.write( "18+2*29 = 76 \n" ); document.write( "Correct. \n" ); document.write( " \n" ); document.write( " |