177k views
3 votes
Rewrite the following as a single logarithm. Please show ALL work!

log₃2+2log₃4

User Robabby
by
8.8k points

1 Answer

2 votes
Note: All logs used in the steps below are base 3 logs

I'll use the following log rules
Rule 1: log(x)+log(y) = log(x*y)
Rule 2: y*log(x) = log(x^2)


Using those log rules, we get...
log(2) + 2*log(4)
log(2) + log(4^2) ... using rule 2
log(2) + log(16)
log(2*16) ... using rule 1
log(32)

------------------------------------------------------------

Final Answer:
\log_(3)(32)


User Khayam Gondal
by
9.3k points