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