document.write( "Question 801589: Find four consecutive odd integers such that the sum of the two greatest is four times the smallest \n" ); document.write( "
Algebra.Com's Answer #806076 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd integers: x, (x+2), (x+4), (x+6)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x+4) + (x+6) = 4x
\n" ); document.write( "2x + 10 = 4x
\n" ); document.write( "10 = 2x
\n" ); document.write( "x = 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "integers: 5, 7,9, 11
\n" ); document.write( "
\n" );