I'm solving this equation in integers: $6 \, x + 10 \, y + 15 \, z = 1$.
I can find many solutions, by combining two two-variable equations into $x = u \, p$, $y = v \, p$, $z = q$, where $u = 2 + 5 \, t$, $v = -1 - 3 \, t$, and $p = 8 + 15 \, s$, $q = -1 - 2 \, s$, with $s$ and $t$ integers. (see Wikipedia)
But I'm obviously missing some solutions. How does Mathematica arrive at this elegant general solution?