document.write( "Question 628351: if three times the smaller of two consecutive integers is added to four times the larger, the result is 137. Find both integers. \n" ); document.write( "
Algebra.Com's Answer #395568 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let the consecutive integers = \"+n+\" and \"+n+%2B+1+\"
\n" ); document.write( "given:
\n" ); document.write( "\"+3n+%2B+4%2A%28+n+%2B+1+%29+=+137+\"
\n" ); document.write( "\"+3n+%2B+4n+%2B+4+=+137+\"
\n" ); document.write( "\"+7n+=+133+\"
\n" ); document.write( "\"+n+=+19+\"
\n" ); document.write( "\"+n+%2B+1+=+20+\"
\n" ); document.write( "The integers are 19 and 20
\n" ); document.write( "
\n" );