document.write( "Question 659587: Find three consecutive odd integers such that the sum of the smallest and largest is eleven less than three times the middle integer. \n" ); document.write( "
Algebra.Com's Answer #411124 by kevwill(135)![]() ![]() You can put this solution on YOUR website! Let x, x+2, and x+4 be the three consecutive odd integers. Then: \n" ); document.write( "x + (x+4) = 3*(x+2) - 11 \n" ); document.write( "2x + 4 = 3x + 6 - 11 \n" ); document.write( "2x + 4 = 3x - 5 \n" ); document.write( "Subtracting 2x-5 from both sides: \n" ); document.write( "2x + 4 - (2x - 5) = 3x - 5 - (2x - 5) \n" ); document.write( "2x + 4 - 2x + 5 = 3x - 5 - 2x + 5 \n" ); document.write( "9 = x \n" ); document.write( "So the three consecutive odd integers are 9, 11, and 13. \n" ); document.write( " \n" ); document.write( " |