Kth - root coding question

in this question we have to find x^k<=n which means taking root on both the sides we get x<=k-root(n) ,so basically we have to find the kth root of n? am i understanding the question right?

yes this is the question