Please tell me how to solve this kind of problem in a fast manner.
Which of the following is the second smallest number: $2^{120}$, $3^{80}$ and $10^{30}$?
Hope you could show me the best solution, thanks.
Please tell me how to solve this kind of problem in a fast manner.
Which of the following is the second smallest number: $2^{120}$, $3^{80}$ and $10^{30}$?
Hope you could show me the best solution, thanks.
These three numbers have the same ordering as their tenth roots, which are $2^{12}$, $3^8$, and $10^3$; all of these are easily calculated by hand. The hardest is $3^8$, and it’s pretty easy:
$$3^8=9^4=81^2=6561\;,$$
all of which was done in my head.