document.write( "Question 1148696: find two consecutive integers such that the sum of twice the first integer and 3 times the second integer is 28. \n" ); document.write( "
Algebra.Com's Answer #770041 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! integers are x, x+1 \n" ); document.write( "2x+3(x+1)=28 \n" ); document.write( "2x+3x+3=28 \n" ); document.write( "5x=25 \n" ); document.write( "x=5 \n" ); document.write( "integers are 5 and 6. \n" ); document.write( " \n" ); document.write( " |