I am asked to determine if a series converges or not:
$$\displaystyle\sum\limits_{n=1}^{\infty} \frac{(2^n)n!}{(n^n)}$$
So I'm using the $n$th root test and came up with $\lim_{n \to {\infty}}\frac{2}{n}\times(\sqrt[n]{n!})$ I know that the limit of $\frac{2}{n}$ goes to $0$ when $n$ goes to infinity but what about the $(\sqrt[n]{n!})$?
Since OP is taking Calculus III, perhaps the ratio test from calculus II is a more suitable way.
Let $a_n = (2^n)n!/n^n$.
\begin{align} \frac{a_{n+1}}{a_n} &= \frac{(2^{n+1})(n+1)!/(n+1)^{n+1}}{(2^n)n!/n^n} \\ &= 2(n+1) \frac{n^n}{(n+1)^n} \frac1{n+1} \\ &= 2 \frac1{\left(1+\frac{1}{n}\right)^n} \\ \end{align}
$$L = \lim_{n \to +\infty} \frac{a_{n+1}}{a_n} = \lim_{n \to +\infty} 2 \frac1{\left(1+\frac{1}{n}\right)^n} = \frac2e < 1 $$
So the series converges.
Alternative method by Stirling's approximation
I type this for fun and to show the power of this formula for $\sum\limits_{n=1}^{\infty} \frac{2^n n!}{n^n}$
Use the root test on $a_n = (2^n)n!/n^n$.
\begin{align} a_n =& \frac{2^n n!}{n^n} \\ \sim& \frac{2^n\sqrt{2\pi n} e^{-n} n^n}{n^n} \\ =& \sqrt{2\pi} \cdot \frac{2^n}{e^n} \cdot \sqrt{n} \end{align}
The limit $1 \le \sqrt{n}^{1/n} \le n^{1/n} \to 1$ as $n \to +\infty$ allows us to recover the ratio $2/e$ in the previous section.
$$L = \lim\limits_{n\to+\infty} a_n^{1/n} = \lim\limits_{n\to+\infty} \frac2e \sqrt{n}^{1/n} = \frac2e$$