document.write( "Question 1013125: Three times the smallest of three consecutive integers is six more than twice the largest. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #629448 by stanbon(75887) ![]() You can put this solution on YOUR website! Three times the smallest of three consecutive integers is six more than twice the largest. Find the integers. \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( "3(x-1) = 2(x+1)+6 \n" ); document.write( "----- \n" ); document.write( "3x - 3 = 2x + 8 \n" ); document.write( "x = 11 \n" ); document.write( "---- \n" ); document.write( "x-1 = 10 \n" ); document.write( "x+1 = 12 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |