document.write( "Question 246756: the square root of the sum of two consecutive integers is eleven. find the larger integer. \n" ); document.write( "
Algebra.Com's Answer #183812 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let n and n+1 be two consecutive integers. Now \"SQRT%28n%2Bn%2B1%29\" = 11 gives us \"SQRT%282n%2B1%29\" = 11. To get rid of the square root, you square both sides to get 2n+1 = 121. Solving for n, we get n = 60. So our two consecutive integers are 60 and 61. \n" ); document.write( "
\n" );