document.write( "Question 115324: 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 #83936 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=larger, so x-12=smaller\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The sum of the smaller number and twice the larger number is 39\" ___ x-12+2x=39\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x-12=39 \n" ); document.write( " |