We can find P(X>12) in a way
P(X>12)=1−P(X≤12) .
By definition, P(X≤x) =F(x) - cumulative distribution function(CDF). For gamma distribution CDF is
P(X≤x)=F(x;α,λ)=Γ(α)γ(α,λx)
where where γ(α,λx) is the lower incomplete gamma function and Γ(α) is ordinary gamma function.
P(X≤12)=Γ(3)γ(3,6)=0.938.
So, P(X>12)=1−0.938=0.062
Comments