document.write( "Question 989746: there are four consecutive integers. if the smallest one is x, find the sum of the four integers \n" ); document.write( "
Algebra.Com's Answer #609963 by ikleyn(52813)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "If the smallest of four consecutive integers ix x,\r \n" ); document.write( "\n" ); document.write( "then the integers are x, x+1, x+2 and x+3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Their sum is \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+1) + (x+2) + (x+3) = 4x + 1 + 2 + 3 = 4x + 6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |