How can I simplify $5^{\log_3 n}$?

131 Views Asked by At

How can I simplify this expression? $$5^{\log_3 n}$$

(original problem image)

Ideally, I need something centered on $n$.

Thank you so much!

1

There are 1 best solutions below

0
On

This is $5^{\ln n/\ln 3}=e^{\ln n\ln 5/\ln 3}=n^{\ln 5/\ln 3}=n^{\log_35}$.