If $$\large{a_n = \frac{x^n}{2^n n!}}$$ , Then find $$\large{ \frac{a_{n +1}}{a_n}}$$
..
I tried the following: $$\large{a_{n + 1} = \frac{x^n}{2^n n!} + \frac{2^n n!}{ 2^n n!} = \frac{x^n + 2^n n!}{2^n n!}}$$
Then I divided this thing by an and got: $$\large{x^n(x^n + 2^n n!) = 3x^{2n} n!}$$
But there was no such choice where I faced this question so I got it wrong. How could I really solve this?
Note $a_n = \frac{x^n}{2^n \cdot n!}$. So we have:
$$a_{n+1} = \frac{x^{n+1}}{2^{n+1} \cdot (n+1)!}$$
Thus we see:
$$\frac{a_{n+1}}{a_n} = \frac{x^{n+1}}{2^{n+1} \cdot (n+1)!} \cdot \frac{2^n \cdot n!}{x^n} $$
Can you simplify further?
EDIT:
Note that $n! = 1 \cdot 2 \cdot 3 \: \cdot \: ... \: \cdot \: (n-1) \cdot n$.
So that means that $(n+1)! = 1 \cdot 2 \: \cdot \: ... \: \cdot \: (n-1) \cdot n \cdot (n+1)$.