document.write( "Question 945113: The square root of the sum of two consecutive integer is 7. Find the two integers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #576309 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The square root of the sum of two consecutive integer is 7. Find the two integers \n" ); document.write( "============ \n" ); document.write( "7^2 = 49 \n" ); document.write( "n + n+1 = 49 \n" ); document.write( "n = 24 \n" ); document.write( " \n" ); document.write( " |