document.write( "Question 408413: find two consecutive even integers such that three times the first equals the second \n" ); document.write( "
Algebra.Com's Answer #287732 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find two consecutive even integers such \n" ); document.write( "that three times the first equals the second. \n" ); document.write( "---- \n" ); document.write( "1st: 2x \n" ); document.write( "2nd: 2x+2 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "3(2x) = 2x+2 \n" ); document.write( "6x-2x = 2 \n" ); document.write( "4x = 2 \n" ); document.write( "x = 1/2 \n" ); document.write( "------------ \n" ); document.write( "1st: 2x = 2*(1/2) = 1 (not an even integer) \n" ); document.write( "--- \n" ); document.write( "Conclusion: No two consecutive even integers satisfy the \n" ); document.write( "problem condition. \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " \n" ); document.write( " |