document.write( "Question 923033: The sum of three consecutive odd integers is 17 less than four times the smallest integer. \n" ); document.write( "
Algebra.Com's Answer #805649 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) = 4(x-2) - 17 \n" ); document.write( "3x = 4x - 8 - 17 \n" ); document.write( "3x = 4x - 25 \n" ); document.write( "x = 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 23, 25, and 27. \n" ); document.write( " |