document.write( "Question 799058: Three consecutive odd integers when added together have a sum of 5 times the lowest number. What are the three numbers? \n" ); document.write( "
Algebra.Com's Answer #482477 by Finavon(81)\"\" \"About 
You can put this solution on YOUR website!
integers x, (x+2), (x+4)
\n" ); document.write( "Sum x + (x+2) + (x+4) = 5x
\n" ); document.write( "3x + 6 = 5x
\n" ); document.write( "2x=6
\n" ); document.write( "integers 3, 5 and 7
\n" ); document.write( "sum 15 = 5*3
\n" ); document.write( "
\n" );