document.write( "Question 485261: the sum of three consecutive integers is equal to 13 more than twice the smallest integer \n" ); document.write( "
Algebra.Com's Answer #331901 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x, x+1, x+2 are the integers \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+x+1+x+2= 2x+9 \n" ); document.write( "3x+3=2x+9 \n" ); document.write( "3x-2x=9-3 \n" ); document.write( "x=6\r \n" ); document.write( "\n" ); document.write( "6,7,8 are the integers \n" ); document.write( " |