document.write( "Question 907119: The sum of three consecutive odd integers is fifty-one. Find the integers. (Enter your answers as a comma-separated list.) \n" ); document.write( "
Algebra.Com's Answer #805755 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd numbers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + x + (x+2) = 51 \n" ); document.write( "3x = 51 \n" ); document.write( "x = 17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 15, 17, and 19. \n" ); document.write( " |