document.write( "Question 829124: Find 3 consective odd integers such that 8 more than twice the first integer is equal to 19 less than three times the third integer. \n" ); document.write( "
Algebra.Com's Answer #805969 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( "8 + 2(x-2) = 3(x+2) - 19 \n" ); document.write( "2x + 4 = 3x - 13 \n" ); document.write( "17 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 15, 17, and 19. \n" ); document.write( " |