Question 89166This question is from textbook
: Find two consecutive positive integers such that the sum of their squares is 85.
Thank you! This question is from textbook
You can put this solution on YOUR website! First Integer = i
Second Integer = i + 1
(i)^2 + (i + 1)^2 = 85
i^2 + i^2 + 2i + 1 = 85
2i^2 + 2i - 84 = 0
i^2 + i - 42 = 0
(i - 6)(i + 7) = 0
i = 6 and i = -7
Positive: 6 and 7