← Complete problem index

PROJECT EULER · #0785

Symmetric Diophantine Equation

Statement only · UnsolvedOriginal problem ↗

Consider the following Diophantine equation: 15(x2+y2+z2)=34(xy+yz+zx) where x, y and z are positive integers.

Let S(N) be the sum of all solutions, (x,y,z), of this equation such that, 1xyzN and gcd(x,y,z)=1.

For N=102, there are three such solutions - (1,7,16),(8,9,39),(11,21,72). So S(102)=184.

Find S(109).

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.