Find a stage $n(\epsilon)$ such that $|x_n-l|<\epsilon, \forall n \le n(\epsilon)$ , where $x_n=\frac{2^n}{n!},l=0$ For $\epsilon=1, 0.1,0.01$ and $0.0001$
What I have DONE
take $\epsilon =1$ now $x_n-l|<\epsilon \Rightarrow |\frac{2^n}{n!}-0|<\epsilon=1\\ |\frac{2^n}{n!}|<1 \Rightarrow 2^n\leq n!$
Since $n!\leq (\frac{n+1}{2})^n$
$\therefore 2^n\le (\frac{n+1}{2})^n \Rightarrow n\geq 3$
$\therefore n(\epsilon)=4$ in the case of $\epsilon =1$
My question is how to find $n(\epsilon) $ for any $\epsilon$
Your $n(\epsilon)=3$ does not work for $\epsilon =1$
Note that $$|\frac {2^3}{3!}-0|=4/3 >1$$ so you need to fix that.
Make sure that your inequalities are in the right order.