Is the sequence $(x_n)=\frac{5^n}{n!}$ convergent?
I am out of my depth with this one. I took the limit of the ratio of $\frac{a_{n+1}}{a_n}$ and found it to be zero($<1$), implying that it converges to zero, but how do we prove this with the epsilon definition (If it indeed actually converges to $0$)?
Let $a_n = \dfrac{5^n}{n!}$. If $n \ge 6$ then $$0 \le a_n = \frac{5 \cdot 5 \cdot 5 \cdot 5 \cdot 5 \cdot 5\cdots 5 \cdot 5}{1 \cdot 2 \cdot 3 \cdot 4 \cdot 5 \cdot 6 \cdots (n-1) \cdot n}= \frac{625}{24} \cdot \frac 56 \cdot \frac 57 \cdots \frac{5}{n} \le \frac{3125}{24 n}$$
You can either apply a squeeze theorem or write a simple $\epsilon$ argument taking advantage of this inequality.
EDIT: Let $\epsilon > 0$ be given. Choose $N \in \mathbb N$ with the property that $N > \dfrac{3125}{24 \epsilon}$. Then $$n \ge N \implies |a_n - 0| = a_n < \frac{3125}{24 n} \le \frac{3125}{24 N} < \epsilon.$$