document.write( "Question 864577: find three consecutive odd integers such that twice the sum of the first two 11 is more than three times the greatest
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805857 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( "2((x-2) + x) = 11 + 3(x+2) \n" ); document.write( "2(2x-2) = 3x + 17 \n" ); document.write( "4x - 4 = 3x + 17 \n" ); document.write( "x = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 19, 21, and 23. \n" ); document.write( " |