Find the lowest number that can be represented as a sum of 2 squares of distinct integers in 12 different ways.
325 can be represented as the sum of the squares of the following pairs of numbers:
1. ( -1,-18)
2. ( -1, 18)
3. ( 1,-18)
4. ( 1, 18)
5. ( -6,-17)
6. ( -6, 17)
7. ( 6,-17)
8. ( 6, 17)
9. (-10,-15)
10. (-10, 15)
11. ( 10,-15)
12. ( 10, 15)
|
Posted by Dej Mar
on 2011-09-08 11:00:00 |