document.write( "Question 920416: Find four consecutive odd integers such that the sum of the two largest integers subtracted from twice the sum of the two smallest integers is 96 \n" ); document.write( "
Algebra.Com's Answer #805749 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd numbers: 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 numbers are 51, 53, 55, and 57. \n" ); document.write( " |