I suppose you are looking for the lowest integer value of "x" which satisfies the inequality.
In my mind, an easy way would consist in using Jeff Snider's formulation and take the logarithms of both sides. So, the equation is just a sum of "x" logarithms.
If we assume that "x" is small, we could use the approximation Log(1+y) = y and if we also assume that "k" is small compared to 82, just forget the "k" in the denominator. All of this lead to the search of "x" such that
x (1-x) / 82 > Log(1/2)
Solve the quadratic equation assuming, for the time being that "x" is real : the only positive root is 8.06. Then try x=8; you get a value equal to 0.473355. Since your ratio decreases when "x" increases, try x=7; you get a value equal to 0.575047. So x=7 is your solution.
Just for testing puroposes, I replace the value of 0.5 by 0.01. Using the same method as before, the root of the quadratic equation is 19.94 while the solution is 17.