Question: Which of the following is equivalent to log_a(b^c)?
Options:
Correct Answer: c * log_a(b)
Solution:
log_a(b^c) = c * log_a(b) by the power rule of logarithms.