Simple logarithm question

43 Views Asked by At

I understand that $\log{b}-\log{c} = \log {(\frac{b}{c})}$

However, why does $a\log{b}-a\log{c} = \log{(\frac{b}{c})}$

Am I misunderstanding something?

1

There are 1 best solutions below

0
On

$$a\log b - a\log c = a\left(\log (b) - \log (c)\right)= a\log\left(\frac bc\right) = \log\left(\left(\frac bc\right)^a\right)$$