Probability Questions

Multiple choice
  1. 12/325

  2. 52/325

  3. 5/324

  4. 2/325

  5. None of the above

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

Each cube has 6 faces. Total outcomes for 6 cubes is 6^6. Favorable outcomes where each shows a different face is 6! (permutations of 6 colors). Probability = 6! / 6^6 = 720 / 46656 = 5 / 324.

Multiple choice
  1. 3/64

  2. 1/16

  3. 1/8

  4. 3/7

  5. None of the above

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

The probability of hitting a balloon is p = 1/4, and missing is q = 3/4. For exactly 3 hits in 4 chances, we use the binomial distribution formula: C(4,3) * (1/4)^3 * (3/4)^1. This equals 4 * (1/64) * (3/4) = 12/256 = 3/64.

Multiple choice
  1. 3/32

  2. 13/32

  3. 1/32

  4. 3/2

  5. None of the above

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

The probability of drawing one black and two white balls is the sum of the probabilities of three mutually exclusive scenarios: (B, W, W), (W, B, W), and (W, W, B). Bag A: P(B)=3/4, P(W)=1/4. Bag B: P(B)=2/4, P(W)=2/4. Bag C: P(B)=1/4, P(W)=3/4. Calculating: (3/4 * 2/4 * 3/4) + (1/4 * 2/4 * 3/4) + (1/4 * 2/4 * 1/4) = 18/64 + 6/64 + 2/64 = 26/64 = 13/32.

Multiple choice
  1. 1 4

  2. 7 36

  3. 5 36

  4. 3 4

  5. 1 2

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

The score is less than 4 only when both dice show numbers from 1 to 3. There are 3 x 3 = 9 such outcomes out of 36, so the probability of a score of at least 4 is 1 - 9/36 = 3/4.

Multiple choice
  1. 18

  2. 45

  3. 64

  4. 72

  5. 52

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

Total balls = 2+3+4 = 9. Total ways to draw 3 balls = 9C3 = 84. Ways to draw 3 balls with no black balls (only white/red) = 6C3 = 20. Ways with at least one black ball = 84 - 20 = 64.

Multiple choice
  1. 12C3 + 9 × 4C3

  2. 12C3 + 40C3

  3. 13C3 + 4C3

  4. 12C3 + 9 × 4!

  5. 14C3 + 9 × 4C3

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

There are 12 face cards. Selecting 3 face cards is 12C3. For number cards, there are 9 numbers (2-10), each with 4 suits. Selecting 3 cards of the same number is 4C3 for each number, so 9 * 4C3.