1.Find the number of all triplets $(x, y, z)$ of positive integers such that $$ \frac{1}{x}+\frac{1}{y}+\frac{1}{z}=\frac{1}{2021}.$$
2.How about if $x,y,z$ are odd?
What I did: we can get $$xyz=2021(xy+yz+zx),$$ Since $2021=43\times 47$, then we can let $x=43s,y=47t\Rightarrow z=\dfrac {2021 s t}{s t - 43 s - 47 t}$. But how can I find the $s,t$ such that $z\in\mathbb{N}$?
Here, I only care about the number of solutions instead of caring what the specific solution is.
It was necessary to write the solution in a more General form:
$$\frac{t}{q}=\frac{1}{x}+\frac{1}{y}+\frac{1}{z}$$
$t,q$ - integers.
Decomposing on the factors as follows: $p^2-s^2=(p-s)(p+s)=2qL$
The solutions have the form:
$$x=\frac{p(p-s)}{tL-q}$$
$$y=\frac{p(p+s)}{tL-q}$$
$$z=L$$
Decomposing on the factors as follows: $p^2-s^2=(p-s)(p+s)=qL$
The solutions have the form:
$$x=\frac{2p(p-s)}{tL-q}$$
$$y=\frac{2p(p+s)}{tL-q}$$
$$z=L$$