document.write( "Question 813966: SUM OF THREE CONSECUTIVE ODD INTEGERS IS 291 \n" ); document.write( "
Algebra.Com's Answer #806010 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + x + (x+2) = 291 \n" ); document.write( "3x = 291 \n" ); document.write( "x = 97\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are 95, 97, and 99. \n" ); document.write( " |