Following is the problem: $$2\frac{\log\sqrt{27}+\log\sqrt{64}-\log\sqrt{343}}{\log144-\log49}$$
where $\log x = \log_{10}x$
My method: \begin{align*} 2\frac{\log27^{\frac{1}{2}}+\log64^{\frac{1}{2}}-\log343^{\frac{1}{2}}}{\log144-\log49} & = \frac{\log27+\log64-\log343}{\log \frac{144}{49}} \\ & = \frac{\log \frac{27\cdot 64}{343}}{\log \frac{144}{49}} \\ & = \frac{27\cdot 64}{343}\frac{49}{144} \\ & = \frac{12}{7}. \end{align*} But wolfram-alpha shows the answer as $\frac{3}{2}$
What went wrong here?