document.write( "Question 292960: If three times the smaller of two consecutive integers is added to four times the larger the result is 137. Find the smaller integer
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #211496 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! If three times the smaller of two consecutive integers is added to four times the larger the result is 137. Find the smaller integer\r \n" ); document.write( "\n" ); document.write( "2 consecutive integers: n, n + 1\r \n" ); document.write( "\n" ); document.write( "3*n + 4*(n + 1) = 137 \n" ); document.write( "3n + 4n + 4 = 137 \n" ); document.write( "7n = 133 \n" ); document.write( "n = 19 \n" ); document.write( "smaller integer is 19 \n" ); document.write( " \n" ); document.write( " |