document.write( "Question 943116: difference of two numbers is 62, the sum of twice the larer and three times the smaller is 304. find the two numbers \n" ); document.write( "
Algebra.Com's Answer #579159 by booklover15(10) ![]() You can put this solution on YOUR website! The bigger/larger number = b \n" ); document.write( "The smaller number = s \n" ); document.write( "b-s = 62 => b = 62 + s \n" ); document.write( "2b + 3s = 304 \n" ); document.write( "And then we substitute the b \n" ); document.write( "2(62+s) + 3s = 304 \n" ); document.write( "124 + 2s + 3s = 304 \n" ); document.write( "5s = 304 - 124 \n" ); document.write( "5s = 180 \n" ); document.write( "s = 36 \n" ); document.write( "Then we find the b \n" ); document.write( "b-s = 62 \n" ); document.write( "b-36 = 62 \n" ); document.write( "b = 62+36 = 98 \n" ); document.write( " |