document.write( "Question 722471: Find three consecutive odd integers such that three times the middle integer is seven more than the sum of the first and third integer \n" ); document.write( "
Algebra.Com's Answer #806490 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( "3x = 7 + (x-2) + (x+2)
\n" ); document.write( "3x = 7 + 2x
\n" ); document.write( "x = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "integers: 5, 7, 9
\n" ); document.write( "
\n" );