document.write( "Question 988544: Given 3 consecutive odd integers. The sum of the largest two (odd integers) is 85 less than the smallest. Find all 3 odds integers. \n" ); document.write( "
Algebra.Com's Answer #609054 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "x, x+2, and x+4 are the integers
\n" ); document.write( ".
\n" ); document.write( "(x+2)+(x+4)=x-85
\n" ); document.write( "2x+6=x-85
\n" ); document.write( "x=-91
\n" ); document.write( "x+2=-89
\n" ); document.write( "x+4=-87
\n" ); document.write( "ANSWER: The three integers are -91, -89, and -87.
\n" ); document.write( "
\n" );