Probability Questions

Multiple choice
  1. Set of integral values of $k={0}$
  2. Set of integral values of $k={1}$
  3. Set of integral values of $k={0,1}$
  4. Set of integral values of $k=\phi$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The sum of probabilities must be 1. Sum = (1-k + 1+2k + 1-k + 1+k + 1-2k + 1+k)/6 = 6/6 = 1. The condition 1/9 < P(sum=9) < 2/9 must be satisfied. Calculating P(sum=9) for different k values shows that only k=0 satisfies the condition.

Multiple choice
  1. $\dfrac1n$
  2. $\dfrac{n-1}{2n}$
  3. $\dfrac{n+1}{2n}$
  4. $\dfrac{n-1}{n}$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

There are n(n - 1) ordered outcomes in which the two cards are different. Exactly half of these have A's card higher than B's, so favorable outcomes equal n(n - 1)/2. The probability is therefore (n - 1)/(2n).

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

Each toss has 6 outcomes. We want faces in {2, 3, 4, 5}. There are 4 such values. Probability for one toss is 4/6 = 2/3. For 4 tosses, the probability that all are in {2, 3, 4, 5} is (2/3)^4 = 16/81.

Multiple choice
  1. $\displaystyle \dfrac{(2^{n}){n!}}{^{2n}C_{n}}$
  2. $\displaystyle \dfrac{4^{n}}{^{2n}C_{n}}$
  3. $\displaystyle \dfrac{2^{n}}{^{2n}C_{n}}$
  4. $\displaystyle \dfrac{(2^{n})/n!}{^{2n}C_{n}}$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The total number of ways to draw 2n balls in pairs is (2n)! / (2^n). The number of ways to draw one red and one white in each of n draws is n! * n!. The probability is (n! * n!) / ( (2n)! / 2^n ) = (2^n * n! * n!) / (2n)!. This simplifies to 2^n / (2nCn).

Multiple choice
  1. $7$
  2. $6$
  3. $5$
  4. $4$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Probability of not getting a club in one draw is 3/4. Probability of not getting a club in n draws is (3/4)^n. We want 1 - (3/4)^n > 3/4, so (3/4)^n < 1/4. For n=4, (3/4)^4 = 81/256 = 0.316. For n=5, (3/4)^5 = 243/1024 = 0.237. Since 0.237 < 0.25, n=5 is the smallest integer.

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

P(Fair) = 0.25, P(Unfair) = 0.75. P(3|Fair) = 1/6. P(3|Unfair) = 2/6 = 1/3. Using Bayes' Theorem: P(Fair|3) = [P(3|Fair) * P(Fair)] / [P(3|Fair) * P(Fair) + P(3|Unfair) * P(Unfair)] = [(1/6 * 1/4)] / [(1/6 * 1/4) + (1/3 * 3/4)] = (1/24) / (1/24 + 3/12) = (1/24) / (1/24 + 6/24) = (1/24) / (7/24) = 1/7.

Multiple choice
  1. $\displaystyle \frac{[3^{n}-3(2^{n})+3]}{6^{n}}$
  2. $\displaystyle \frac{^{6} C_{3}[3^{n}-3(2^{n})+3]}{6^{n}}$
  3. $\displaystyle \frac{^{6} C_{3}[3^{n}-3(2^{n})]}{6^{n}}$
  4. None of these

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

This is a combinatorics problem involving the inclusion-exclusion principle for surjective mappings. The number of ways to choose 3 numbers out of 6 is 6C3. The number of ways to map n throws to exactly 3 specific numbers is 3^n - 3(2^n) + 3.