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 #9948 by olayinka003(5)![]() ![]() ![]() You can put this solution on YOUR website! let x be the first positive integer \n" ); document.write( "let y be the second positive integer \n" ); document.write( "x^2 + n^2 + 2 = 164 \n" ); document.write( "x^2 + n^2 = 164 - 2 \n" ); document.write( "2n^2 = 162 \n" ); document.write( "n^2 = 162/2 \n" ); document.write( "n^2 = 81 \n" ); document.write( "squaring the both sides we have: \n" ); document.write( "n = 9(first positive integer) \n" ); document.write( "n^2 + 2 (second positive integer). \n" ); document.write( "you ll see that n=9 and sqrt of 9 =81 \n" ); document.write( " n^2+ 2=81 + 2 =83 \n" ); document.write( " 164 \n" ); document.write( "hope you got it \n" ); document.write( " |