ξ = {integers x : 1 ≤ x ≤ 15}
A = {prime numbers}
B = {factors of 30}
C = {multiples of 3}
- List the elements in A′. [1]
- List the elements in (A ∪ B)′. [1]
- A number, p, is chosen at random from the set
(B ∪ C).
Find the probability that p ∉ C. [2]
Worked solution
ξ = {1, 2, 3, …, 15}, and inside it A = {2, 3, 5, 7, 11, 13}, B = {1, 2, 3, 5, 6, 10, 15} and C = {3, 6, 9, 12, 15}.
(a) A′ is everything in ξ that is not prime, and 1 is not prime: A′ = {1, 4, 6, 8, 9, 10, 12, 14, 15}.
(b) A ∪ B = {1, 2, 3, 5, 6, 7, 10, 11, 13, 15} — every element of either set, each written once. What is left of ξ is (A ∪ B)′ = {4, 8, 9, 12, 14}.
(c) B ∪ C = {1, 2, 3, 5, 6, 9, 10, 12, 15}, so there are 9 numbers to choose from.
Of those, the ones not in C = {3, 6, 9, 12, 15} are 1, 2, 5 and 10 — 4 numbers.
P(p ∉ C) = .
Why this works. Write ξ, A, B and C out once and all three parts read off that list. The number that decides (a) is 1: a factor of 30 and not prime, so it sits in B and in A′. In (c) the choice comes from B ∪ C with 3, 6 and 15 counted once, giving denominator 9 and a numerator outside C.