document.write( "Question 70543: Find three consecutive odd integers such that the sum of the first and third integers is twice the second integer. \n" ); document.write( "
Algebra.Com's Answer #50364 by nvela(1)\"\" \"About 
You can put this solution on YOUR website!
n + (n + 4) = 2(n + 2)
\n" ); document.write( "2n + 4 = 2n + 4
\n" ); document.write( "2n (-2n) + 4 = 2n (-2n) + 4
\n" ); document.write( "4=4
\n" ); document.write( "1
\n" ); document.write( "n + 2 = 1 + 2 = 3
\n" ); document.write( "n + 4 = 1 + 4 = 5\r
\n" ); document.write( "\n" ); document.write( "Answer: 1,3,5
\n" ); document.write( "
\n" );