document.write( "Question 695723: if three times the smaller of two consecutive integers is added to four times the larger, the result is 130. find the small integer. \n" ); document.write( "
Algebra.Com's Answer #428627 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+n+\" = the smaller integer
\n" ); document.write( "\"+n+%2B+1+\" = the larger integer
\n" ); document.write( "given:
\n" ); document.write( "\"+3n+%2B+4%2A%28+n+%2B+1+%29+=+130+\"
\n" ); document.write( "\"+3n+%2B+4n+%2B+4+=+130+\"
\n" ); document.write( "\"+7n+=+126+\"
\n" ); document.write( "\"+n+=+18+\"
\n" ); document.write( "\"+n+%2B+1+=+19+\"
\n" ); document.write( "The smaller integer is 18
\n" ); document.write( "check answer:
\n" ); document.write( "\"+3n+%2B+4%2A%28+n+%2B+1+%29+=+130+\"
\n" ); document.write( "\"+3%2A18+%2B+4%2A19+=+130+\"
\n" ); document.write( "\"+54+%2B+76+=+130+\"
\n" ); document.write( "\"+130+=+130+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );