0

How to express $\log_3(2^x)$ using $\log_{10}$? And how to evaluate $4^{\log_4y}$?

3 Answers3

0

Hint 1: $$\log_a b = \frac{\log_{c} b}{\log_{c} a}.$$

Hint 2: $$a^{\log_a b} = b.$$

MT_
  • 19,603
  • 9
  • 40
  • 81
0

Generally without accuracy, $\log_a(b)=\dfrac{\log_c(b)}{\log_c(a)}$ and $a^{\log_a(b)}=b$, where a, b, c are positive numbers. Hope this can help you.

0

The second is clear from the definition of $\log_4(y)$.

The first follows from the formula $\log_a(x) = \frac{\log_b(x)}{\log_b(a)}$plus the fact we can pull exponents out of the $\log$.

(Know the basic properties!)

Henno Brandsma
  • 242,131