document.write( "Question 42522: Find two consecutive integers such that the sum of 2 times the first integer and 4 times second integer is 46. \n" ); document.write( "
Algebra.Com's Answer #27631 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! First = x \n" ); document.write( "Second = x + 1 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "First = 7 \n" ); document.write( "Second = x + 1 = 7 + 1 = 8 \n" ); document.write( " |