document.write( "Question 1074097: The sum of 5 consecutive even integers is 300. Let x be the second integer . What are the five integers? \n" ); document.write( "
Algebra.Com's Answer #688806 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The sum of 5 consecutive even integers is 300. \n" ); document.write( " Let x be the second integer . \n" ); document.write( "(n-2) + n + (n+2) + (n+4) + (n+6) = 300 \n" ); document.write( "5n + 10 = 300 \n" ); document.write( "5n = 290 \n" ); document.write( "n = 290/5 \n" ); document.write( "n = 58 is the 2nd integer \n" ); document.write( ": \n" ); document.write( " What are the five integers? \n" ); document.write( "56, 58, 60, 62, 64 \n" ); document.write( " |