document.write( "Question 434116: The sum of three integers is -97. The second integer is twice the third, and the first integer is 3 more than the second integer. What is the smallest integer? \n" ); document.write( "
Algebra.Com's Answer #300835 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let third integer be x
\n" ); document.write( "second integer = 2x
\n" ); document.write( "first integer = 2x+3\r
\n" ); document.write( "\n" ); document.write( "...
\n" ); document.write( "x+2x+2x+3= 5x+3=-97
\n" ); document.write( "5x=-100
\n" ); document.write( "x= -20... third integer
\n" ); document.write( "second integer = -40
\n" ); document.write( "First Integer = -37\r
\n" ); document.write( "\n" ); document.write( "add them up you get -97
\n" ); document.write( "
\n" ); document.write( "
\n" );