Find the two consecutive positive integers, such that their sum of whose squares is 365.
13, 14
Let the numbers be x and x+1
x2+(x+1)2=365
⇒ x2+x2+2x+1=365
⇒2x2+2x-364=0
⇒ x2+x-182=0(on dividing by 2)
⇒ x2+14x-13x-182=0
⇒ x =13 or -14 .
Therefore, x = 13 [positive integers are considered in the problem]
So, required consecutive numbers are 13 and 14.