document.write( "Question 59127:  The sum of 3 consecutive even integers is 54. What is the first consecutive integer? 
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #40537 by asha(30)      You can put this solution on YOUR website! let the integers be x ,x+2,x+4 \n" ); document.write( "given: x+x+2+x+4=54 \n" ); document.write( " 3x+6=54 \n" ); document.write( " 3x=48 x=48/3=16 \n" ); document.write( " the integers are 16,18, 20\r \n" ); document.write( "\n" ); document.write( "the first integer is 16 \n" ); document.write( " |