document.write( "Question 780833: The sum of three consecutive even integers is 582. What is the largest of the three integers? \n" ); document.write( "
Algebra.Com's Answer #806219 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive even integers: (x-2), x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x-2) + x + (x+2) = 582
\n" ); document.write( "3x = 582
\n" ); document.write( "x = 194\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "largest integer = x + 2 = 196
\n" ); document.write( "
\n" );