How to solve the following? $$\log_2{8}+ \log_3{27}$$ Please advise whether my method below is correct or not? $$\begin{align*}\log_2{8}&=3 \\ \log_3{27}&=3 \end{align*}$$ Answer is: $3+3=6$.
2026-03-30 02:04:58.1774836298
Logarithm addition with different bases
1.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Yes, you are correct. $\log_2{8}$ can be thought of as what integer $x$ will make $2^x = 8$ a true statement. The (only) solution to that statement is $x = 3$. Similarly, $\log_3{27}$ can be thought of as what integer $y$ will make $3^y = 27$ true. The (only) answer would be $y = 3$.
Thus, $$\log_2{8} + \log_3{27} = 3 + 3 = 6$$ as what you would expect.