P(X=k)=(nk)pk(1−p)n−k - binomial distribution that describes k successes in n independent experiments. k=0,1,...,n. In our case: p =1/3, q=2/3, n=4, k={0,1,2,3,4}.
(i)P(X=1)=1!3!4!(31)(32)3=4⋅818=8132=0.395
(ii) P(X=23)=0 since X=23 is not integer
(iii) P(X=3)=3!1!4!(31)332=4⋅812=818=0.0987
(iv) P(X=6)=0, because possible value of k is grater than n, we cannot get more successful results that amount of experiments.
(v) P(X≤2)=P(X=0)+P(X=1)+P(X=2)
P(X=0)=0!4!4!(31)0(32)4=1⋅8116=0.197
P(X=2)=2!2!4!(31)2(32)2=24⋅3⋅91⋅94=8124=0.296
P(X≤2)=0.197+0.395+0.296=0.888
Comments