document.write( "Question 219378: When the smaller of two consecutive intergers is added to three times the larger the result is 199. Find the smaller integer. \n" ); document.write( "
Algebra.Com's Answer #164982 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
x+3(1+x)=199
\n" ); document.write( "x+3+3x=199
\n" ); document.write( "4x=196
\n" ); document.write( "x=49
\n" ); document.write( "x+1=50
\n" ); document.write( "3(50)+49=199
\n" ); document.write( "
\n" );