(a) 1. The experiment consists of a sequence of "n" smaller experiments called trials, where "n" is fixed in advance of the experiment.
2. Each trial can result in one of the same two possible outcomes (dichotomous trials), which we generically denote by success (S) and failure (F).
3. The trials are independent, so that the outcome on any particular trial does not influence the outcome on any other trial.
4. The probability of success P(S) is constant from trial to trial; we denote this probability by p.
i. W is the binomial random variable. "W\\sim Bin(n, p)"
ii. What is the expected number of young adults who pass the test?
Given that "p=0.2, n=9"
iii. What is the probability that at least one of the young adults passes the test?
"=1-\\binom{9}{0}(0.2)^0(1-0.2)^{9-0}="
"1-1(1)(0.8)^9=0.865782272\\approx0.8658"
Comments
Leave a comment