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 #180102 by suan(1)![]() ![]() ![]() You can put this solution on YOUR website! Let x and (x+1) be the consecutive integers. \n" ); document.write( " \n" ); document.write( "(x+(x+1))=121 \n" ); document.write( "2x+1=121 \n" ); document.write( "2x=120 \n" ); document.write( "x=60 \n" ); document.write( "largest integer is x+1. So 61. \n" ); document.write( " \n" ); document.write( " |