
Antoni C. answered 12/07/20
Math and computer programming tutor with over 3 years experience
In summary, when simplifying logarithmic expressions, two key things to looks for are:
- Factoring the inner expression
- Rewriting the inner expression in terms of an exponential (for example 32 can be thought of as 25)
Part A.
log_3(36)
log_3(62)
2*log_3(6)
2*log_3(2*3)
2(log_3(2) + log_3(3))
2(0.63 + 1)
3.26
Part B.
log_3(32)
log_3(25)
5*log_3(2)
5*0.63
3.15
Part C.
log_3(1/17)
log_3(2/34)
log_3(2) - log_3(34)
0.63 - 3.2
-2.57
Part D.
log_3(index 3√68)
log_3(681/3) (third root can be rewritten as a fractional exponent)
(1/3)log_3(68)
(1/3)log_3(2*34)
(1/3)(log_3(2) + log_3(34))
(1/3)(0.63 + 3.2)
1.28