Probability Questions

Multiple choice
  1. $\displaystyle\frac{5}{28}$
  2. $\displaystyle\frac{3}{50}$
  3. $\displaystyle\frac{3}{25}$
  4. $\displaystyle\frac{1}{100}$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The only even prime number is 2, and it is less than 16. There are 100 cards from 2 through 101, so the probability is 1/100.

Multiple choice
  1. $\displaystyle \frac{^{20}C_2}{^{50}C_5}$
  2. $\displaystyle \frac{^{29}C_2}{^{50}C_5}$
  3. $\displaystyle \frac{^{20}C_2\times ^{29}C_2}{^{50}C_5}$
  4. None of these

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

We choose 5 numbers out of 50. For x3 = 30, we must choose 2 numbers from {1, ..., 29} and 2 numbers from {31, ..., 50}. The number of ways is (29C2) * (20C2). Total ways is 50C5.

Multiple choice
  1. $1/6$
  2. $1/36$
  3. $12/151$
  4. None of these

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

The condition is given that two specific dice show 5 and 6. We need the probability that the remaining two dice show 4 and 3. There are 36 total outcomes for the remaining two dice. The favorable outcomes are (4,3) and (3,4), which is 2/36 = 1/18. Since 1/18 is not listed, 'None of these' is correct.

Multiple choice
  1. $3/4$
  2. $3/8$
  3. $1/2$
  4. $1/8$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Sample space for 3 tosses: {HHH, HHT, HTH, THH, HTT, THT, TTH, TTT}. E (at least 2 heads) = {HHH, HHT, HTH, THH}. F (first is head) = {HHH, HHT, HTH, HTT}. E intersection F = {HHH, HHT, HTH}. P(E/F) = n(E intersection F) / n(F) = 3/4.

Multiple choice
  1. Required probability is $\cfrac{375}{4096}$
  2. Required probability is $\cfrac{376}{4096}$
  3. Required probability is $\cfrac{377}{4096}$
  4. Required probability is $\cfrac{383}{4096}$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The number of ways to toss a coin 12 times such that no two heads are consecutive is given by the (n+2)-th Fibonacci number, where n=12. F(14) = 377. Total outcomes = 2^12 = 4096. Probability = 377/4096.

Multiple choice
  1. $\displaystyle \frac { (k-1) (k-2) }{432 } $
  2. $\displaystyle \frac{k(k-1)}{432}$
  3. $\displaystyle \frac{k^2}{432}$
  4. None of these

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

The number of ways to get a sum K with three dice is the coefficient of x^K in (x + x^2 + x^3 + x^4 + x^5 + x^6)^3. For 3 <= K <= 8, this is given by the formula (K-1)(K-2)/2. Dividing by the total outcomes 6^3 = 216 gives (K-1)(K-2)/432.