document.write( "Question 69088: One number is 12 more than another. The sum of the smaller number and twice the larger number is 39. Find the larger number.\r
\n" );
document.write( "\n" );
document.write( "Please help \n" );
document.write( "
Algebra.Com's Answer #49164 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! smaller number = x \n" ); document.write( "larger number = x + 12 \n" ); document.write( "x + 2x + 24 = 39 \n" ); document.write( "3x = 15 \n" ); document.write( "x = 5 \n" ); document.write( "Numbers are 5 and 17. \n" ); document.write( " |