I'm given a random variable X that follows a Gamma Distribution with mean 20 and standard deviation 10. I already figured out that $\therefore \theta = 5, \alpha = 4$.
I am trying to find the $P(X \leq 25)$.
So far I have done $P(X \leq 25) = 1 - P(X > 25)= $\begin{equation*} 1 - \int_{25}^{\infty} \frac{1}{\Gamma(\alpha)\theta^\alpha}x^{\alpha-1}e^{\frac{-x}{\theta}} \end{equation*}
However after this I am stuck on what steps to solve the integral.
Well, recalling that $\Gamma(\alpha) = (\alpha-1)!$ when $\alpha = 1,2,3,\dots$ we have \begin{align} P(X>25) &= \frac{1}{(3!)5^4} \int_{25}^\infty x^3 e^{-x/5} dx \\ &= \frac{1}{(3!)5^4} \int_0^\infty 5^3(t+5)^3e^{-(t+5)} (5dt) \qquad (t+5=x/5) \\ &= \frac{1}{e^5(3!)} \Big( \int_0^\infty t^3e^{-t}dt + 15 \int_0^\infty t^2e^{-t}dt + 75 \int_0^\infty te^{-t}dt + 125 \int_0^\infty e^{-t}dt \Big) \\ &= \frac{1}{6e^5} \big( 3! + 15(2!) + 75(1!) + 125(0!) \big) \\ &= \frac{118}{3e^5} \end{align}