document.write( "Question 904335: The sum of three consecutive odd integers is 21 more than twice of the smallest of the three integers \n" ); document.write( "
Algebra.Com's Answer #805765 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) = 21 + 2(x-2) \n" ); document.write( "3x = 21 + 2x - 4 \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( " |