document.write( "Question 1011955: find three consecutive integers such that twice the smallest plus three times the middle is equal to twenty-two less than six times the largest \n" ); document.write( "
Algebra.Com's Answer #627786 by stanbon(75887) ![]() You can put this solution on YOUR website! find three consecutive integers such that twice the smallest plus three times the middle is equal to twenty-two less than six times the largest \n" ); document.write( "----- \n" ); document.write( "1st: x-1 \n" ); document.write( "2nd: x \n" ); document.write( "3rd: x+1 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "2(x-1) + 3x = 6(x+1)-22 \n" ); document.write( "----- \n" ); document.write( "2x - 2 + 3x = 6x + 6 - 22 \n" ); document.write( "5x -2 = 6x - 16 \n" ); document.write( "x = 14 \n" ); document.write( "--- \n" ); document.write( "x-1 = 13 \n" ); document.write( "x = 14 \n" ); document.write( "x+1 = 15 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |