document.write( "Question 522504: Find the three consecutive odd integers such that the sum of the first and third equals the sum of the second and 31 \n" ); document.write( "
Algebra.Com's Answer #346880 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the odd integers be x,x+2,x+4\r
\n" ); document.write( "\n" ); document.write( "x+x+4=x+2+31\r
\n" ); document.write( "\n" ); document.write( "2x+4=x+33\r
\n" ); document.write( "\n" ); document.write( "2x-x=33-4\r
\n" ); document.write( "\n" ); document.write( "x=29\r
\n" ); document.write( "\n" ); document.write( "29,31,33
\n" ); document.write( "
\n" );