A nationwide survey of college seniors by the
University of Michigan revealed that almost 70% disapprove of daily pot smoking, according to a report in
Parade. If 12 seniors are selected at random and asked
their opinion, find the probability that the number who
disapprove of smoking pot daily is
(a) anywhere from 7 to 9;
(b) at most 5;
(c) not less than 8
Let X be the random variable denoting number of college seniors who disapprove of smoking pot daily from the sample of 12.
So, clearly X ~ Binomial (12, 0.7).
The probability that the number of
people who disapprove of smoking pot daily
is
a) Anywhere from 7 to 9
Required probability is P(X=7) + P(X=8) + P(X=9)=
b) At most 5
Required probability is P(X=0) + P(X=1) + P(X=2) + P(X=3) + P(X=4) + P(X=5)=
c) Not less than 8
Required probability is P(X=12) + P(X=11) + P(X=10) + P(X=9) +
P(X=8)
Comments