document.write( "Question 853424: Find the three consecutive odd integers such that the sum of the 1st and the 3rd is twice the 2nd. \n" ); document.write( "
Algebra.Com's Answer #805898 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+2) = 2x
\n" ); document.write( "2x = 2x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For any odd integer, this relationship is true.
\n" ); document.write( "
\n" );