document.write( "Question 205332: find 3 consecutive even integers such that five times the second equals twice the sum of the first and third \n" ); document.write( "
Algebra.Com's Answer #155013 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find 3 consecutive even integers such that five times the second equals twice the sum of the first and third \n" ); document.write( "----------------------- \n" ); document.write( "1st: 2x \n" ); document.write( "2nd: 2x+2 \n" ); document.write( "3rd: 2x+5 \n" ); document.write( "----------------- \n" ); document.write( "Equation: \n" ); document.write( "5(2x+2) = 2(2x + 2x+5) \n" ); document.write( "10x + 10 = 2(5x+10) \n" ); document.write( "10x + 10 = 10x + 20 \n" ); document.write( "0 = 10 \n" ); document.write( "That is a contradiction. \n" ); document.write( "There are no consecutive even integers that meet the requirement. \n" ); document.write( "================================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |