document.write( "Question 46150: Find two consecutive integers such that the sum of 2 times the first integer and 7 times second integer is 88. \n" ); document.write( "
Algebra.Com's Answer #30628 by vihits13(20)![]() ![]() ![]() You can put this solution on YOUR website! since they have to be consecutive lets say the numbers are n and n+1. \n" ); document.write( "so, 2(n)+ 7(n+1)= 88 \n" ); document.write( "2n + 7n+7 = 88 \n" ); document.write( "9n+7=88 \n" ); document.write( "9n=81 \n" ); document.write( "n=9\r \n" ); document.write( "\n" ); document.write( "so the first integer is 9 and the second integer is 10. \n" ); document.write( " |