1) How do you read "p(i) = cλ^i/i!" ? What do the symbols mean?
"The probability for $X$ to realise value $i$ equals $c$ times lambda ($\lambda$) to the power of $i$ divided by $i$ factorial"
$c$ and $\lambda$ are constants. The parameters of the system.
2) How did they derive the 2nd equation (infinity, i goes to zero, the summation of p(i) = 1)
The probability that $X$ can realise any one of the supported values is $1$. By definition of what is a probability mass function. Since $X$ will certainly be one of any of the natural numers, then:
$$\sum_{i=0}^\infty p(i)=1$$
3) In the 3rd equation, why did they isolate 'c' outside the summation?
It's a constant and multiplication distributes over addition. That is, $ca+cb = c(a+b)$, and by induction:
$$\sum_{i=0}^\infty c\,a_i = c \sum_{i=1}^\infty a_i$$
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?
It's the Taylor series expansion of the $x$ exponential of Euler's number around zero, a topic you really should have covered.
$$e^x = \sum_{i=0}^\infty \dfrac{x^i}{i!}$$
For now, just accept that it is a well known result that, when you study (or revise) Taylor series, you can derive for yourself.
5) How did they simplify and find the 5th equation (ce^λ = 1 or c = e^-λ)
It's just substitution of the above, then algebraic rearrangement. If $ca=1$ then $c=a^{-1}$.
$$\begin{align}c\sum_{i=0}^\infty \dfrac{\lambda^i}{i!} =1 &\iff c~e^\lambda=1\\ & \iff c= \frac 1{e^\lambda} \\ & \iff c = e^{-\lambda}\end{align}$$
6) How did they solve to find (a) & (b)? Thank you!!!!
Because $\mathsf P(X=i)=p(i)$, then
(a) $\mathsf P(X=0) = p(0)$
(b) $\mathsf P(X>2) = 1-p(0)-p(1)-p(2)$
Then apply the formula, $p(i) = \dfrac{e^{-\lambda}\lambda^i}{i!}\quad\big[i\in\Bbb N\big]$