In general, problems like this do not have closed-form solutions. Taking the logarithm of this equation; you get:
$$
x\log 8 = \log x + \log 6
$$
Generalize this to
$$
ax + b\log x + c = 0
$$
If this had a solution algebraic in $a, b, c: x = A(a, b, c)$, then
$$
\begin{align}
aA + b\log A + c &= 0 \\
\log A &= -\frac{a}{b}A -\frac{c}{b} = B(a, b, c)\\
A(a, b, c) &= e^{B(a, b, c)}
\end{align}
$$
where both $A$ and $B$ are non-constant and algebraic in $a, b, c$. That is impossible.
I originally said that $\log x$ would be algebraic, and that isn't quite right.
This problem was devised for effect. We'll look backward here by seeing what happens if you substitute $y=3x$.
$$
\begin{align}
8^x &= 6x \\
2^{3x} &=2 \cdot 3x\\
2^y &= 2y
\end{align}
$$
Now, we consider the coincidence that $2^2 = 2\cdot2$ and $2^1 = 2\cdot 1$. So, $y=2$ and $y=1$ are solutions, and so $x=\frac23$ and $x=\frac13$ are solutions. But for general constants, you can't hope to guess at a solution. You will be in the realm of numerical approximation.
Not understanding how to solve this problem is not a sign of a lack of skill. The problem is too contrived.