document.write( "Question 921720: find four consecutive odd integers such that the sum of the two largest integers subtracted from twice the sum of two smallest integers is 96 \n" ); document.write( "
Algebra.Com's Answer #805657 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
4 consecutive odd integers: x, (x+2), (x+4), (x+6)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2(x + (x+2)) - ((x+4) + (x+6)) = 96
\n" ); document.write( "2(2x + 2) - (2x + 10) = 96
\n" ); document.write( "4x + 4 - 2x - 10 = 96
\n" ); document.write( "2x = 102
\n" ); document.write( "x = 51\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 51, 53, 55, and 57.
\n" ); document.write( "
\n" );