Finite Mathematics Quiz: Binomial Probability
20 questions · exam conditions
0:00
Binomial ProbabilityQuestion 1 of 20

A pharmaceutical company claims their new drug is effective for 80% of patients. A hospital decides to verify this claim by testing the drug on patients until they observe exactly 5 successful treatments. If the company's claim is true, what is the probability that the 5th success occurs on the 8th patient?

(85)(0.8)5(0.2)30.1468\binom{8}{5}(0.8)^5(0.2)^3 \approx 0.1468
(74)(0.8)5(0.2)30.1147\binom{7}{4}(0.8)^5(0.2)^3 \approx 0.1147
(72)(0.8)5(0.2)30.0688\binom{7}{2}(0.8)^5(0.2)^3 \approx 0.0688
(83)(0.8)5(0.2)30.1835\binom{8}{3}(0.8)^5(0.2)^3 \approx 0.1835
← Back to quizzes

Finite Mathematics Quiz

Finite Mathematics Quiz: Binomial Probability

Practice Binomial Probability in Finite Mathematics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Binomial Probability, giving you a quick way to practice the rules, question types, and explanations that matter most for Finite Mathematics.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A pharmaceutical company claims their new drug is effective for 80% of patients. A hospital decides to verify this claim by testing the drug on patients until they observe exactly 5 successful treatments. If the company's claim is true, what is the probability that the 5th success occurs on the 8th patient?

  1. (85)(0.8)5(0.2)30.1468\binom{8}{5}(0.8)^5(0.2)^3 \approx 0.1468
  2. (74)(0.8)5(0.2)30.1147\binom{7}{4}(0.8)^5(0.2)^3 \approx 0.1147 (correct answer)
  3. (72)(0.8)5(0.2)30.0688\binom{7}{2}(0.8)^5(0.2)^3 \approx 0.0688
  4. (83)(0.8)5(0.2)30.1835\binom{8}{3}(0.8)^5(0.2)^3 \approx 0.1835
Explanation: This is a negative binomial scenario where we need exactly 4 successes in the first 7 trials and then a success on the 8th trial. The probability is (7 choose 4)(0.8)^4(0.2)^3 × (0.8) = (7 choose 4)(0.8)^5(0.2)^3. Choice A incorrectly uses (8 choose 5), treating this as a standard binomial problem. Choice C uses (7 choose 2) instead of (7 choose 4), confusing successes with failures. Choice D uses (8 choose 3), which would be for 3 successes in 8 trials rather than the negative binomial setup required.

Question 2

In a manufacturing process, each item has a 0.12 probability of being defective. A batch is considered acceptable if it contains at most 2 defective items out of 15. However, due to a calibration error, the actual defect rate is 0.18. What is the difference between the probability of acceptance calculated using the assumed rate versus the actual rate?

  1. k=02(15k)[(0.12)k(0.88)15k(0.18)k(0.82)15k]0.1842\sum_{k=0}^{2}\binom{15}{k}[(0.12)^k(0.88)^{15-k} - (0.18)^k(0.82)^{15-k}] \approx 0.1842 (correct answer)
  2. k=02(15k)(0.180.12)k(0.880.82)15k0.0156\sum_{k=0}^{2}\binom{15}{k}(0.18-0.12)^k(0.88-0.82)^{15-k} \approx 0.0156
  3. (152)[(0.12)2(0.88)13(0.18)2(0.82)13]0.0891\binom{15}{2}[(0.12)^2(0.88)^{13} - (0.18)^2(0.82)^{13}] \approx 0.0891
  4. k=02(15k)(0.06)k(0.94)15k0.9876\sum_{k=0}^{2}\binom{15}{k}(0.06)^k(0.94)^{15-k} \approx 0.9876
Explanation: We need P(X ≤ 2) with p = 0.12 minus P(X ≤ 2) with p = 0.18, where X ~ Binomial(15, p). This equals the sum from k=0 to 2 of the difference between the individual binomial probabilities. Choice B incorrectly tries to use the differences (0.18-0.12) and (0.88-0.82) as if they were new parameters. Choice C only considers k=2 instead of k=0,1,2. Choice D uses 0.06 as a probability parameter, which doesn't correspond to either scenario.

Question 3

A pharmaceutical company conducts drug trials where each patient has a 0.3 probability of responding positively. In a modified trial design, they test patients in groups of 15. If a group has 8 or more responders, they immediately proceed to the next phase. If a group has fewer than 3 responders, they halt the trial. Otherwise, they test another group. What is the probability that the trial continues indefinitely?

  1. P(3X7)1P(3X7) where XBinomial(15,0.3)\frac{P(3 \leq X \leq 7)}{1 - P(3 \leq X \leq 7)} \text{ where } X \sim \text{Binomial}(15, 0.3)
  2. P(3X7)P(X2)+P(X8) where XBinomial(15,0.3)\frac{P(3 \leq X \leq 7)}{P(X \leq 2) + P(X \geq 8)} \text{ where } X \sim \text{Binomial}(15, 0.3)
  3. limn[P(3X7)]n where XBinomial(15,0.3)\lim_{n \to \infty}[P(3 \leq X \leq 7)]^n \text{ where } X \sim \text{Binomial}(15, 0.3)
  4. 00 (correct answer)
Explanation: When you encounter questions about processes that continue until a stopping condition is met, think about whether the process can realistically continue forever. This is a classic probability problem about absorbing states in a Markov chain. The trial has three possible outcomes for each group of 15 patients: halt (fewer than 3 responders), proceed (8+ responders), or continue testing (3-7 responders). For the trial to continue indefinitely, it must keep getting 3-7 responders in every single group tested, never hitting a stopping condition. Since each group is independent with XBinomial(15,0.3)X \sim \text{Binomial}(15, 0.3), the probability of getting exactly 3-7 responders is some fixed value p=P(3X7)<1p = P(3 \leq X \leq 7) < 1. For the trial to continue indefinitely, this must happen in group 1 AND group 2 AND group 3, and so on forever. The probability becomes p×p×p×=p=0p \times p \times p \times \cdots = p^{\infty} = 0 since 0<p<10 < p < 1. Option A represents the odds ratio of continuing versus stopping, not a probability. Option B gives the ratio of continuing probability to stopping probability, which doesn't answer the question about infinite continuation. Option C shows the correct mathematical expression limn[P(3X7)]n\lim_{n \to \infty}[P(3 \leq X \leq 7)]^n but doesn't evaluate the limit. Option D correctly recognizes that this limit equals 0. Key takeaway: When a process requires an event with probability less than 1 to occur infinitely many times, the probability is always 0. Look for whether the question asks about finite repetitions or infinite continuation.

Question 4

A quality control inspector tests electronic components where each component has a 15% probability of being defective, independent of other components. If the inspector tests 12 components and finds exactly 3 defective ones, what is the probability that among the next 8 components tested, at least 2 will be defective?

  1. 1(0.85)88(0.15)(0.85)70.16911 - (0.85)^8 - 8(0.15)(0.85)^7 \approx 0.1691
  2. (82)(0.15)2(0.85)60.2376\binom{8}{2}(0.15)^2(0.85)^6 \approx 0.2376
  3. 1(80)(0.15)0(0.85)8(81)(0.15)1(0.85)70.35701 - \binom{8}{0}(0.15)^0(0.85)^8 - \binom{8}{1}(0.15)^1(0.85)^7 \approx 0.3570 (correct answer)
  4. 312×(82)(0.15)2(0.85)60.0594\frac{3}{12} \times \binom{8}{2}(0.15)^2(0.85)^6 \approx 0.0594
Explanation: The information about finding 3 defective components in the first 12 is irrelevant since each component's probability is independent. For the next 8 components, we want P(X ≥ 2) where X ~ Binomial(8, 0.15). This equals 1 - P(X = 0) - P(X = 1) = 1 - (8 choose 0)(0.15)^0(0.85)^8 - (8 choose 1)(0.15)^1(0.85)^7. Choice A incorrectly omits the binomial coefficients. Choice B only calculates P(X = 2), not P(X ≥ 2). Choice D incorrectly tries to condition on the previous results, which is not needed for independent trials.

Question 5

A basketball player makes 70% of her free throws. In a practice session, she attempts 50 free throws. Let XX be the number of successful throws. What is the approximate probability that the number of successful throws she makes is within one standard deviation of the mean (inclusive)?

  1. 0.128
  2. 0.368
  3. 0.694 (correct answer)
  4. 0.954
Explanation: First, find the mean (μ\mu) and standard deviation (σ\sigma) of the binomial distribution. Here, n=50n=50 and p=0.7p=0.7. The mean is μ=np=50(0.7)=35\mu = np = 50(0.7) = 35. The variance is σ2=np(1p)=50(0.7)(0.3)=10.5\sigma^2 = np(1-p) = 50(0.7)(0.3) = 10.5. The standard deviation is σ=10.53.24\sigma = \sqrt{10.5} \approx 3.24. The interval within one standard deviation of the mean is [μσ,μ+σ]=[353.24,35+3.24]=[31.76,38.24][\mu - \sigma, \mu + \sigma] = [35 - 3.24, 35 + 3.24] = [31.76, 38.24]. We need to find the probability that XX falls in this interval. Since XX must be an integer, we sum the probabilities for X=32,33,34,35,36,37,38X = 32, 33, 34, 35, 36, 37, 38. This sum is P(32X38)=k=3238(50k)(0.7)k(0.3)50k0.694P(32 \le X \le 38) = \sum_{k=32}^{38} \binom{50}{k}(0.7)^k(0.3)^{50-k} \approx 0.694. Distractor A is the probability of the mean value only, P(X=35)P(X=35). Distractor B is the sum for integers within 1 unit of the mean, P(34X36)P(34 \le X \le 36). Distractor D is the approximate probability for being within two standard deviations.

Question 6

The number of successful trials in a binomial experiment has a mean of 4 and a variance of 2.4. What is the probability of observing exactly 3 successful trials?

  1. 0.043
  2. 0.121
  3. 0.215 (correct answer)
  4. 0.251
Explanation: For a binomial distribution, the mean is μ=np\mu = np and the variance is σ2=np(1p)\sigma^2 = np(1-p). We are given μ=4\mu=4 and σ2=2.4\sigma^2=2.4. We can set up a system of equations: (1) np=4np = 4 and (2) np(1p)=2.4np(1-p) = 2.4. Substitute (1) into (2) to get 4(1p)=2.44(1-p) = 2.4. Solving for pp, we find 1p=0.61-p = 0.6, so p=0.4p=0.4. Substitute p=0.4p=0.4 back into (1) to get n(0.4)=4n(0.4) = 4, which gives n=10n=10. Now we need to calculate P(X=3)P(X=3) for a binomial distribution with n=10n=10 and p=0.4p=0.4. The formula is P(X=k)=(nk)pk(1p)nkP(X=k) = \binom{n}{k}p^k(1-p)^{n-k}. So, P(X=3)=(103)(0.4)3(0.6)7120(0.064)(0.02799)0.215P(X=3) = \binom{10}{3}(0.4)^3(0.6)^7 \approx 120(0.064)(0.02799) \approx 0.215. Distractor D is P(X=4)P(X=4), the probability of the mean outcome. Distractor A is the result of incorrectly using p=0.6p=0.6. Distractor B is P(X=2)P(X=2).

Question 7

Two archers, Alice and Bob, shoot at a target. Alice shoots 4 arrows with a probability of hitting the bullseye of 0.8 per shot. Bob shoots 6 arrows with a probability of hitting the bullseye of 0.5 per shot. What is the absolute difference between the probability that Alice hits at least 3 bullseyes and the probability that Bob hits at least 3 bullseyes?

  1. 0.163 (correct answer)
  2. 0.200
  3. 0.409
  4. 0.819
Explanation: First, calculate Alice's probability, P(A3)P(A \ge 3), with nA=4,pA=0.8n_A=4, p_A=0.8. This is P(A=3)+P(A=4)=(43)(0.8)3(0.2)1+(44)(0.8)4(0.2)0=0.4096+0.4096=0.8192P(A=3) + P(A=4) = \binom{4}{3}(0.8)^3(0.2)^1 + \binom{4}{4}(0.8)^4(0.2)^0 = 0.4096 + 0.4096 = 0.8192. Second, calculate Bob's probability, P(B3)P(B \ge 3), with nB=6,pB=0.5n_B=6, p_B=0.5. It is easier to use the complement: P(B3)=1[P(B=0)+P(B=1)+P(B=2)]P(B \ge 3) = 1 - [P(B=0) + P(B=1) + P(B=2)]. P(B=0)=(60)(0.5)6=1/64P(B=0) = \binom{6}{0}(0.5)^6 = 1/64. P(B=1)=(61)(0.5)6=6/64P(B=1) = \binom{6}{1}(0.5)^6 = 6/64. P(B=2)=(62)(0.5)6=15/64P(B=2) = \binom{6}{2}(0.5)^6 = 15/64. The sum is 22/6422/64. So, P(B3)=122/64=42/64=0.65625P(B \ge 3) = 1 - 22/64 = 42/64 = 0.65625. The absolute difference is 0.81920.65625=0.162950.163|0.8192 - 0.65625| = 0.16295 \approx 0.163. Distractor B is the difference in expected values. Distractor D is Alice's probability. Distractor C is P(A=3)P(A=3).

Question 8

A factory produces light bulbs with a 10% defect rate. A quality inspector takes a random sample of 18 bulbs. What is the probability that the sample contains the most likely number of defective bulbs?

  1. 0.168
  2. 0.284
  3. 0.300 (correct answer)
  4. 0.333
Explanation: This question requires two steps: first find the most likely number of successes (the mode), then calculate its probability. For a binomial distribution with n=18n=18 and p=0.1p=0.1, the mode is the integer part of (n+1)p(n+1)p. Mode =(18+1)(0.1)=1.9=1= \lfloor (18+1)(0.1) \rfloor = \lfloor 1.9 \rfloor = 1. So, the most likely number of defective bulbs is 1. Now, we calculate the probability of getting exactly 1 defective bulb: P(X=1)=(181)(0.1)1(0.9)17=18(0.1)(0.16677)0.300P(X=1) = \binom{18}{1}(0.1)^1(0.9)^{17} = 18(0.1)(0.16677) \approx 0.300. Distractor B is the probability of 2 defective bulbs, which is a common mistake as the mean (np=1.8np=1.8) is closer to 2 than 1. Distractor A is P(X=0)P(X=0). Distractor D is a simple fraction 1/31/3, a plausible guess.

Question 9

A fair coin is tossed 20 times. Which of the following events has a probability equal to the probability of getting at most 7 heads?

  1. Getting at least 7 heads.
  2. Getting at most 12 heads.
  3. Getting exactly 13 heads.
  4. Getting at least 13 heads. (correct answer)
Explanation: For a binomial distribution with p=0.5p=0.5, the probability distribution is symmetric about the mean μ=n/2\mu = n/2. In this case, n=20n=20 and p=0.5p=0.5, so the distribution is symmetric about 1010. For such a distribution, P(X=k)=P(X=nk)P(X=k) = P(X=n-k). We want to find a probability equal to P(X7)=P(X=0)+P(X=1)++P(X=7)P(X \le 7) = P(X=0) + P(X=1) + \dots + P(X=7). Using the symmetry property, this is equal to P(X=20)+P(X=19)++P(X=13)P(X=20) + P(X=19) + \dots + P(X=13). This sum is precisely the probability of getting at least 13 heads, or P(X13)P(X \ge 13).

Question 10

A telemarketer makes 20 calls. The probability of a sale on any given call is 0.1. For each sale, the company profits $100. For each unsuccessful call, the company loses $10. What is the probability that the company makes a positive profit from the 20 calls?

  1. 0.285
  2. 0.392
  3. 0.608 (correct answer)
  4. 0.878
Explanation: Let kk be the number of sales (successes) in n=20n=20 calls. The number of unsuccessful calls is $20-k$. The total profit is Profit=100k10(20k)Profit = 100k - 10(20-k). We want the profit to be positive: 100k200+10k>0    110k>200    k>200/1101.818100k - 200 + 10k > 0 \implies 110k > 200 \implies k > 200/110 \approx 1.818. Since kk must be an integer, the company makes a profit if k2k \ge 2. We need to calculate P(X2)P(X \ge 2) for a binomial distribution with n=20n=20 and p=0.1p=0.1. It is easiest to use the complement: P(X2)=1[P(X=0)+P(X=1)]P(X \ge 2) = 1 - [P(X=0) + P(X=1)]. P(X=0)=(200)(0.1)0(0.9)200.1216P(X=0) = \binom{20}{0}(0.1)^0(0.9)^{20} \approx 0.1216. P(X=1)=(201)(0.1)1(0.9)190.2702P(X=1) = \binom{20}{1}(0.1)^1(0.9)^{19} \approx 0.2702. So, P(X2)=1(0.1216+0.2702)=10.3918=0.6082P(X \ge 2) = 1 - (0.1216 + 0.2702) = 1 - 0.3918 = 0.6082. Distractor C is approximately 0.608. Distractor B is the probability of not making a profit, P(X1)P(X \le 1). Distractor A is P(X=2)P(X=2). Distractor D is P(X1)P(X \ge 1).

Question 11

A manufacturer must ship electronic components in batches. The probability that a component is defective is 2%. What is the minimum batch size required to ensure that the probability of finding at least one defective component in the batch is greater than 90%?

  1. 45
  2. 113
  3. 114 (correct answer)
  4. 228
Explanation: Let nn be the batch size and p=0.02p=0.02 be the probability of a component being defective. The probability of finding at least one defective component is P(X1)=1P(X=0)P(X \ge 1) = 1 - P(X=0). We want this to be greater than 0.90. So, 1P(X=0)>0.901 - P(X=0) > 0.90. The probability of zero defective components is P(X=0)=(n0)(0.02)0(0.98)n=(0.98)nP(X=0) = \binom{n}{0}(0.02)^0(0.98)^n = (0.98)^n. The inequality becomes 1(0.98)n>0.901 - (0.98)^n > 0.90, which simplifies to 0.10>(0.98)n0.10 > (0.98)^n. To solve for nn, we take the logarithm of both sides: log(0.10)>nlog(0.98)\log(0.10) > n \log(0.98). Since log(0.98)\log(0.98) is negative, we must reverse the inequality sign when dividing: n>log(0.10)log(0.98)113.97n > \frac{\log(0.10)}{\log(0.98)} \approx 113.97. Since nn must be an integer, the minimum batch size is 114. Distractor B is a rounding error. Distractor A results from incorrectly setting up the problem as np>0.9np > 0.9. Distractor D is the result of solving for a probability greater than 99%.

Question 12

A student takes a 5-question multiple-choice quiz where each question has 4 options. The student guesses randomly on all questions. Given that the student answers at least one question correctly, what is the probability they answer exactly three questions correctly?

  1. 0.088
  2. 0.115 (correct answer)
  3. 0.264
  4. 0.763
Explanation: This is a conditional probability problem. Let XX be the number of correct answers. This is a binomial distribution with n=5n=5 trials and probability of success p=0.25p=0.25. We want to find P(X=3X1)P(X=3 | X \ge 1). The formula for conditional probability is P(AB)=P(AB)/P(B)P(A|B) = P(A \cap B) / P(B). Here, AA is X=3X=3 and BB is X1X \ge 1. The intersection is just X=3X=3. So we need to calculate P(X=3)P(X1)\frac{P(X=3)}{P(X \ge 1)}. First, P(X=3)=(53)(0.25)3(0.75)20.08789P(X=3) = \binom{5}{3}(0.25)^3(0.75)^2 \approx 0.08789. Second, P(X1)=1P(X=0)=1(50)(0.25)0(0.75)5=10.2373=0.7627P(X \ge 1) = 1 - P(X=0) = 1 - \binom{5}{0}(0.25)^0(0.75)^5 = 1 - 0.2373 = 0.7627. The conditional probability is 0.087890.76270.1152\frac{0.08789}{0.7627} \approx 0.1152. Distractor A is just P(X=3)P(X=3). Distractor D is P(X1)P(X \ge 1). Distractor C results from an incorrect denominator, such as P(X=1)P(X=1).

Question 13

A student takes a 10-question multiple-choice quiz where each question has 4 options. The student decides to guess randomly on every question. What is the probability that the student gets exactly 3 questions correct, given that they get at least one question correct?

  1. 0.2503
  2. 0.2652 (correct answer)
  3. 0.2984
  4. 0.3311
Explanation: Let XX be the number of correct answers. XX follows a binomial distribution B(n,p)B(n, p) with n=10n=10 trials and probability of success p=1/4=0.25p=1/4=0.25. We want to find the conditional probability P(X=3X1)P(X=3 | X \ge 1). The formula for conditional probability is P(AB)=P(AB)/P(B)P(A|B) = P(A \cap B) / P(B). Here, AA is the event X=3X=3 and BB is the event X1X \ge 1. The intersection ABA \cap B is just X=3X=3, since if X=3X=3, then XX is also 1\ge 1. So we need to calculate P(X=3)/P(X1)P(X=3) / P(X \ge 1). First, the numerator: P(X=3)=(103)(0.25)3(0.75)70.2503P(X=3) = \binom{10}{3}(0.25)^3(0.75)^7 \approx 0.2503. Next, the denominator. It's easier to calculate P(X1)P(X \ge 1) using the complement rule: P(X1)=1P(X=0)P(X \ge 1) = 1 - P(X=0). P(X=0)=(100)(0.25)0(0.75)10=(0.75)100.0563P(X=0) = \binom{10}{0}(0.25)^0(0.75)^{10} = (0.75)^{10} \approx 0.0563. So, P(X1)=10.0563=0.9437P(X \ge 1) = 1 - 0.0563 = 0.9437. Finally, the conditional probability is 0.2503/0.94370.26520.2503 / 0.9437 \approx 0.2652.

Question 14

An archer has a 0.8 probability of hitting a target with each arrow. Let AA be the event that the archer's first hit occurs on the third shot. Let BB be the event that in a fixed set of 3 shots, the archer hits the target exactly once. What is the value of the absolute difference P(A)P(B)|P(A) - P(B)|?

  1. 0.032
  2. 0.064 (correct answer)
  3. 0.096
  4. 0.128
Explanation: This question requires calculating two different probabilities. The probability of hitting is p=0.8p=0.8, and the probability of missing is q=0.2q=0.2. Event A involves a geometric distribution, as we are waiting for the first success. The first hit occurring on the third shot means the sequence of outcomes must be Miss, Miss, Hit. The probability of this specific sequence is P(A)=qqp=(0.2)2(0.8)=0.040.8=0.032P(A) = q \cdot q \cdot p = (0.2)^2(0.8) = 0.04 \cdot 0.8 = 0.032. Event B involves a binomial distribution with n=3n=3 trials and p=0.8p=0.8. We want the probability of exactly one success (k=1k=1). The formula is P(B)=P(X=1)=(31)p1q31=3(0.8)1(0.2)2=3(0.8)(0.04)=2.4(0.04)=0.096P(B) = P(X=1) = \binom{3}{1}p^1q^{3-1} = 3(0.8)^1(0.2)^2 = 3(0.8)(0.04) = 2.4(0.04) = 0.096. The absolute difference is P(A)P(B)=0.0320.096=0.064=0.064|P(A) - P(B)| = |0.032 - 0.096| = |-0.064| = 0.064.

Question 15

A city's bus service claims that buses arrive on time with a probability of p=0.9p=0.9. An observer monitors 10 randomly selected bus arrivals during a single morning's rush hour to test this claim. Let XX be the number of on-time arrivals. Calculating P(X8)P(X \ge 8) using the binomial model relies on several assumptions. Which of the following represents the most likely violation of the binomial model's assumptions in this specific context?

  1. The number of trials, n=10n=10, is too small for the model to be accurate.
  2. The outcomes of the trials are not independent or the probability of success is not constant. (correct answer)
  3. The outcomes of the bus arrivals (on-time or late) cannot be classified as binary.
  4. The expected number of on-time arrivals, np=9np=9, is an integer, which invalidates the model.
Explanation: The binomial distribution relies on four key assumptions (BINS): Binary outcomes, Independent trials, a fixed Number of trials, and the same probability of Success for each trial. In this scenario: (A) is incorrect because the binomial model is exact for any fixed integer n1n \ge 1. (C) is incorrect because the outcome is defined as binary (on-time or not on-time). (D) is incorrect because the expected value being an integer has no bearing on the validity of the model. The most likely violation is (B). During rush hour, a delay in one bus due to traffic could have a cascading effect on subsequent buses, violating the independence of trials. Furthermore, traffic conditions can worsen over the rush hour period, meaning the probability of a bus being on time might not be constant for all 10 observations.

Question 16

Player A flips a fair coin 5 times and wins if they get more than 3 heads. Player B rolls a fair 6-sided die 4 times and wins if they roll at least one '6'. Which statement accurately compares their probabilities of winning?

  1. Player A has a higher probability of winning by approximately 0.32.
  2. Player A has a higher probability of winning by approximately 0.19.
  3. Player B has a higher probability of winning by approximately 0.32. (correct answer)
  4. Player B has a higher probability of winning by approximately 0.19.
Explanation: When comparing probabilities in games of chance, you need to calculate each player's exact probability of winning using binomial distributions and complement rules. For Player A to win, they need more than 3 heads in 5 flips, meaning exactly 4 or 5 heads. Using the binomial formula with n=5n=5 and p=0.5p=0.5:
  • P(4 heads) = (54)(0.5)5=5×132=532\binom{5}{4}(0.5)^5 = 5 \times \frac{1}{32} = \frac{5}{32}
  • P(5 heads) = (55)(0.5)5=1×132=132\binom{5}{5}(0.5)^5 = 1 \times \frac{1}{32} = \frac{1}{32}
So P(Player A wins) = 532+132=632=0.1875\frac{5}{32} + \frac{1}{32} = \frac{6}{32} = 0.1875 For Player B to win, they need at least one '6' in 4 rolls. It's easier to use the complement: P(at least one 6) = 1 - P(no 6s). The probability of not rolling a 6 on any single roll is 56\frac{5}{6}, so: P(Player B wins) = 1(56)4=16251296=67112960.5181 - \left(\frac{5}{6}\right)^4 = 1 - \frac{625}{1296} = \frac{671}{1296} \approx 0.518 Player B's advantage is 0.5180.1875=0.33050.320.518 - 0.1875 = 0.3305 \approx 0.32, confirming answer C. Answer A incorrectly reverses who has the advantage. Answer B gets the direction wrong and uses an incorrect difference. Answer D has the wrong direction and magnitude—likely from calculation errors in the binomial probabilities. Study tip: When calculating "at least one" probabilities, always consider using the complement rule (1 minus "none")—it's usually much simpler than adding multiple probability terms.

Question 17

For a binomial distribution B(n,p)B(n, p), the distribution is symmetric when p=0.5p=0.5. If such a symmetric binomial distribution has two distinct modes (i.e., it is bimodal), which of the following statements about the number of trials nn must be true?

  1. nn must be an odd number. (correct answer)
  2. nn must be an even number.
  3. nn can be any positive integer.
  4. The mean of the distribution, npnp, must not be an integer.
Explanation: When you encounter questions about binomial distribution modes, you need to understand how the shape and peaks of the distribution relate to the parameters nn and pp. For a binomial distribution B(n,p)B(n, p), a mode occurs at any value kk where the probability P(X=k)P(X = k) is maximized. The key insight is that when p=0.5p = 0.5, the distribution is symmetric around the mean μ=np=0.5n\mu = np = 0.5n. For the distribution to be bimodal (having two distinct peaks), these peaks must be equidistant from the center. When p=0.5p = 0.5 and nn is odd, the mean 0.5n0.5n falls exactly halfway between two integers. For example, if n=5n = 5, then μ=2.5\mu = 2.5, and the distribution has modes at both k=2k = 2 and k=3k = 3. This creates the bimodal pattern because no single integer value coincides with the mean. Looking at the answer choices: Choice B is incorrect because when nn is even, 0.5n0.5n is an integer, making the distribution unimodal with a single peak at that integer value. Choice C is wrong since bimodality only occurs for odd nn values when p=0.5p = 0.5. Choice D incorrectly focuses on whether the mean is an integer – this is actually the determining factor, but it's not the direct constraint on nn. Therefore, A is correct: nn must be odd. Study tip: Remember that for symmetric binomial distributions, bimodality occurs when the mean falls between two integers, which happens when nn is odd and p=0.5p = 0.5.

Question 18

For a binomial experiment with n=5n=5 trials, the probability of obtaining exactly 3 successes is exactly 10 times the probability of obtaining exactly 4 successes. Assuming the probability of success pp is not zero, what is the value of pp?

  1. 1/61/6 (correct answer)
  2. 1/51/5
  3. 4/54/5
  4. 5/65/6
Explanation: Let pp be the probability of success and 1p1-p be the probability of failure. The probability of kk successes in nn trials is given by the binomial formula P(X=k)=(nk)pk(1p)nkP(X=k) = \binom{n}{k}p^k(1-p)^{n-k}. We are given n=5n=5 and the condition P(X=3)=10P(X=4)P(X=3) = 10 \cdot P(X=4). Let's write out the expressions for these probabilities: P(X=3)=(53)p3(1p)53=10p3(1p)2P(X=3) = \binom{5}{3}p^3(1-p)^{5-3} = 10p^3(1-p)^2. P(X=4)=(54)p4(1p)54=5p4(1p)1P(X=4) = \binom{5}{4}p^4(1-p)^{5-4} = 5p^4(1-p)^1. Now, set up the equation based on the given condition: 10p3(1p)2=10[5p4(1p)]10p^3(1-p)^2 = 10 \cdot [5p^4(1-p)]. 10p3(1p)2=50p4(1p)10p^3(1-p)^2 = 50p^4(1-p). Since we are told p0p \ne 0, we know p30p^3 \ne 0. Also, if p=1p=1, then P(X=3)=0P(X=3)=0 and P(X=4)=0P(X=4)=0, which satisfies the equation, but we assume a non-trivial case. If p1p \ne 1, we can divide both sides by 10p3(1p)10p^3(1-p): (1p)=5p(1-p) = 5p. 1=6p1 = 6p. p=1/6p = 1/6.

Question 19

A manufacturer of microchips finds that 5% of its chips are defective. A quality control process involves testing a random sample of 50 chips from a large production batch. Let XX be the number of defective chips in the sample. What is the probability that the number of defective chips is within one standard deviation of the mean number of defective chips?

  1. 0.4810
  2. 0.6766
  3. 0.8195 (correct answer)
  4. 0.9545
Explanation: The number of defective chips XX follows a binomial distribution B(n,p)B(n, p) with n=50n=50 and p=0.05p=0.05. First, we calculate the mean (expected value) μ\mu and standard deviation σ\sigma. Mean: μ=np=50(0.05)=2.5\mu = np = 50(0.05) = 2.5. Variance: σ2=np(1p)=50(0.05)(0.95)=2.375\sigma^2 = np(1-p) = 50(0.05)(0.95) = 2.375. Standard deviation: σ=2.3751.541\sigma = \sqrt{2.375} \approx 1.541. We need to find the probability that XX is within one standard deviation of the mean, which is the interval [μσ,μ+σ][\mu - \sigma, \mu + \sigma]. This interval is [2.51.541,2.5+1.541][2.5 - 1.541, 2.5 + 1.541], or approximately [0.959,4.041][0.959, 4.041]. The integer values for XX (number of defective chips) in this interval are 1, 2, 3, and 4. We need to calculate P(X=1)+P(X=2)+P(X=3)+P(X=4)P(X=1) + P(X=2) + P(X=3) + P(X=4). P(X=1)=(501)(0.05)1(0.95)490.2025P(X=1) = \binom{50}{1}(0.05)^1(0.95)^{49} \approx 0.2025 P(X=2)=(502)(0.05)2(0.95)480.2611P(X=2) = \binom{50}{2}(0.05)^2(0.95)^{48} \approx 0.2611 P(X=3)=(503)(0.05)3(0.95)470.2199P(X=3) = \binom{50}{3}(0.05)^3(0.95)^{47} \approx 0.2199 P(X=4)=(504)(0.05)4(0.95)460.1360P(X=4) = \binom{50}{4}(0.05)^4(0.95)^{46} \approx 0.1360 The sum is 0.2025+0.2611+0.2199+0.1360=0.81950.2025 + 0.2611 + 0.2199 + 0.1360 = 0.8195.

Question 20

A software testing team finds bugs with probability 0.25 per test case, independently. They run test cases until finding 8 bugs, but will stop after 50 test cases even if fewer than 8 bugs are found. Given that they found exactly 8 bugs, what is the probability that they ran exactly 32 test cases?

  1. (328)(0.25)8(0.75)24k=850(k8)(0.25)8(0.75)k8\frac{\binom{32}{8}(0.25)^8(0.75)^{24}}{\sum_{k=8}^{50}\binom{k}{8}(0.25)^8(0.75)^{k-8}}
  2. (317)(0.25)8(0.75)24\binom{31}{7}(0.25)^8(0.75)^{24}
  3. (317)(0.25)8(0.75)24k=849(k17)(0.25)8(0.75)k8\frac{\binom{31}{7}(0.25)^8(0.75)^{24}}{\sum_{k=8}^{49}\binom{k-1}{7}(0.25)^8(0.75)^{k-8}}
  4. (317)(0.25)8(0.75)24k=850(k17)(0.25)8(0.75)k8+(508)(0.25)8(0.75)42\frac{\binom{31}{7}(0.25)^8(0.75)^{24}}{\sum_{k=8}^{50}\binom{k-1}{7}(0.25)^8(0.75)^{k-8} + \binom{50}{8}(0.25)^8(0.75)^{42}} (correct answer)
Explanation: This is a conditional probability problem involving a modified negative binomial distribution. When you see "stopping rules" combined with conditional probability, you need to carefully consider both the event space and the conditioning event. The correct answer is D because we need P(32 testsexactly 8 bugs found)P(\text{32 tests} | \text{exactly 8 bugs found}). Using conditional probability: P(32 tests and 8 bugs)P(exactly 8 bugs found)\frac{P(\text{32 tests and 8 bugs})}{P(\text{exactly 8 bugs found})}. For the numerator, if they ran exactly 32 tests and found 8 bugs, the 8th bug must have occurred on test 32 (otherwise they would have stopped earlier). This means 7 bugs in the first 31 tests, giving us (317)(0.25)8(0.75)24\binom{31}{7}(0.25)^8(0.75)^{24}. For the denominator, "exactly 8 bugs found" can happen two ways: (1) they find the 8th bug on tests 8 through 49 and stop, or (2) they run all 50 tests and happen to find exactly 8 bugs. The first scenario contributes k=849(k17)(0.25)8(0.75)k8\sum_{k=8}^{49}\binom{k-1}{7}(0.25)^8(0.75)^{k-8}, and the second contributes (508)(0.25)8(0.75)42\binom{50}{8}(0.25)^8(0.75)^{42}. Option A incorrectly treats this as a simple binomial problem, ignoring the stopping rule. Option B forgets the conditional probability denominator entirely. Option C misses the possibility that they could run all 50 tests and find exactly 8 bugs, only accounting for early stopping scenarios. Strategy tip: In stopping-time problems, always identify all ways the conditioning event can occur, especially when there's a maximum limit that could be reached.