Probability Questions

Multiple choice
  1. $\displaystyle \frac { 5 }{ 54 } $
  2. $\displaystyle \frac { 7 }{ 54 } $
  3. $\displaystyle \frac { 5 }{ 34 } $
  4. $\displaystyle \frac { 7 }{ 34 } $
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Total outcomes = 6^3 = 216. We need strictly increasing sequences (a < b < c). The number of ways to choose 3 distinct numbers from 6 is 6C3 = 20. Each set of 3 numbers has only 1 way to be arranged in increasing order. Probability = 20/216 = 5/54.

Multiple choice
  1. $\displaystyle^{ 8 }{ { C }_{ 3 } }\frac { { 5 }^{ 8 } }{ { 6 }^{ 8 } } $
  2. $\displaystyle^{ 7 }{ { C }_{ 2 } }\frac { { 5 }^{ 5 } }{ { 6 }^{ 8 } } $
  3. $\displaystyle^{ 7 }{ { C }_{ 2 } }\frac { { 5 }^{ 5 } }{ { 6 }^{ 7 } } $
  4. None of these

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

For the third six to occur on the eighth throw, exactly two sixes must occur in the first seven throws, and the eighth throw must be a six. The probability of getting two sixes in seven throws is 7C2 * (1/6)^2 * (5/6)^5. Multiplying this by the probability of a six on the eighth throw (1/6) gives 7C2 * (5^5 / 6^8).

Multiple choice
  1. $\displaystyle \frac {3n+1}{4n+2}$
  2. $\displaystyle \frac {3}{4}$
  3. $\displaystyle \frac {2}{3}$
  4. $\displaystyle \frac {1}{2}$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In a fair die, odd numbers are {1, 3, 5} and even numbers are {2, 4, 6}. The probability of rolling an even number is 1/2. In (2n+1) trials, the probability of getting an odd number of successes in a binomial distribution with p=1/2 is always 1/2.

Multiple choice
  1. $(1)\quad \displaystyle\frac{1}{2}\ \ (2)\quad \displaystyle\frac{1}{3}$
  2. $(1)\quad \displaystyle\frac{2}{5}\ \ (2)\quad \displaystyle\frac{1}{3}$
  3. $(1)\quad \displaystyle\frac{2}{7}\ \ (2)\quad \displaystyle\frac{2}{9}$
  4. $(1)\quad \displaystyle\frac{1}{4}\ \ (2)\quad \displaystyle\frac{2}{5}$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Total balls = 7+8+5 = 20. (1) P(White) = 5/20 = 1/4. (2) Neither red nor white means green. P(Green) = 8/20 = 2/5.

Multiple choice
  1. $\displaystyle \frac {1}{(13)^5}$
  2. $\displaystyle \frac {((12)^5}{(13)^5}$
  3. $\displaystyle \frac {(13)^5-(12)^5}{(13)^5}$
  4. $\displaystyle \frac {1}{(12)^5}$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

With replacement, the probability of drawing an Ace on one draw is 1/13, so the probability of no Ace is 12/13. The probability of at least one Ace in five draws is therefore 1 - (12/13)^5, equal to ((13)^5 - (12)^5)/(13)^5.

Multiple choice
  1. $P(A)=\displaystyle \frac {4}{17}; P(B)=\frac {1}{13}$
  2. $P(A)=\displaystyle \frac {1}{13}; P(B)=\frac {1}{13}$
  3. $P(A)=\displaystyle \frac {1}{13}; P(B)=\frac {1}{17}$
  4. $P(A)=\displaystyle \frac {16}{221}; P(B)=\frac {4}{51}$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

P(B) = 4/52 = 1/13. P(A) is the probability the second card is an ace. By symmetry, the probability of any specific card being an ace is 4/52 = 1/13. Thus P(A) = 1/13.

Multiple choice
  1. $\displaystyle \frac {m}{m+n}$
  2. $\displaystyle \frac {m(n-1)}{(m+n)(m+n-1)}$
  3. $\displaystyle \frac {m(m-1)}{(m+n)(m+n-1)}$
  4. $\displaystyle \frac {mn}{(m+n)(m+n-1)}$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

By symmetry, the probability of any specific ball being drawn at any specific position (without knowing the outcomes of other draws) is equal to the initial proportion of that ball in the urn. Since there are m white balls out of m+n total balls, the probability that the second ball is white is m/(m+n).

Multiple choice
  1. $\dfrac{9}{28}$
  2. $\dfrac{19}{28}$
  3. $\dfrac{9}{14}$
  4. $\dfrac{5}{14}$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Total ways to choose 3 cards from 8 is C(8,3) = 56. To get 'ASH', we need one A (from 3), one S (from 2), and one H (from 3). Ways = 3 * 2 * 3 = 18. Probability = 18/56 = 9/28.

Multiple choice
  1. ${ \left( \cfrac { 1 }{ 5 } \right) }^{ 6 }\\ \\ $
  2. ${ \left( \cfrac { 4 }{ 5 } \right) }^{ 6 }\\ \\ $
  3. $_{ 1 }^{ 6 }{ C }{ \left( \cfrac { 1 }{ 5 } \right) }^{ 5 }{ \left( \cfrac { 4 }{ 5 } \right) }^{ 1 }\\ \\ $
  4. $_{ 1 }^{ 6 }{ C }{ \left( \cfrac { 1 }{ 5 } \right) }^{ 1 }{ \left( \cfrac { 4 }{ 5 } \right) }^{ 5 }\\ \\ $
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This is a binomial distribution problem where n=6, p=0.2 (chance of disease), and q=0.8 (chance of no disease). The probability that no worker suffers from the disease is q^6 = (0.8)^6 = (4/5)^6.

Multiple choice
  1. $\left( 200,\ \cfrac { 1 }{ 9 } ,\ \cfrac { 8 }{ 9 } \right) $
  2. $\left( 200,\ \cfrac { 2 }{ 9 } ,\ \cfrac { 7 }{ 9 } \right) $
  3. $\left( 200,\ \cfrac { 4 }{ 9 } ,\ \cfrac { 5 }{ 9 } \right) $
  4. $\left( 200,\ \cfrac { 1 }{ 4 } ,\ \cfrac { 3 }{ 4 } \right) $
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Sum of 9 with two dice: (3,6), (4,5), (5,4), (6,3) = 4 outcomes out of 36. Probability p = 4/36 = 1/9. q = 1 - p = 8/9. Binomial distribution is (n, p, q) = (200, 1/9, 8/9).