document.write( "Question 780369: find 5 consecutive intergers whose sum is 1530 \n" ); document.write( "
Algebra.Com's Answer #806223 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive integers: x, (x+1), (x+2), (x+3), (x+4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+1) + (x+2) + (x+3) + (x+4) = 1530 \n" ); document.write( "5x + 10 = 1530 \n" ); document.write( "5x = 1520 \n" ); document.write( "x = 304\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 304, 305, 306, 307, and 308. \n" ); document.write( " |