document.write( "Question 1065709: Find six consecutive odd integers such that the sum of all six integers is 24. \n" ); document.write( "
Algebra.Com's Answer #680891 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the integers are x, x+2, x+4, x+6,x +8, x+10 \n" ); document.write( "they add to 6x+30=24 \n" ); document.write( "6x=-6 \n" ); document.write( "x=-1 \n" ); document.write( "The integers are -1,1,3,5,7, and 9. \n" ); document.write( " |