document.write( "Question 844807: If the sum of four consecutive odd integers is 64, what is the smallest of the four integers? \n" ); document.write( "
Algebra.Com's Answer #805923 by CubeyThePenguin(3113)![]() ![]() 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 + (x+2) + (x+4) + (x+6) = 64 \n" ); document.write( "4x + 12 = 64 \n" ); document.write( "4x = 52 \n" ); document.write( "x = 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "smallest integer = x = 13 \n" ); document.write( " |