document.write( "Question 790665: the sum of the two smallest of three consecutive odd integers is the same as one less than three times the third consecutive integer. what are the three odd integers? \n" ); document.write( "
Algebra.Com's Answer #806161 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x-2) + x = 3(x+2) - 1
\n" ); document.write( "2x - 2 = 3x + 5
\n" ); document.write( "-7 = x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are -9, -7, and -5.
\n" ); document.write( "
\n" );