document.write( "Question 1107187: Three consecutive odd integers are such that their sum is more than 57 decreased by twice the greatest of the three integers. What is the smallest integer? \n" ); document.write( "
Algebra.Com's Answer #722245 by TeachMath(96)![]() ![]() ![]() You can put this solution on YOUR website! smallest odd integer: 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "With the smallest odd integer being S, finish solving the following inequality: \n" ); document.write( "S + S + 2 + S + 4 > 57 - 2(S + 4) \n" ); document.write( "3S + 6 > 57 - 2S - 8 \n" ); document.write( "3S > 43 - 2S \n" ); document.write( " |