I don't know where to start with this problem so please help. The problem is:
Find all integers n such that $\phi(n) = 80$.
I don't know where to start with this problem so please help. The problem is:
Find all integers n such that $\phi(n) = 80$.
Hint: If the prime factorization of $n$ is $p_1^{a_1}\cdots p_r^{a_r}$, then $$\phi(n)=\phi(p_1^{a_1})\cdots\phi(p_r^{a_r})=p_1^{a_1-1}(p_1-1)p_2^{a_2-1}(p_2-1)\cdots p_r^{a_r}(p_r-1).$$ The prime factorization of $80$ is $2^4\cdot 5$. What are the possible ways the $2$'s and the $5$ can be distributed among the factors on the right side of this equation?