document.write( "Question 85330: 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( " This is where I started with trying to make an equation then I gave up on that and tried doing it the old fashioned way of using my thinking skills and I came up with 17 as my answer. Is it right?\r
\n" );
document.write( "\n" );
document.write( "x>12
\n" );
document.write( "39=y(2x)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #61525 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! Y=X+12 \n" ); document.write( "X+2Y=39 \n" ); document.write( "X+2(X+12)=39 \n" ); document.write( "X+2X+24=39 \n" ); document.write( "3X=39-24 \n" ); document.write( "3X=15 \n" ); document.write( "X=15/3 \n" ); document.write( "X=5 ANSWER. \n" ); document.write( "Y=5+12 \n" ); document.write( "Y=17 ANSWER. \n" ); document.write( " |