A discrete random variable $U$ follows a geometric distribution with $p = \frac{1}{4}$. Find $F(u)$, the cumulative distribution question of $U$, for $u = 1, 2, 3 ...$
$$F(u)=P(U<u)=\sum_{n=1}^{\infty} \frac{1}{4}(\frac{3}{4})^{n-1}$$
Using the infinite series formula $S_n = \frac{u_1}{1-r}$,
$$\sum_{n=1}^{\infty} \frac{1}{4}(\frac{3}{4})^{n-1}=\frac{\frac{1}{4}}{1-\frac{3}{4}}=1$$
I used $u_1 = \frac{1}{4}$ as the first term (when $n = 1$) is substituted into the expression in the summation, we get $\frac{1}{4}$.
However, my book uses another expression, which seems to have come out of no where:
Any ideas?
