document.write( "Question 902368: Find three consecutive odd integers so that 4 times the sum of the first two is 31 more than 7 times the third integer. \n" ); document.write( "
Algebra.Com's Answer #805789 by CubeyThePenguin(3113)\"\" \"About 
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( "4((x-2) + x) > 7(x+2)
\n" ); document.write( "4(2x-2) > 7(x+2)
\n" ); document.write( "8x-8 > 7x+14
\n" ); document.write( "x > 22\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The smallest possible value of the smallest integer is 21.
\n" ); document.write( "
\n" );