So i know that $\phi(ab) = \phi(a)\phi(b)$ if $gcd(a,b)=1$ and if p is prime then $\phi(p^e) = p^e - p^{e-1}$.
I was thinking of splitting $n^e$ into product of things so that I can use the multiplicative property but im not sure how i can ensure the split's gcd is still 1.
Show the value of $\frac{\phi(n)}{n}$ depends only on the distinct prime factors of $n.$
So if $m_1,m_2$ have the same set of prime factors, then $$\frac{\phi(m_1)}{m_1}=\frac{\phi(m_2)}{m_2}.$$
$n$ and $n^e$ have the same prime factors.
So: $$\frac{\phi(n)}{n}=\frac{\phi(n^e)}{n^e}$$ Multiply both sides by $n^e$ to get your result.