Benjamin H. answered 04/30/21
Comp Sci Grad with 8+ Years of Logic and Discrete Math Experience
Given a log expression to solve, the first step you always want to take is to see if you can spread it out using your log rules. In these next few steps, I will expand the log into its most spread out form and then simplify.
log4(∛2 / 16) = log4(∛2) - log4(16) - Dividing in a log is the same as subtracting two logs with the same base
log4(∛2) - log4(16) = (log4(2) / 3) - log4(16) - Exponents or roots in a log are the same as multiplying the log by a constant, in this case cube root becomes 1/3.
Now we can simplify each log because we have gotten them to a solvable form. I will only touch on these briefly, but I can explain how a log works if need be.
log4(2) is equal to 1/2 and log4(16) is equal to 2. We can plug these back into our simplified formula above:
(log4(2) / 3) - log4(16) = ((1/2)/3) - 2 = 1/6 - 2 = -11/6
-11/6 would be the exact value of the expression. Let me know if you need clarification or have any questions!