Since you copied correctly, there is no closed form solution for the zero of function$$f(x)=5x-8-x^{\frac{\log(2)}{\log(7)}}$$ I suppose that, graphing, you noticed that the solution is just smaller than $x=2$.
Let $a=\frac{\log(2)}{\log(7)}$ and expand around $x=2$
$$f(x)=\left(2-2^a\right)+\left(5-2^{a-1} a\right) (x-2)-2^{a-3} (a-1) a
(x-2)^2-\frac{1}{3} \left(2^{a-4} (a-2) (a-1) a\right) (x-2)^3+O\left((x-2)^3\right)$$ Using series reversion
$$x=2+\frac{2^a-2+f(x)}{5-2^{a-1} a}-\frac{2^{a-2} (a-1) a
\left(2^a-2+f(x)\right)^2}{\left(5-2^{a-1} a\right)^2 \left(2^a
a-10\right)}+O\left(\left(2^a-2+f(x)\right)^3\right)$$ which is the same as the first iteration of Halley method.
Make $f(x)=0$ as desired and $a=\frac{\log(2)}{\log(7)}$; so, you have an explicit formula and, converted to decimals
$$x_{(3)}=\color{blue}{1.8489}5718257\cdots$$ Do the same with Householder method to obtain
$$x_{(4)}=\color{blue}{1.848949}5426\cdots$$ while, as you wrote, the solution is
$$x_{(\infty)}=\color{blue}{1.8489491137}\cdots$$
Edit (just for the fun)
$$f(x) \sim 5x -8 -x^{\frac 1 3}$$ the solution of which giving
$$x_0=\frac{8}{15 \sqrt{15}}\Bigg[\cosh \left(\frac{1}{3} \cosh ^{-1}\left(12 \sqrt{15}\right)\right) \Bigg]^3=1.84531$$
which is a much better starting point for any Newton-type method or approximation.
Using the implicit function theorem
$$x_1=x_0+\frac{x_0^{a_0}\, \log (x_0)}{5-a_0\, x_0^{a_0-1}} (a-a_0)$$
Numerically, $x_1=1.84891$