Lesson Library> Logarithms

Logarithms

Introduction

We sometimes want to solve equations like $a^{x}=b$, where $a$ and $b$ could be any numbers. For example, we might want to solve $10^{x}=100$. In this case it's very simple. We can quickly see that $10^2=100$, so $x=2$. But what if we had a more complicated equation? Say $10^{x}=200$? $10^2=100$ and $10^3=1000$, so the answer is somewhere in between 2 and 3. But how do we find the exact value of $x$? This is one of the things we will cover in this lesson.



What Are Logarithms?

Logarithms are way for us to rewrite exponents. If we have the equation $2^5=32$ we can rewrite this as $\log_232=5$ using logarithms. Similarly, $x^y=z$ can be rewritten as $\log_xz=y$.  Hopefully you can see the pattern here. With exponentials, we input a base and an exponent and get a result. With logarithms, we input a base and the result and get the exponent. Logarithms can thus be said to the "opposite" of exponents. If I have the logarithm $\log_{10}100=x$, I like to think of this as: "What number $x$ do I have to raise $10$ to in order to get $100$?". In this case the answer is $2$ so the $\log_{10}100=2$. Similarly, $\log_ba$ is the value that we have to raise $b$ to in order to get $a$. We can write this mathematically as $b^{\log_ba}=a$. 

In $\log_ba$ we call $b$ the base and $a$ the argument of the logarithm. The logarithm is a type of function, that outputs a different value depending on the base and the argument.


Example 1

Find the value of

  a) $\log_39$.

  b) $\log_2{\frac{1}{4}}$

Solution

a) $\log_39$ is the number we have to raise $3$ to in order to get $9$. Since $3^2=9$, we have that $\log_39=2$.

b) By definition, $2^{\log_2{\frac{1}{4}}}=\frac{1}{4}$. Now $\frac{1}{4} =$$ \frac{1}{2^2}= $$ 2^{-2}$, so we have $2^{\log_2{\frac{1}{4}}}=2^{-2}$. Therefore $\log_2{\frac{1}{4}}=-2$. (The methods used in part a) and b) are slightly different, but we're really doing the same thing.)


There are some special cases that are good to know for calculating logarithms. The first is the value of $\log_bb$. By definition $\log_bb$ is the number that satisfies $b^{\log_bb}=b$. The only value that satisfies this is $1$, so $\log_bb=1$ for any $b$. (Unless $b$ equals $0$ or $1$, in which case there are infinitely many solutions. For this reason, base $0$ and $1$ are never used. For the rest of the lesson, we assume that $b\neq0$ and $b\neq1$.) The next property is the value of $\log_b1$. Since $b^{\log_b1}=1=b^0$ we have $\log_b1=0$.

These two properties, $\log_bb=1$ and $\log_b1=0$, are special cases of the general property $\log_b{b^x}=x$. We can think of the value of $\log_b{b^x}$ as: "What number do I need to raise $b$ to in order to get $b^x$?'' Obviously, the answer is $x$, so $\log_b{b^x}=x$.

From this we see that the logarithm $\log_bx$ is actually the inverse of the exponential $b^x$. This is because if we put $b^x$ as the argument of the logarithm we get back $x$.

Another thing that is good to know is that logarithms with negative bases or arguments are almost always undefined. For example, what is the value $\log_{10}({-10})$? It's the value that satisfies $10^{\log_{10}({-10})}=-10$. However, ten to the power of something will never be a negative number. We can get close to zero by taking for example $10^{-100}=\frac{1}{10^{100}}$, but we'll never reach or go below zero. Therefore $\log_{10}(-10)$ is undefined (unless we allow complex numbers, but we aren't able to handle them yet). It is similar for negative bases. For example, what is the value of $\log_{-4}{5}$? It's the value that satisfies $({-4})^{\log_{-4}{5}}=5$. Although $(-4)^x$ can be a positive number (as in $(-4)^2=16$), it can never be $5$. This is because as soon as the exponent $x$ is not a whole number, then $(-4)^x$ is undefined, and by trial and error there are no whole numbers that satisfy $(-4)^x=5$. Since there are no solutions to $(-4)^x=5$, then $\log_{-4}{5}$ must be undefined.

Some logarithms with negative bases are actually defined. For example, $\log_{-4}16=2$ and $\log_{-2}(-8)=3$. However, it only works in very specific cases. This is not very useful, so in this lesson we will mostly look at logarithms with positive bases and arguments.

Even though the base and the argument must always be positive, the result of a logarithm can still be negative. For example, $\log_{5}{\frac{1}{125}}=-3$ and $\log_{\frac{1}{2}}{2}=-1$.


Exercise 1

  a) Convert $10^{-1}=0.1$ to a logarithmic equation.

  b) Convert $16=2^4$ to a logarithmic equation.

  c) Convert $\log_525=2$ to an exponential equation.

  d) Write $x^y=z$ as a logarithmic equation.

a) $$10^{-1}=0.1$$$${\log_{10}{0.1}}=\boldsymbol{-1}$$ 

b) $$16=2^4$$$$\boldsymbol{\log_216}=\mathbf{4}$$

c) $$ \log_525=2$$$$\mathbf{5^2}=\mathbf{25}$$

d) $$ x^y=z$$$$\boldsymbol{\log_xz}=\boldsymbol{y}$$


Exercise 2

Find the value of

  a) $\log_3{\frac{1}{9}}$

  b) $\log_81$

  c) $\log_6{0}$

  a) $\log_3{\frac{1}{9}}=\log_3\frac{1}{3^2}=$$\log_3{3^{-2}}=$$\mathbf{-2}$.  Alternatively, $$3^{\log_3{\frac{1}{9}}}=\frac{1}{9}$$$$3^{\log_3{\frac{1}{9}}}=3^{-2} $$$$ \boldsymbol{\log_3{\frac{1}{9}}}=\mathbf{-2}$$

  b) $\log_81=\log_8{8^0}=\mathbf{0}$. Alternatively, remember the rule $\log_b1=0$.

  c) There is no $x$ that satisfies $6^x=0$. Therefore $\log_60$ is undefined.


Exercise 3

Solve the equations

  a) $\log_9x=\frac{1}{2}$.
  b) $\log_x13=6$.

a) $$ \log_9x=\frac{1}{2}$$$$9^{\log_9x}=9^{\frac{1}{2}}$$$$x=\sqrt{9}$$$$\boldsymbol{x}=\mathbf{3}$$

b) $$\log_x13=6$$$$x^{\log_x13}=x^6$$$$13=x^6$$$$\boldsymbol{x}=\boldsymbol{13^{1/6}}$$


Base 10 Logarithms

Let's say that we wanted to solve the equation $10^x=200$. Since $10^2=100$ and $10^3=1000$, the answer must be somewhere in between $2$ and $3$. However, the exact value is hard to guess. We could say that the solution is $x=\log_{10}{200}$, which is technically correct but it doesn't give us a specific value.

This is where we "cheat". We can type $\log200$ into a calculator and it will give us the answer. In this case it's $x=\log200\approx2.301$. This may seem like a very boring way to find solutions to these equations, since we're basically asking the calculator to do it for us, but there is actually no better way. However, the calculator can't handle loads of different bases. It can handle base ten, but for other bases we need a formula to convert them to base ten. But let's first introduce some notation: $\log x$ is assumed to be base ten if the base is not specified. This is just to make it easier to read.

When we want to find logarithms with other bases than ten we need this formula:

$$\log_b{x}=\frac{\log{x}}{\log{b}}$$

Proof: we know that $$ b^{\log_b{x}}=x.$$ Then

$$(10^{\log{b}})^{\log_b{x}}=x$$$$10^{\log{b}\cdot\log_b{x}}=x$$$$10^{\log{b}\cdot\log_b{x}}=10^{\log{x}}.$$

And, since the exponents must be equal,

$$\log{b}\cdot\log_b{x}=\log{x} $$$$\log_b{x}=\frac{\log{x}}{\log{b}}.$$

We can use this to solve equations with other bases than ten.


Example 1

Find the value of $x$ if $12^x=132$.

Solution

$x=\log_{12}{132}=\frac{\log132}{\log12}$$\approx1.96$.


Exercise 1

Find the value of $x$ if

a) $10^x=0.5$.

b) $5^x=10$.

c) $2^x\cdot4^x=5$.

a) $x=\log0.5\approx{-0.301}$

b) $x=\log_510=\frac{\log10}{\log5}=$$\frac{1}{\log5}\approx1.431$

c) $$2^x\cdot4^x=5$$$$(2\cdot4)^x=5$$$$8^x=5$$$$x=\log_85$$$$x=\frac{\log5}{\log8}$$$$\boldsymbol{x}\approx\mathbf{0.774}$$



Exercise 2

Without using a calculator, find the value of

a) $\frac{\log3}{\log9}$

b) $\frac{\log a^3}{\log a}$

a) $\frac{\log3}{\log9}= \log_93 = \mathbf{\frac{1}{2}}$

b) $\frac{\log a^3}{\log a} = \log_aa^3 = 3$


Exercise 3

Prove that $$\log_b{a}=\frac{\log_c{a}}{\log_c{b}}$$

Either use the same method as above with $c$ instead of $10$, or

$$\frac{\log_c{a}}{\log_c{b} } = \frac{\enspace\frac{\log a}{\log c}\enspace}{\frac{\log b}{\log c}}$$$$= \frac{\log a}{\log b}$$$$= \log_ba$$



Logarithm Laws

There are some rules that can be very useful when you're dealing with logarithms. We have already found one formula:

$$\log_b{a}=\frac{\log{a}}{\log{b}}$$

There are a few more I want to go over in this lesson. The first one is this:

$$\log{a^x}=x\log{a}$$

This is how we prove it. We start with the left hand side and replace $a$ with $10^{\log a}$.

$$\log{a^x}=\log{({(10^{\log{a}})^x})}=\log({10^{x\log{a}}})=x\log{a}$$$$\implies\log{a^x}=x\log{a}$$

Of course, we could have used any positive base instead of ten, so the formula can be generalized to $$\log_b{a^x}=x\log_b{a}.$$.


Example 1

Solve the equation $5^x=10$

Solution

We have already solved this equation before, but I want to show a way of solving it using the new formula. First we take the logarithm of both sides.

$$5^x=10$$$$\log{5^x}=\log10$$

Then we bring the $x$ outside the logarithm and divide by $\log5$.

$$x\log5=\log10$$$$x=\frac{\log10}{\log5}$$

Since $\log10=1$ we can simplify this as

$$x=\frac{1}{\log5}$$

It would have been shorter to find the answer using the formula $\log_5{a}=\frac{\log{a}}{\log{5}}$. However, if you don't like memorizing formulae this other way might feel easier.


The next logarithm law I want to show you is about the logarithm of a product. We prove it in a similar way as the last law. We start with the expression $\log{ab}$ and replace $a$ with $10^{\log{a}}$ and $b$ with $10^{\log b}$.

$$\log{ab}=\log(10^{\log{a}}\cdot10^{\log{b}})=\log{10^{\log{a}+\log{b}}}=\log{a}+\log{b}$$$$ \implies\log{ab}=\log{a}+\log{b}$$

And that's our formula. Using this and that $\log{a^x}=x\log{a}$, we can prove a similar formula for division.

$$\log{\frac{a}{b}}=\log({a\cdot{b^{-1}}})=\log{a}+\log{b^{-1}}=\log{a}-\log{b}$$$$\implies\log{\frac{a}{b}}=\log{a}-\log{b}$$


That was actually the last logarithm law I wanted to go over. However, since they're all spread out in the text, I'll summarize them here for easier reference. I'll also include some basic properties that are good to know.

$$b^{\log_b{a}}=a$$$$\log_b{b^a}=a$$$$\log_b{b}=1$$$$\log_b1=0$$$$\frac{\log_c{a}}{\log_c{b}}=log_b{a}$$$$\log_b{a^x}=x\log_b{a}$$$$\log_c{ab}=\log_c{a}+\log_c{b}$$$$\log_c{\frac{a}{b}}=\log_c{a}-\log_c{b}$$

Here are some other laws, that you can prove as exercises:

$$(\log_a{b})\cdot(\log_c{d})=(\log_a{d})\cdot(\log_c{b})$$$$\log_ba=\frac{1}{\log_ab}$$$$\log_{a^n}{b^n}=\log_ab$$



Exercise 1

Which of the following statements are true?

a) $\log{a}+\log{x}=\log{ax}$ for any $a$ and $x$.

b) $(\log{c})^a=a\log{c}$ for any $a$ and $c$.

c) $\log2+\log5=10$

d) $\log{a}-\log{a^2}=-\log{a}$

a) True.

b) False. $a\log{c}=\log({c^a})\neq(\log{c})^a$

c) False. $\log2+\log5=\log10=1$

d) True. $\log{a}-\log{a^2}=\log{a}-2\log{a}=-\log{a}$. Alternatively, $\log{a}-\log{a^2}=\log{\frac{a}{a^2}}=\log{a^{-1}}=-\log{a}$.



Exercise 2

Simplify the expressions.

a) $\log({xy})-\log{x}-\log({yz})$

b) $\frac{\log s^n}{n}$

a) $\log({xy})-\log{x}-\log({yz})=$$\log({\frac{xy}{x}})-\log({yz})=$$\log{y}-(\log{y}+\log{z})=$$\boldsymbol{-\log{z}}$

b) $\frac{\log s^n}{n} = \frac{n\log s}{n} $$= \boldsymbol{\log s}$


Exercise 3

Prove that

a) $(\log_a{b})\cdot(\log_c{d})=(\log_a{d})\cdot(\log_c{b})$.

b) $\log_ba=\frac{1}{\log_ab}$

c) $\log_{a^n}{b^n}=\log_ab$

a) $(\log_a{b})\cdot(\log_c{d}) $$=\frac{\log{b}}{\log{a}}\cdot\frac{\log{d}}{\log{c}}$$ = \frac{\log{d}}{\log{a}}\cdot\frac{\log{b}}{\log{c}}$$ = (\log_a{d})\cdot(\log_c{b})$

b) $\log_ba = \frac{\log{a}}{\log{b}} $$= (\frac{\log{b}}{\log{a}})^{-1} =$$\frac{1}{\log_ab}$

c) $\log_{a^n}{b^n}=$$\frac{\log{b^n}}{\log{a^n}}$$=\frac{n\log{b}}{n\log{a}}$$=\frac{\log b}{\log a}$$ = \log_ab$


Exercise 4

Simplify the expressions

a) $\log_ba\cdot\log_{b^2}a\cdot\log_{b^3}a$.

b) $\log_b{a^n}\cdot\log_{b^2}{a^{n-1}}\cdot\log_{b^3}{a^{n-2}}\dotsm\log_{b^n}{a}$.


a) According to the formula proved in exercise 3 c), this is equal to $\log_ba\cdot\log_b{a^{1/2}}\cdot\log_b{a^{1/3}}$$=\log_ba\cdot\frac{1}{2}\log_ba\cdot\frac{1}{3}\log_ba$$= \boldsymbol{\frac{1}{6}(\log_ba)^3}$.

b) Using the formula proved in exercise 3 a), we can switch the arguments of the logarithms however we want. If we switch the first argument with the last argument, the second with the second to last, and so on, we get $\log_ba\cdot\log_{b^2}{a^2}\cdot\log_{b^3}{a^3}\dotsm\log_{b^n}{a^n}$. According to 3 c), each of these factors is simply $\log_ba$. Since there are $n$ factors, the whole expression is equal to $\boldsymbol{(\log_ba)^n}$.



Graph of y=log x

While the graph is not very useful in itself, it can often help us better understand the problems we are dealing with. Let's first find some points on the curve $y=\log{x}$. Since $\log1=0$ and $\log10=1$, then $(1,0)$ and $(10,1)$ must lie on the curve. Since $\log0.1=-1$, $\log0.01=-2$, $\log0.001=-3$ and so on, we know that $y$ goes towards minus infinity as $x$ gets closer and closer to zero. For the graph, this means that the curve approaches the $y$-axis asymptotically, that is, for $x$ close to zero the curve is almost parallel to the $y$-axis, and it becomes even more parallel as $x$ gets even closer to zero. For $x=0$, however, $\log x$ is undefined. For negative values of $x$ the logarithm of $x$ is also undefined, so the curve will not exist to the left of the $y$-axis. From this, we can guess that the graph looks something like this:

Although the graph of $y=\log_{b}{x}$ is not necessarily identical to the graph of $y=\log{x}$, it has the same general shape. This is because $\log_{b}{x}=\frac{\log x}{\log{b}}$, which is just a scaled version of $\log x$.

The graph of $y = \log x$ actually has a likeness to the graph of $y=10^x$, and that's not a coincidence. We can rewrite $y=\log{x}$ as $10^y=x$, or $x=10^y$. This is exactly the same as $y=10^x$, except that the variables have switched place. If the $x$-axis and the $y$-axis could also switch place, then $x=10^y$ (with switched axis) would look exactly the same as $y=10^x$ (without switched axis).

When we switch axis we're really reflecting the whole graph in the line $y=x$. That's why we get this symmetry.



Example 1

Find all solutions to the equation $\log_{\sqrt{2}}{x}=x$, where $\log_{\sqrt2}$ is the base $\sqrt{2}$ logarithm.

Solution

$$\log_{\sqrt{2}}{x}=x$$$$x=(\sqrt{2})^{x}$$

There are no neat algebraic ways of solving this equation, but we can try some values and see what works. It turns out that $x=2$ and $x=4$ are solutions. But how do we know if there are any more solutions? Now it helps to think of the problem graphically. A solution to $\log_{\sqrt{2}}{x}=x$ is a point where the curve $y=\log_{\sqrt{2}}{x}$ intersects the line $y=x$. Only when these two curves intersect will $\log_{\sqrt{2}}{x}=x$. Because of the shape of the logarithm this can only happen at most twice. Therefore $x=2$ and $x=4$ are the only solutions. 



Why Logarithms Were Invented

Logarithms were first invented as a simpler way to multiply large numbers, before there were calculators. For example, if we wanted to multiply $136.62$ with $428.47$ we could express this as $136.62\cdot428.47=$$10^{\log({136.62\cdot428.47})}=$$10^{\log136.62+\log428.47}$. We would then look up the value of the logarithms $\log{136.62}$ and $\log428.47$ in a logarithm table, add them together and take ten to the power of the sum. This would give the value of $136.62\cdot428.47$, and is much easier than multiplying them directly.

The same method can be used for division. For example, if we wanted to find $1366$ divided by $4284$, we could say $\frac{1366}{4284}=$$ 10^{\log{\frac{1366}{4284}}} =$$ 10^{\log1366-\log4284}$. The value of this expression is easy to find using logarithm tables.


The natural logarithm

So far we have used base $10$ as our primary base, but the most common base in advanced maths is actually $e$, where $e=1+1+\frac{1}{2!}+\frac{1}{3!}+\dotsb\approx2.72$. The logarithm of base $e$ is called the natural logarithm and is written $\ln$. This might seem a bit random, but it actually turns out to be very useful. Why $e$ is so special is hard to explain without going into derivatives, but the number $e$ and the natural logarithm will be discussed much more in the next lesson. For now, it's just good that you've seen it.


Problems to Solve

Exercise 1

Solve the equation $10^{x+1}=15$.

$$10^{x+1}=15$$$$10^x=\frac{15}{10}$$$$\boldsymbol{x}=\boldsymbol{\log1.5}$$


Exercise 2

Simplify $\log{\frac{a}{b}}+\log({ab})$.

$\log{\frac{a}{b}}+\log{(ab)}= \log({\frac{a}{b}}\cdot{ab})=\log{a^2}=$$\boldsymbol{2\log{a}}$


Exercise 3

A coin is tossed $n$ times. Each toss has a $0.63$ chance of showing heads. What is the maximum number of times we can toss the coin so that the probability of getting heads on all our tosses is greater than $0.01$?

If the coin is tossed once, the probability is $0.63$. If the coin is tossed twice, the probability is the chance that the first toss is heads times the chance that the second toss is heads, that is, $0.63\cdot0.63$. For $n$ tosses the probability is  $0.63^n$. We set up the equation $$0.63^n=0.01$$$$n\log{0.63}=\log0.01$$$$n=\frac{\log0.01}{\log0.63}\approx9.967$$

However, we need a whole number of tosses. If we tossed ten times the probability would decrease from $0.01$, so the answer is nine times.


Exercise 4

Evaluate $\log_927$ without using a calculator.

$\log_927= \log_93^3 = \log_9{(9^{1/2})^3} = \log_99^{3/2} = \mathbf{\frac{3}{2}}$


Exercise 5

Solve the equation $\log_4(x+2)+\log_4(x-1) = 1$.

$$\log_4(x+2)+\log_4(x-1) = 1$$$$\log_4{\big[(x+2)(x-1)\big]} = 1$$$$(x+2)(x-1) = 4^{1}$$$$x^2+x-6 = 0$$$$(x+3)(x-2) = 0$$$$x_1 = -3$$$$x_2 = 2$$

However, since $\log_4(-3+2)$ is undefined, $x=-3$ is not a solution. But $x=2$ is a solution, since $\log_44 + \log_41 = 1$. Therefore the answer is $\boldsymbol{x}=\mathbf{2}$.


Exercise 6

Solve the equation $7^{\log{x}}=2$.

First we solve for $\log x$. $$7^{\log{x}}=2$$$$\log{7^{\log{x}}}=\log2$$$$\log{x}\cdot\log7=\log2$$$$\log{x}=\frac{\log2}{\log7}$$$$\boldsymbol{x}=\boldsymbol{10^{\frac{\log2}{\log7}}}$$


Exercise 7

Which is larger: $\log_4130-\log_45$ or $\frac{\log_4130}{\log_45}$?

(Log1 Contest, $2012$-$2013$ Round 1 Theta Logs & Exponents, Problem $4$)

$\log_4130 - \log_45 = \log_4{\frac{130}{5}} = \log_426$, which is between $2$ and $3$, since $\log_416=2$ and $\log_464 = 3$. The other one is $\frac{\log_4130}{\log_45}= \log_5130$, which is greater than $3$, since $\log_5125=3$. Therefore $\frac{\log_4130}{\log_45}$ is larger.



Exercise 8

Evaluate $16^{\log_23}$.

$16^{\log_23} = 2^{4\log_23} = 2^{\log_281} = \mathbf{81}$


Exercise 9

Write $\log{\sqrt{41}}$ in the form $\log_x{41}$.

$\log{\sqrt{41}}=\log_{10}{\sqrt{41}}= \log_{10^2}(\sqrt{41})^2 = {\log_{100}{41}}$



Exercise 10

Solve the equation $10^{\log{2x}}=x$.

$$10^{\log{2x}}=x$$$$2x=x$$$$x=0$$

However, since $\log0$ is undefined there are no solutions.


Exercise 11

Simplify the expression $r^{-\frac{1}{\log{r}}}$.

$r^{-\frac{1}{\log{r}}} = r^{-\log_r10} = r^{\log_r10^{-1}} = 10^{-1} = {\frac{1}{10}}$


Exercise 12

Find $\frac{y}{x}$ if $\log_xy = \log_x10 + 1$.

We use that $1=\log_xx$: $$\log_xy = \log_x10 + 1$$$$= \log_x10 + \log_xx$$$$=\log_x(10x)$$$$y=10x$$$$\boldsymbol{\frac{y}{x}}=\mathbf{10}$$



Exercise 13

Evaluate $\frac{1}{\log_240}+\frac{1}{\log_440}+\frac{1}{\log_540}$.

$\frac{1}{\log_240}+\frac{1}{\log_440}+\frac{1}{\log_540}=$$\log_{40}2 + \log_{40}4 + \log_{40}5=$$\log_{40}({2\cdot4\cdot5})=$$\log_{40}40 = \mathbf{1}$


Exercise 14

If $\log_b13=a$ and $\log_b22=c$ and $13^x=22$, what is $x$ in terms of $a$ and $c$?

A. $ac$            B. $\frac{a}{c}$            C. $a+c$            D. $c-a$            E. None of the above

(MAΘ National Convention, 1997 Logs & Exponents, Problem $12$)


The third equation implies that $\log_{13}22 = x$. By dividing the second equation by the first equation we get

    $$\frac{\log_b22}{\log_b13} = \frac{a}{c}$$$$\log_{13}22 = \frac{a}{c}$$

Therefore $x=\log_{13}22 = \frac{a}{c}$, so the answer is B.


Exercise 15

Find the value of $\log4$ (without using a calculator) given that $\log5=0.70$.

$$\log5=0.70$$$$2\log5=1.4$$$$\log25=1.4$$$$\log4+\log25=\log4+1.4$$$$\log100=\log4+1.4$$$$2=\log4+1.4$$$$\boldsymbol{\log4}=\boldsymbol{0.6}$$


Exercise 16

If $\log_2a = \log_3b = \log_6c = \log_7(a+b+c)$, find $\log_{abc}6$.

A. $2$            B. $1$            C. $\frac{1}{4}$            D. $\frac{1}{2}$            E. None of the above

(MAΘ National Convention, 2019 Logs & Exponents, Problem 21)

Let $x = \log_2a = \log_3b = \log_6c = \log_7(a+b+c)$. It follows that

    $$2^x=a$$$$3^x=b$$$$6^x=c$$$$7^x = a+b+c$$

    By adding the first three equations we get

    $$2^x+3^x+6^x = a+b+c$$

    But, since $a+b+c=7^x$, we have 

    $$2^x+3^x+6^x = 7^x$$

    $x=2$ solves this equation, since $2^2+3^2+6^2 = 4+9+36 = 49 = 7^2$. By multiplying the first three equations we get

    $$abc= 2^x\cdot3^x\cdot6^x$$$$= 36^x$$$$= 36^2$$ 

    Therefore $\log_{abc}6 = \log_{36^2}6 = \log_{6^4}6 = \frac{1}{4}$, so the answer is C.