document.write( "Question 349110: Find Three consecutive odd integers such that the sum of the last two is 85 more than the first. \n" ); document.write( "
Algebra.Com's Answer #249544 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the numbers be x,x+2,x+4
\n" ); document.write( "...
\n" ); document.write( "x+2+x+4 =x+85
\n" ); document.write( "2x+6 = x+85
\n" ); document.write( "2x-x = 85-6
\n" ); document.write( "x=79
\n" ); document.write( "...
\n" ); document.write( "79,81,83
\n" ); document.write( "
\n" );