document.write( "Question 348049: one interger is 3 more than twice another interger. If sum of the two intergers is 36, what is the smaller interger?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #248873 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x= first integer \n" ); document.write( "2x+3 is the other integer \n" ); document.write( "... \n" ); document.write( "x+2x+3=36 \n" ); document.write( "3x+3=36 \n" ); document.write( "3x=36-3 \n" ); document.write( "3x=33 \n" ); document.write( "/3 \n" ); document.write( "x=11 first integer \n" ); document.write( "... \n" ); document.write( "2*11+3 \n" ); document.write( "=25 is the other integer \n" ); document.write( " |