Text
In how many ways can be written as a sum of two squares of positive integers with ? Find all the representations.
Solution
Try while (i.e. ):
- : , so ✓
- : , not a square
- : , not a square
- : , not a square
- : , so ✓
There are therefore representations: .