document.write( "Question 1016423: The sum of the three smallest of four consecutive odd integers is 30 more than the largest integer. What are the four consecutive odd integers? \n" ); document.write( "
Algebra.Com's Answer #632796 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the four consecutive odd numbers x, x+2, x+4, and x+6.
\n" ); document.write( "Then we can write
\n" ); document.write( "x + x+2 + x+4 = 30 + x+6
\n" ); document.write( "3x + 6 = x + 36
\n" ); document.write( "2x = 30
\n" ); document.write( "x = 15
\n" ); document.write( "The numbers are
\n" ); document.write( "15,17,19,21
\n" ); document.write( "
\n" );