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