document.write( "Question 1164314: What is the sum of six consecutive odd integers that have a sum of 312 \n" ); document.write( "
Algebra.Com's Answer #788638 by Boreal(15235) You can put this solution on YOUR website! the integers are x, x+2, x+4, x+6, x+8, and x+10 \n" ); document.write( "They add to 6x+30=312 \n" ); document.write( "6x=282 \n" ); document.write( "x=47 \n" ); document.write( "the integers are 47, 49, 51, 53, 55, and 57 \n" ); document.write( " |