document.write( "Question 393101: four consecutive integers such that the sum of the first three integers equal to the fourth. what are the integers? \n" ); document.write( "
| Algebra.Com's Answer #279040 by mananth(16946)     You can put this solution on YOUR website! four consecutive integers such that the sum of the first three integers equal to the fourth. what are the integers? \n" ); document.write( "... \n" ); document.write( "x,x+1,x+2,x+3 be the consequtive integers \n" ); document.write( ".. \n" ); document.write( "x+x+1+x+2 = x+3 \n" ); document.write( "3x+3=x+3 \n" ); document.write( "3x-x=3-3 \n" ); document.write( "2x=0 \n" ); document.write( "x=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0,1,2,3 are the integers \n" ); document.write( " \n" ); document.write( " |