Yesterday I got an exam in which there was a problem and its solution results in $$\sqrt[30]{0.05}$$
I didn't go further calculation. Still I can't.
My lecturer said, even I'm still not sure if he made ironic humor, that if there is a math operation requiring higher than mid-school level math you to do, not do that, let it leave as it is. As a note, my department is not math.
Did he really make a humor?
Is there way/methods to figure out/estimate its result without calculator w.r.t thinking in exam(time limit) and not in exam?
We know that $\sqrt[30]{0.05}$ is a number a little smaller than $1$ because $\sqrt[n]{0.05}$ converges to $1$ for $n$ to infinity. So set $\sqrt[30]{0.05}=1-a$ and then try to estimate $a$. $a$ satisfies the equation $$(1-a)^{30}=\frac{1}{20}$$ Writing out the first few terms gives $$1-30a+\frac{30\cdot 29}{2}a^2 + ...= \frac{1}{20}$$ Note that because $a$ is small, the further coefficients are decreasing quickly.
Using just $1-30a\sim \frac{1}{20}$ yields $\sqrt[30]{0.05} \sim 0.93$ without calculator. If you use more terms you should get better approximations.
Edit: It turns out this doesn't work quite as well as I thought. While it is true that the later coefficients with higher powers of $a$ are decreasing quickly, the biggest coefficient in the series is at $a^3$. So in order to get something that is actually an approximation of $a$ one would have to compute at least until $a^4$ or $a^5$. This leads to a polynomial which is not really easy to solve by hand. Computing further terms would increase accuracy but I'm not sure whether this is helpful in a no calculator scenario.