5.9k views
0 votes
What is log b^b^6x equivalent to (The b is under log and ^b)? How do you know?

User TARehman
by
5.9k points

1 Answer

0 votes

Answer: 6x

Work Shown:

For each step, the logs are all base b. This is to save time and hassle of writing tricky notation of having to write the smaller subscript 'b' multiple times. The first rule to use is that log(x^y) = y*log(x) for any base of a logarithm. The second rule is that
\log_b(b) = 1 meaning that the log base of itself is 1

log(b^(6x)) = 6x*log(b) .... pull down exponent using the first rule above

log(b^(6x)) = 6x*1 .... use the second rule mentioned

log(b^(6x)) = 6x

User Cewing
by
6.7k points