How many integer-sided right triangles exist whose sides are combinations of the form $\displaystyle \binom{x}{2},\displaystyle \binom{y}{2},\displaystyle \binom{z}{2}$?
Attempt:
This seems like a hard question, since I can't even think of one example to this. Mathematically we have,
$$\left(\dfrac{x(x-1)}{2} \right)^2+\left (\dfrac{y(y-1)}{2} \right)^2 = \left(\dfrac{z(z-1)}{2} \right)^2\tag1$$
where we have to find all positive integer solutions $(x,y,z)$.
I find this hard to do. But here was my idea. Since we have $x^2(x-1)^2+y^2(y-1)^2 = z^2(z-1)^2$, we can try doing $x = y+1$. If we can prove there are infinitely many solutions to,
$$(y+1)^2y^2+y^2(y-1)^2 = z^2(z-1)^2\tag2$$
then we are done.