document.write( "Question 25102: The sum of three consecutive even integers is 240. Find the integers by setting up and solving an equation. \n" ); document.write( "
| Algebra.Com's Answer #13469 by Paul(988)      You can put this solution on YOUR website! Let the three consectuive integers be x, x+2, and x+4 \n" ); document.write( "x+x+2+x+4=240 \n" ); document.write( "3x+6=240 \n" ); document.write( "3x=234 \n" ); document.write( "x=78 \n" ); document.write( "78+2=80 \n" ); document.write( "78+4=82\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence the 3 numbers are 78, 80, and 82. \n" ); document.write( "Paul. \n" ); document.write( " |