Probability Questions

Multiple choice
  1. Quantity A is greater.

  2. Quantity B is greater.

  3. The two quantities are equal.

  4. The relationship cannot be determined from the information given.

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

Total ways to pick 2 cards = 8C2 = 28. Same color: (3C2 + 3C2 + 2C2) = 3 + 3 + 1 = 7. P(Same) = 7/28 = 1/4. Different color: 1 - 1/4 = 3/4. Quantity B (3/4) is greater than Quantity A (1/4).

Multiple choice
  1. 0.48

  2. 0.54

  3. 0.58

  4. 0.62

  5. a

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

P(Red) = P(Bag1)*P(Red|Bag1) + P(Bag2)*P(Red|Bag2) = 0.4 * (6/10) + 0.6 * (5/10) = 0.24 + 0.30 = 0.54.

Multiple choice
  1. 1/15

  2. 2/15

  3. 3/15

  4. 4/15

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

Using Bayes' Theorem: P(Bag3|Red) = P(Red|Bag3)P(Bag3) / [P(Red|Bag1)P(Bag1) + P(Red|Bag2)P(Bag2) + P(Red|Bag3)P(Bag3)]. Probabilities: 3/10, 8/10, 4/10. Calculation: (4/10 * 1/3) / ((3/10 + 8/10 + 4/10) * 1/3) = 4/15.

Multiple choice
  1. 20

  2. 18

  3. 14

  4. 10

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

We need to choose 3 distinct numbers from {1, 2, 3, 4, 5, 6} such that x < y < z. This is equivalent to choosing any 3 distinct numbers, as there is only one way to arrange them in increasing order. The number of ways is 6C3 = (6*5*4)/(3*2*1) = 20.

Multiple choice
  1. 3/7

  2. 7/3

  3. 1/7

  4. 1/3

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

There are 15 balls total. The probability of drawing the first black ball is 10/15 = 2/3. After drawing one black ball, 9 black balls and 14 total balls remain, so the probability of the second being black is 9/14. The total probability is (2/3) * (9/14) = 18/42 = 3/7.

Multiple choice
  1. 0.38

  2. 0.42

  3. 0.48

  4. 0.52

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

Using Bayes' Theorem: P(X|Card) = P(Card|X)P(X) / [P(Card|X)P(X) + P(Card|Y)P(Y) + P(Card|Z)P(Z)]. P(X|Card) = (0.10 * 0.50) / (0.10 * 0.50 + 0.15 * 0.30 + 0.05 * 0.20) = 0.05 / (0.05 + 0.045 + 0.01) = 0.05 / 0.105 = 50/105 = 10/21 approx 0.476, which rounds to 0.48.

Multiple choice
  1. 6/14

  2. 2/7

  3. 6/35

  4. 6/29

  5. 6/42

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

Let R be the set of balls with red color and G be the set of balls with green color. Given |R intersect G| / |R| = 2/7 and |R intersect G| / |G| = 3/7. This implies |R| = 3.5 * |R intersect G| and |G| = 2.33 * |R intersect G|. Using the principle of inclusion-exclusion, the total number of balls is 58. Solving the system yields the probability.