document.write( "Question 747379: Find two consecutive integers such that 3 times the first integer is 4 more than 2 times the second integer. \n" ); document.write( "
Algebra.Com's Answer #454876 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find two consecutive integers such that 3 times the first integer is 4 more than 2 times the second integer. \n" ); document.write( "------------- \n" ); document.write( "n = 1st integer \n" ); document.write( "n+1 = 2nd integer \n" ); document.write( "---- \n" ); document.write( "3n = 2(n+1) + 4 \n" ); document.write( " \n" ); document.write( " |