document.write( "Question 117414: One number is 12 more that 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 #85410 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the numbers be x and x+12 \n" ); document.write( "x+2(x+12)=39 \n" ); document.write( "x+2x+24=39 \n" ); document.write( "3x+24-24=39-24 \n" ); document.write( "3x=15 \n" ); document.write( "3x/3=15/3 \n" ); document.write( "x=5 \n" ); document.write( "x+12=17 Ans. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |