I have a equation:
$$1+k\cdot\frac{80}{(s+2)(s+5)(s+8)}=0\to k\cdot80+(s+2)(s+5)(s+8)=0$$
When we solve that equation for $s$ we get three solutions. Two of those are complex solutions which are eachothers conjugate and the other one is the real solution. When I set:
$$\left|\frac{\text{real solution}}{\text{complex solution}}\right|=1\to\left|\text{real root}\right|=\left|\text{complex root}\right|$$
I need to solve that for $\text{k}$.
Using wolframalpha I found the solutions for $s$: here. So when I call them $s_\text{real root}$ and $s_\text{complex roots}$ I need to solve $k$ for:
$$\left|s_\text{real root}\right|=\left|s_\text{complex roots}\right|$$
You can approach the problem as follows. Denote the real solution as $s_1=r$. Then we have that the two complex solutions are given by $$s_2= r e^{i\phi} \qquad s_3 = r e^{-i\phi}.$$
The polynomial producing these solutions has to be (a multiple of) $$ (s-s_1)(s-s_2)(s-s_3)= s^3 - r (2 \cos \phi +1) s^2 + r^2 (2 \cos \phi +1) s -r^3.$$
Your polynomial gives $$80 k+(s+2) (s+5) (s+8)= s^3+ 15 s^2 +66 s + 80(1+k) $$ Comparing the coefficients, we have $$ r^3 = - 80 (1+k), \quad r^2 (2 \cos \phi+1) =66, \qquad r(2\cos \phi+1) = -15.$$ Dividing the second by the third equation, we have $$ r= -\frac{66}{15}=-\frac{22}5.$$
The last equation reads $$ -\frac{22}{5} (2 \cos \phi+1) = -15$$ which is equivalent to $$ \cos \phi = \frac{53}{44}.$$ As $53/44>1$ there is no solution $\phi\in\mathbb{R}$ and thus your problem has no solution.