document.write( "Question 608499: three consecutive odd integers such that one-fourth the sum of the first and second odd integers is 15 more than one fifth of third odd integers \n" ); document.write( "
Algebra.Com's Answer #383239 by flame8855(424)\"\" \"About 
You can put this solution on YOUR website!
x, x+2 and x+4 are the three consecutive numbers
\n" ); document.write( "1/4(x+x+2) = 1/5(x+4)
\n" ); document.write( "x =1
\n" ); document.write( "so the three numbers are 1 3 5
\n" ); document.write( "
\n" );