Let n be the first consecutive integer
n+1 is the other consecutive integer
"The sum of the square of two consecutive integers is 61" n^2 + (n+1)^2=61
n^2 + n^2 +2n +1 =60
2n^2 +2n - 60 = 0
n^2 + n - 30 = 0
we can quadratic formula to the answer, or we … Read more