0

In a solution to one of my assignment is given that:

$$4^{log_{16} n} = n^{log_{16} 4} = n^{\frac12}$$

I understand the 2nd part, that's simple, but how was the first part achieved?

Babelfish
  • 1,842
Kroyer
  • 83

2 Answers2

1

Indeed an important part is missing:

$4^{log_{16}n}= 16^{log_{16}4*log_{16}n} = n^{log_{16}4} $

0

Let $$y=4^{\log_{16}x}$$ $$\log_{16}y=\log_{16}(x^{\log_{16}4})$$ $$\log_{16}y=\log_{16}(x^{1/2})$$ $$y=x^{1/2}$$

Tom Himler
  • 2,294