Binomial Distribution. Suppose that X has a binomialdistribution with n = 50 and p = 0.6. Use Minitab to simulate 40values of X.
MTB > random 40 c1;
SUBC > binomial 50 0.6.
Note: To find P(X < k) for any k > 0, use âcdfâ command;this works by typing:
MTB > cdf;
SUBC > binomial 50 0.6.
(a) What proportion of your values are less than 30? (b) What isthe exact probability that X will be less than 30? (c) Find P(X< 28) and P(23 < X < 30) .