document.write( "Question 957272: 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 #584903 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "------------------ \n" ); document.write( "1st: 2x-1 \n" ); document.write( "2nd: 2x+1 \n" ); document.write( "3rd: 2x+3 \n" ); document.write( "---------------- \n" ); document.write( "Equation: \n" ); document.write( "2x-1+2x+3 = 3(2x+1) - 11 \n" ); document.write( "----- \n" ); document.write( "4x + 2 = 6x-8 \n" ); document.write( "2x = 10 \n" ); document.write( "x = 5 \n" ); document.write( "----- \n" ); document.write( "1st: 2x-1 = 9 \n" ); document.write( "2nd:: 11 \n" ); document.write( "3rd:: 13 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |