document.write( "Question 20110: The sum of the squares of two consecutive positive intergers is 164 find the intergers,and please include the heading to define the variables. \n" ); document.write( "
Algebra.Com's Answer #9688 by wuwei96815(245)![]() ![]() ![]() You can put this solution on YOUR website! n=the first positive integer \n" ); document.write( "n+2=the second positive integer\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n^2 + n^2+2 = 164 \n" ); document.write( "n^2 + n^2 = 164-2 \n" ); document.write( "2n^2 = 162 \n" ); document.write( "n^2 = 162/2 = 91 \n" ); document.write( "n = 9 \n" ); document.write( "n+2 = 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I hope that you are satisfied with this solution. \n" ); document.write( " |