Question 428620: how would i simplify 4 ln 1/3- 6 ln 1/9 into a single logrithm. what are the steps and where do i want to go ? Found 2 solutions by stanbon, solver91311:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 4 ln 1/3- 6 ln 1/9 into a single logrithm
-----
There are 3 laws you need to know:
1. ln(a) + ln(b) = ln(ab)
2. ln(a) - ln(b) = ln(a/b)
3. ln(a^n) = n*ln(a)
-----------------------
Your Problem:
= ln(1/3)^4-ln(1/9)^6
---
= ln[(1/3)^4/(1/9)^6]
----
= ln[(1/3)^4/(1/3^2)^6]
---
= ln[(1/3)^4/(1/3)^12]
---
= ln[1/(1/3)^8]
---
= ln[3^(-8)]
---
= -8ln(3)
===============
Cheers,
Stan H.
===============