document.write( "Question 39393: One number is 12 more than another. The sum of the smaller number and twice the larger number is 39. Find the larger number. \n" ); document.write( "
Algebra.Com's Answer #24837 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let the two numbers be x and x + 12. \n" ); document.write( "Then, from the facts in the problem, we have \n" ); document.write( "x + 2(x + 12) = 39 \n" ); document.write( "x + 2x + 24 = 39 \n" ); document.write( "3x + 24 = 39 \n" ); document.write( "3x = 15 \n" ); document.write( "x = 5 \n" ); document.write( "x + 12 = 17, the larger number. \n" ); document.write( " |