document.write( "Question 22989: If the sum of three consecutive odd intergers is 237, then what are the intergers \n" ); document.write( "
Algebra.Com's Answer #11380 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! IFirst cosective = x \n" ); document.write( "second = x+2 \n" ); document.write( "Third = x+4\r \n" ); document.write( "\n" ); document.write( "x+x+2+x+4=237 \n" ); document.write( "3x+6=237 \n" ); document.write( "3x=231 \n" ); document.write( "x=77 \n" ); document.write( "77+2=79 \n" ); document.write( "77+4=81 \n" ); document.write( "Hence, the 3 consecutive numbers are 77, 79 and 81. \n" ); document.write( " |