Determine two consecutive even positive integers, the sum of whose squares is 100.
Let the two consecutive even positive integers are x and (x+2)
∴(x)2+(x+2)2=100 [∵ Sum of the squares of two number is 100]
⇒x2+x2+4x+4=100
⇒2x2+4x+4=100
⇒x2+2x+2=50
⇒x2+2x=48
⇒x2+2x−48=0
⇒x2+8x−6x−48=0
⇒x(x+8)−6(x+8)=0
⇒(x−6)(x+8)=0
⇒(x−6)=0or,(x+8)=0
∴x=6or,x=−8 (rejected, as we are considering positive integers)
So, the consecutive even positive integers are 6 and 8