document.write( "Question 524686: find two consecutive integers such that the sum of 2 times the first integer and 4 times the second integer is 46 \n" ); document.write( "
Algebra.Com's Answer #347842 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find two consecutive integers such that the sum of 2 times the first integer and 4 times the second integer is 46 \n" ); document.write( "-------- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "2x + 4(x+1) = 46 \n" ); document.write( "2x + 4x + 4 = 46 \n" ); document.write( "6x + 4 = 46 \n" ); document.write( "6x = 42 \n" ); document.write( "x = 7 \n" ); document.write( "x+1 = 8 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |