document.write( "Question 870798: If the sum of five consecutive even integers is 740, what is the largest of these integers? \n" ); document.write( "
Algebra.Com's Answer #525133 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x + x+2 +x+4 +x+6 + x+8 = 740
\n" ); document.write( " 5x + 20 = 740
\n" ); document.write( " 5x = 720
\n" ); document.write( " x = 144
\n" ); document.write( "Largest is 152
\n" ); document.write( "
\n" );