Here's a screenshot of the solution/explanation in my book, but I don't get it!:

1) How do you read "p(i) = cλ^i/i!" ? What do the symbols mean?
2) How did they derive the 2nd equation (infinity, i goes to zero, the summation of p(i) = 1)
3) In the 3rd equation, why did they isolate 'c' outside the summation?
4) in the 4th equation, why is e^x = the summation of x^i/i!, infinity, i goes to 0? On what basis did they come to this conclusion?
5) How did they simplify and find the 5th equation (ce^λ = 1 or c = e^-λ)
6) How did they solve to find (a) & (b)? Thank you!!!!
This is a long list of questions, so here is some answers.
1) $p(i) = \cdots$ means $P(X = i)$, the probability that $X$ takes value $i$.
2) That is the result of the second and third axioms of probability : $$1 = P(\Omega) = P(\bigcup_{i=0}^\infty \{X = i\}) = \sum_{i=0}^\infty P(\{X = i\})$$
3) In order to compute $c$. It is a constant and comes out of the sum.
4) Taylor expansion.
5) This is solving a linear equation in one unknown. Also $1/e^{\lambda} = e^{-\lambda}$.
6) (a) is by definition, see answer to 1. (b)is using properties of probability measures (i.e., consequences of the axioms). $\{X > 2\}$ is the complement of $\{X \le 2\}$ hence their probabilities sum to $1$. $\{X \le 2\}$ is the union of two disjoint events $\{X = 0\}$ and $\{X = 1\}$, so its probability is the sum of those two.