(Exploration) Find all perfect squares from 1 to 500, each of which is a sum of two perfect squares.
It can be observed that:
52 = 32 + 42 [25 = 9 + 16]
102 = 62 + 82 [100 = 36 + 64]
132 = 52 + 122 [169 = 25 + 144]
172 = 82 + 152 [289 = 64 + 225]
Thus, the required perfect squares are 25, 100, 169 and 289.