document.write( "Question 518157: find three consecutive odd integers such that five times the sum of the first and second is 1 less than 9 times the third \n" ); document.write( "
Algebra.Com's Answer #345059 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let the consecutive odd integers be x, x+2 , and x+4, so...
\n" ); document.write( "5(x+x+2) = 9(x+4)-1 Simplify.
\n" ); document.write( "10x+10 = 9x+36-1 Subtract 9x.
\n" ); document.write( "x+10 = 35 Subtract 10.
\n" ); document.write( "x = 25, x+2 = 27, and x+4 = 29
\n" ); document.write( "The three integers are: 25, 27, and 29.
\n" ); document.write( "
\n" );