document.write( "Question 591121: find two consecutive integers such that the sum of twice the smaller and 3 times the larger is 163
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #375495 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the two consequtive integers be x & (x+1)\r \n" ); document.write( "\n" ); document.write( "2x+3(x+!)= 163\r \n" ); document.write( "\n" ); document.write( "2x+3x+3=163\r \n" ); document.write( "\n" ); document.write( "5x+3=163 \n" ); document.write( "-3 \n" ); document.write( "5x=160 \n" ); document.write( "/5 \n" ); document.write( "x=32\r \n" ); document.write( "\n" ); document.write( "32, and 33 \n" ); document.write( " |