document.write( "Question 231185: Find 2 consecutive integers such that twice the smaller exceeds the larger by 8 \n" ); document.write( "
Algebra.Com's Answer #171125 by user_dude2008(1862) ![]() You can put this solution on YOUR website! 2x=(x+1)+8 \n" ); document.write( "2x=x+9 \n" ); document.write( "2x-x=9 \n" ); document.write( "x=9 <------- First # \n" ); document.write( "x+2=10 <------- second # \n" ); document.write( " |