document.write( "Question 970056: Find two consecutive even integer such that four times the first is three times the second. Show me how. \n" ); document.write( "
Algebra.Com's Answer #592782 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find two consecutive even integer such that four times the first is three times the second. Show me how. \n" ); document.write( "------------- \n" ); document.write( "n & n+2 \n" ); document.write( "4n = 3(n+2) \n" ); document.write( " \n" ); document.write( " |