document.write( "Question 320641: the sum of three consecutive odd integers is 963. what are the integers? \n" ); document.write( "
Algebra.Com's Answer #229640 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the integers be x, x+2 x+4 \n" ); document.write( "x+x+2+x+4=963 \n" ); document.write( "3x+6=963 \n" ); document.write( "3x=957 \n" ); document.write( "x=319 \n" ); document.write( "the numbers are 319,321,323 \n" ); document.write( " |