How do you evaluate the expression log_11(11^(n-5))?

1 Answer
Oct 17, 2016

The expression can be simplified to n - 5.

Explanation:

Start by simplifying the expression using the rule logn^a = alogn.

=(n - 5)log_11(11)

Now, simplify using the formula log_a(n) = logn/loga.

=(n - 5)log11/log11

=(n - 5)(1)

= n - 5

Hopefully this helps!