1

I am just learning logs, and can't get this one out ? How to prove that

$$ \log_a (b) \cdot \log_b (c) = \log_a (c) $$ in the format : log [base]([argument]) thank you .

neofoxmulder
  • 1,166
FutureSci
  • 247
  • 2
  • 9

1 Answers1

2

Express all in base $\;a\;$ (change of base property):

$$\log_ab\cdot\log_bc=\log_ab\frac{\log_ac}{\log_ab}=\ldots$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
  • I feel embarrased ... I really don't believe that i did not see this . Thank you .ps don't have enough credit to vote up. – FutureSci Mar 05 '14 at 13:44