document.write( "Question 1007546: the sum of 4 consecutive odd integers is -72. What are the numbers \n" ); document.write( "
Algebra.Com's Answer #623428 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the first one x. The next one is x+2...so that when all four are added you get \n" ); document.write( "x + x+2 + x+4 + x+6 = -72 \n" ); document.write( "4x + 12 = -72 \n" ); document.write( "4x = -84 \n" ); document.write( "x = -21 \n" ); document.write( "So the numbers are -21, -19, -17, -15. \n" ); document.write( " |