simplifying $({\log_{2}(n)})^{5\log_{2}(n)}$

31 Views Asked by At

I'm trying to solve this operation for a computer algorithms course practice set. I originally assumed that $\log_2(n)^{\log_2(n^5)} = \log_2(n^5) = 5\log_2(n)$ But I know that's not correct.