What is the largest $n$-digit number which is also an exact $n$th power?
For example,the largest $2$-digit number which is an exact $2$nd power is $81$.
What is the largest $n$-digit number which is also an exact $n$th power?
For example,the largest $2$-digit number which is an exact $2$nd power is $81$.
You want the largest $a^n$ such that $10^{n-1}\le a^n\lt 10^n$ for a given $n$.
From the right inequality, we have $a=9$.
Now $10^{n-1}\le 9^n$ is true only when $n\le 21$.
So, the answer is $9^n$ for $n=1,2,\cdots, 21$. For $n\ge 22$, there is no such number.