document.write( "Question 353690: The larger of two consecutive integers is 11 more than one half the smaller \n" ); document.write( "
Algebra.Com's Answer #252834 by checkley77(12844) ![]() You can put this solution on YOUR website! x & x+1 are the 2 integers. \n" ); document.write( "x+1=(x+11)/2 cross multiply \n" ); document.write( "2(x+1)=x+11 \n" ); document.write( "2x+2=x+11 \n" ); document.write( "2x-x=11-2 \n" ); document.write( "x=9 ans. \n" ); document.write( "Proof: \n" ); document.write( "9+1=(9+11)/2 \n" ); document.write( "10=20/2 \n" ); document.write( "10=10 \n" ); document.write( " |