document.write( "Question 389057: 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 #275563 by richard1234(7193) You can put this solution on YOUR website! Let the smaller number be a, and the larger number be a+12. Then,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + 2(a+12) = 39\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3a + 24 = 39\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 5, a+12 = 17. \n" ); document.write( " |