Probability Questions

Multiple choice
  1. $\dfrac{{^{39}{C_4}}}{{^{52}{C_4}}}$
  2. $\dfrac{{^{12}{C_3}}}{{^{52}{C_4}}}$
  3. $ - \dfrac{{^{39}{C_4}}}{{^{52}{C_4}}}$
  4. $\dfrac{{^{12}{C_4}}}{{^{52}{C_4}}}$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Total ways to choose 4 cards is 52C4. We want 4 spades, but one must be a king. There is only 1 king of spades. So we must pick the king of spades (1C1) and 3 other spades from the remaining 12 spades (12C3). Probability = 12C3 / 52C4.

Multiple choice
  1. $\dfrac{1}{99}$
  2. $\dfrac{1}{22}$
  3. $\dfrac{1}{34}$
  4. $\dfrac{3}{44}$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Total balls = 3+4+5 = 12. Probability of drawing 3 white balls = (3/12)(2/11)(1/10) = 6/1320. Probability of 3 green = (4/12)(3/11)(2/10) = 24/1320. Probability of 3 red = (5/12)(4/11)(3/10) = 60/1320. Sum = (6+24+60)/1320 = 90/1320 = 9/132 = 3/44.

Multiple choice
  1. $\displaystyle \frac{(1-p)p}{1-(1-p)^3}$
  2. $\displaystyle \frac{p}{1-(1-p)^3}$
  3. $\displaystyle \frac{(1-p)^2p}{1-(1-p)^3}$
  4. none

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Let p be the probability of head. A wins if head occurs on 1st, 4th, 7th... toss. Probability = p + (1-p)^3 * p + (1-p)^6 * p + ... This is a geometric series with first term p and common ratio (1-p)^3. Sum = p / (1 - (1-p)^3).

Multiple choice
  1. $0.19$
  2. $0.39$
  3. $0.29$
  4. $0.25$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The probability that a randomly selected valve is non-defective is 0.9 for factory A and 0.8 for factory B. Using the mixture of 4 valves from A and 5 from B, the probability that two selected valves are both non-defective is approximately 0.71. Thus the probability of at least one defective valve is approximately 1 - 0.71 = 0.29.

Multiple choice
  1. $\displaystyle \frac{1}{6^{6}}$
  2. $\displaystyle \frac{ 6!}{6^{6}}$
  3. $\displaystyle \frac{ 6!}{ 3! \; 3!}\times \displaystyle \frac{1}{6^{6}}$
  4. $1$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is a multinomial distribution problem. Probability of 2 is 1/6, 4 is 1/6, other is 4/6. We want 3 of 2, 3 of 4, 0 of other in 6 trials. Formula: (6! / (3!3!0!)) * (1/6)^3 * (1/6)^3 * (4/6)^0 = (6! / (3!3!)) * (1/6)^6.