document.write( "Question 775725: The sum of five consecutive even integers is 210. The largest of these even integers is? \n" ); document.write( "
Algebra.Com's Answer #473099 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! Let the consecutive even integers be: 2n-4, 2n-2, 2n, 2n+2 and 2n+4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sum is 210.\r \n" ); document.write( "\n" ); document.write( "(2n-4)+(2n-2)+2n+(2n+2)+(2n+4) = 210 \n" ); document.write( "10n = 210 \n" ); document.write( "n = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the greatest of the 5 consecutive integer is 2x21+4 = 46. \n" ); document.write( " |