Find two consecutive odd positive integers, sum of whose squares is 970.
Let the two consecutive odd numbers be x and x+2.
Given: sum of the squares of two consecutive odd positive integers is 970.
According to question, we have
x2+(x+2)2=970
⇒x2+x2+4x+4=970
⇒2x2+4x−966=0
⇒x2+2x−483=0
⇒x2+23x−21x−483=0
⇒x(x+23)−21(x+23)=0
⇒(x−21)(x+23)=0
⇒(x−21)=0or,(x+23)=0
⇒x=21or,x=−23
Since the integers are positive so x=21.
Hence the other consecutive positive odd number is 21+2=23.