document.write( "Question 711010: Find three consecutive odd intergers where twice the sum of the second and the third number is 33 more than three times the first number \n" ); document.write( "
Algebra.Com's Answer #806530 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( "2(x + (x+2)) = 33 + 3(x-2)
\n" ); document.write( "2(2x + 2) = 33 + 3x - 6
\n" ); document.write( "4x + 4 = 3x + 27
\n" ); document.write( "x = 23\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "integers: 21, 23, 25
\n" ); document.write( "
\n" );