Grade 11 Probability & Statistics Practice — Medium

Question 1 of 30Score 0/0Medium

Question 1 of 30: From a deck, P(King | face card drawn) — there are 12 face cards (J, Q, K in 4 suits):

More Grade 11 practice

Keep going: Read the lesson: Conditional Probability & Independence Dice & Coin Simulator Permutations & Combinations
Answer key for parents & teachers (30 questions)
  1. From a deck, P(King | face card drawn) — there are 12 face cards (J, Q, K in 4 suits):1/3. Given a face card was drawn, there are 4 kings among 12 face cards: P = 4/12 = 1/3.
  2. P(A∩B) = 0.12, P(B) = 0.4. Find P(A|B):0.3. P(A|B) = P(A∩B)/P(B) = 0.12/0.4 = 0.3.
  3. P(A) = 0.5, P(B) = 0.4, P(A∩B) = 0.2. P(A|B) = ?0.5. P(A|B) = 0.2/0.4 = 0.5 = P(A). Since P(A|B) = P(A), A and B are independent.
  4. The multiplication rule for dependent events is:P(A∩B) = P(A)·P(B|A). For dependent events: P(A∩B) = P(A)·P(B|A). For independent events, P(B|A) = P(B) giving the simplified form.
  5. A bag has 3 red and 5 blue marbles. P(red on 2nd draw | red on 1st, no replacement):2/7. After removing 1 red: 2 red remain out of 7. P = 2/7.
  6. P(A∪B) for mutually exclusive events A and B:P(A) + P(B). Mutually exclusive means P(A∩B) = 0. So P(A∪B) = P(A) + P(B) + 0 = P(A) + P(B).
  7. P(A|B) vs P(B|A): these are:Generally different. P(A|B) = P(A∩B)/P(B) and P(B|A) = P(A∩B)/P(A). They are equal only when P(A) = P(B).
  8. P(A) = 0.6, P(B|A) = 0.5. Find P(A∩B):0.3. P(A∩B) = P(A)·P(B|A) = 0.6 × 0.5 = 0.3.
  9. P(A∩B) = 0.15, P(A) = 0.5, P(B) = 0.4. Are A and B independent?No, because 0.5 × 0.4 = 0.20 ≠ 0.15. P(A)·P(B) = 0.2 ≠ 0.15 = P(A∩B). Since the product rule for independence fails, A and B are dependent.
  10. A die is rolled. P(even | greater than 3):2/3. Given >3: outcomes are {4, 5, 6}. Even outcomes: {4, 6} — 2 out of 3. P = 2/3.
  11. P(B|A) · P(A) is equivalent to:P(A∩B). P(B|A) = P(A∩B)/P(A), so P(B|A)·P(A) = P(A∩B). This is the multiplication rule.
  12. P(Aᶜ|B) = ?1 − P(A|B). Given B, P(Aᶜ|B) + P(A|B) = 1 (complementary within the restricted sample space).
  13. How many ways can a president and vice-president be chosen from 10 candidates?90. Order matters (two distinct roles): P(10, 2) = 10!/8! = 10 × 9 = 90.
  14. How many ways to choose a 5-card hand from 52 cards?C(52,5) = 2598960. A hand is unordered (no positions), so use combinations: C(52, 5) = 2,598,960.
  15. C(n, r) = C(n, n−r). Why?Choosing r to include is equivalent to choosing n−r to exclude. Selecting r items to include is the same as selecting the n−r items to exclude. So C(n,r) = C(n,n−r).
  16. C(8, 3) = ?56. C(8,3) = 8!/(3!·5!) = (8·7·6)/(3·2·1) = 336/6 = 56.
  17. In how many ways can 4 students be arranged in a line from a class of 10?P(10,4) = 5040. Order matters (positions in line are distinct): P(10, 4) = 10!/6! = 10·9·8·7 = 5040.
  18. How many 3-person committees from 9 people?84. Committees are unordered: C(9, 3) = 9!/(3!·6!) = (9·8·7)/(3·2·1) = 504/6 = 84.
  19. The relationship between P(n,r) and C(n,r) is:P(n,r) = C(n,r)·r!. P(n,r) counts ordered arrangements; C(n,r) counts unordered. P(n,r) = C(n,r) × r! (multiply by the orderings of the r chosen items).
  20. How many distinct 4-letter codes can be made from letters A, B, C, D, E (no repeats)?120. Ordered, no repeats: P(5, 4) = 5!/1! = 120.
  21. A pizza shop has 10 toppings. How many different 3-topping pizzas?C(10,3) = 120. Toppings on a pizza have no order: C(10, 3) = 10!/(3!·7!) = 120.
  22. The number of ways to arrange all 5 letters of the word SMILE:5! = 120. Arranging all 5 distinct letters: 5! = 120.
  23. A lottery ticket costs $5. You win $100 with P = 0.03. E(X) = ?−$2.00. Net: win $95 with P = 0.03 or lose $5 with P = 0.97. E = 95(0.03) + (−5)(0.97) = 2.85 − 4.85 = −$2.00.
  24. X has values {0, 1, 2} with probabilities {0.5, 0.3, 0.2}. E(X) = ?0.7. E(X) = 0(0.5) + 1(0.3) + 2(0.2) = 0 + 0.3 + 0.4 = 0.7.
  25. Prior probability P(A) is called the:Prior. P(A) before observing any evidence is the "prior probability." After updating with evidence, we get the posterior.
  26. After applying Bayes' Theorem, P(A|B) is called the:Posterior. P(A|B) — the updated probability after incorporating evidence B — is called the posterior probability.
  27. If E(X) = 5 and you play 100 times, expected total winnings ≈ ?$500. Expected total = n · E(X) = 100 · 5 = $500. This uses the linearity of expectation.
  28. Bayes' Theorem is especially useful when:Updating probabilities with new evidence. Bayes' Theorem is the tool for updating prior beliefs when new evidence arrives — the foundation of Bayesian inference.
  29. A raffle has 1000 tickets at $2 each, with 1 prize of $500. E(net) per ticket = ?$−1.50. P(win) = 1/1000. E(winnings) = 500(1/1000) + 0(999/1000) = $0.50. E(net) = 0.50 − 2.00 = −$1.50.
  30. You win $3 on heads (P=0.5) and lose $2 on tails (P=0.5). After 10 flips, expected net = ?$5. E per flip = 3(0.5) − 2(0.5) = 0.5. After 10 flips: 10 × 0.5 = $5.