document.write( "Question 128153: Find three consecutive even integers such that the sum of the first and third exceeds one-half the second by 15. \n" ); document.write( "
| Algebra.Com's Answer #93825 by stanbon(75887)      You can put this solution on YOUR website! Find three consecutive even integers such that the sum of the first and third exceeds one-half the second by 15. \n" ); document.write( "------------- \n" ); document.write( "1st even: 2x \n" ); document.write( "2nd even: 2x+2 \n" ); document.write( "3rd even: 2x+4 \n" ); document.write( "------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "2x + (2x+4) = (1/2)(2x+2) + 15 \n" ); document.write( "4x+4 = x+1 + 15 \n" ); document.write( "3x = 12 \n" ); document.write( "x = 4 \n" ); document.write( "---------- \n" ); document.write( "1st even: 8 \n" ); document.write( "2nd even: 10 \n" ); document.write( "3rd even: 12 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |