Do there exist positive integers $x,y,z$ such that $x,y$ have exactly $1000$ common positive divisors, $y,z$ have exactly $720$ common positive divisors, and $z,x$ have exactly $350$ common positive divisors?
If a number has a prime factorization $p_1^{a_1}\dots p_n^{a_n}$, then the number of divisors is $(a_1+1)\dots(a_n+1)$. So if $\gcd(x,y)$ is written in this form, then $p_1^{a_1}\dots p_n^{a_n}=1000$. Similarly for $\gcd(y,z)$ and $\gcd(z,x)$.