I have encountered a logarithmic question that I could not solve. Here is the question:
$$\dfrac {\log 64}{\log4}+\dfrac {\log 8}{\log 2}$$
A)1 B)2 C)3 D)5 E)6
Rules of Logarithm:
$$\log_a\left(\frac xy\right)=\log_ax-\log_ay$$
$$\log_ax^n=n\log_ax$$
Here is my calculation:
$$Q=\dfrac {\log 2^6}{\log 2^2}+\dfrac {\log 2^3}{\log 2}$$
$$Q=6\log 2-2\log 2+3\log 2-\log 2$$
$$Q=6\log 2$$ What is the error in my calculation? Thanks in advance.