document.write( "Question 564433: The sum of three consecutive odd intergers is 18 less than five time the middle number. Find the three intergers \n" ); document.write( "
Algebra.Com's Answer #365359 by ad_alta(240)\"\" \"About 
You can put this solution on YOUR website!
Let 'n' be the first integer. Then n+(n+2)+(n+4)+18=5(n+2). We get n=7. The integers are 7,9,11. \n" ); document.write( "
\n" );