document.write( "Question 902869: find 4 consecutive odd numbers such that the sum of the first and the fourth is 27 less than three times the first. \n" ); document.write( "
Algebra.Com's Answer #805768 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( "x + (x+6) = 3x - 27 \n" ); document.write( "2x + 6 = 3x - 27 \n" ); document.write( "33 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 33, 35, 37, and 39. \n" ); document.write( " |