Question: Find all the couples of $(m,n)\in \mathbb{Z^+ \times Z^+}: \tau(m)=10,\ \tau(n)=21$ and $\gcd(m,n)=18.$
Answer: Let $m=p_1^{m_1}\cdots p_k^{m_k},\ n=q_1^{n_1}\cdots q_l ^{n_l}$ be the prime factorization of $m,n$.
$\tau(m)=10\iff (m_1+1)\cdots(m_k+1)=10\implies m_i+1|10,\ \forall i=1,...,k \implies m_i+1=1,2,5,10\implies m_i= 0,1,4,9,\ \forall i=1,...,k $.
$\tau(n)=21 \iff... \iff n_j=0,2,6,20, \forall j=1,...,l $
From these, we can see that the forms of $m,n$ are $n=p_1^2p_2^6$ or $p^{20}$ and $m=q_1q_2^4$ or $q^9$. And the only case to take $\gcd(m,n)=18=2\cdot3^2$ is if $m=2 \cdot 3^4 $ and $n=3^2\cdot 2^6$.
Is this the correct answer?
Thank you.