document.write( "Question 500740: the sum of 4 consecutive odd integers is 432. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #338255 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x = first integer \n" ); document.write( "x+2 = second consecutive odd number \n" ); document.write( "x+4 = third \n" ); document.write( "x+6 = fourth \n" ); document.write( ". \n" ); document.write( "x +x+2 + x+4 +x+6 = 432 \n" ); document.write( "4x +12 = 432 \n" ); document.write( "4x = 420 \n" ); document.write( "x = 105 \n" ); document.write( ". \n" ); document.write( "So, the four consecutive odd integers are: 105, 107, 109, and 111. \n" ); document.write( ". \n" ); document.write( "Always check your work. \n" ); document.write( "105+107+109+111 = ?? \n" ); document.write( " = 432 \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |