Concept:The binomial probability formula is used to find the chance of exactly
r successes in
n independent trials.
P(x=r)=(rn)prqn−r, where
p is success probability and
q=1−p is failure probability.
Explanation:Success = getting a head on one coin toss. For a fair coin,
p=21 and
q=21.
We toss 7 coins. We need the probability of getting at least 3 heads.
It is easier to use the complement: at least 3 heads = 1 – (0 heads + 1 head + 2 heads).
Step 1: Compute P(0 heads) =
(07)(21)0(21)7=1281.
Step 2: P(1 head) =
(17)(21)1(21)6=1287.
Step 3: P(2 heads) =
(27)(21)2(21)5=12821.
Step 4: Sum of these three probabilities =
1281+7+21=12829.
Step 5: Probability of at least 3 heads =
1−12829=12899.
Step 6: The coins are tossed 128 times. So expected number of throws with at least 3 heads =
128×12899=99.
Answer:99 (Option A)