document.write( "Question 588676: Find three consecutive even integers such that four times the middle integer is equal to the sum of the first and third integers \n" ); document.write( "
Algebra.Com's Answer #374582 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find three consecutive even integers such that four times the middle integer is equal to the sum of the first and third integers \n" ); document.write( "-------- \n" ); document.write( "Integers are n-2, n, n+2 \n" ); document.write( "4n = 2n \n" ); document.write( "n = 0 \n" ); document.write( "--> -2, 0 & 2 \n" ); document.write( " \n" ); document.write( " |