document.write( "Question 260920: How do you solve this equation The sum of 3 consecutive even integers is fifty-four.The sum of the first 2 consecutive integers is 34.What is the 1st consecutive integer? \n" ); document.write( "
Algebra.Com's Answer #192199 by Greenfinch(383)\"\" \"About 
You can put this solution on YOUR website!
If first number is n, the numbers are n, n+2, n+4
\n" ); document.write( "Total is thus 3n + 6 = 54
\n" ); document.write( "so 3n = 48
\n" ); document.write( "n = 16
\n" ); document.write( "First two numbers are 16 and 18 = 34
\n" ); document.write( "
\n" );