document.write( "Question 3387: The sum of three consecutive even integers is 126. WHAT IS THE LARGEST OF THE THREE? \n" ); document.write( "
Algebra.Com's Answer #1471 by drglass(89)\"\" \"About 
You can put this solution on YOUR website!
To solve this problem, start with the smallest and call it n. The next three numbers are n+1 and n+2, so the sum of these numbers is:

\n" ); document.write( "n +(n+1) + (n+2) = 126.

\n" ); document.write( "This equation reduces to:

\n" ); document.write( "3n+3 = 126 subtracting 3 from either side makes it

\n" ); document.write( "3n = 123 and dividing either side by 3 means

\n" ); document.write( "n = 41
\r
\n" ); document.write( "\n" ); document.write( "The smallest is 41 so the largest is 43
\n" ); document.write( "
\n" );