document.write( "Question 911067: sum of four consecutive odd integers is three more than five times the least of integers \n" ); document.write( "
Algebra.Com's Answer #805724 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: x, (x+2), (x+4), (x+6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+2) + (x+4) + (x+6) = 3 + 5x \n" ); document.write( "4x + 12 = 5x + 3 \n" ); document.write( "9 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 9, 11, 13, and 15. \n" ); document.write( " |