P142
projecteuler.net

Perfect Square Collection

ℹ️Published on Saturday, 24th February 2007, 01:00 am; Solved by 6496;
Difficulty rating: 45%

Find the smallest $x + y + z$ with integers $x \gt y \gt z \gt 0$ such that $x + y$, $x - y$, $x + z$, $x - z$, $y + z$, $y - z$ are all perfect squares.



Soluzione

Last modified: May 01, 2025. Website built with Franklin.jl and the lovely Julia programming language.