E = (integers \(\leq\) 20), P = (multiples of 3), Q = (multiples of 4), what are the elements of P'∩Q?
To find P' ∩ Q, we first need to find the complement of P, which consists of all the elements in E that are not in P. Since P is the set of multiples of 3, P' is the set of all integers in E that are not multiples of 3. Therefore,
P' = {1, 2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 17, 19, 20}
Next, we need to find the elements that are common to both P' and Q. Since Q is the set of multiples of 4, we can simply list the multiples of 4 that are in P', which are:
4, 8, 16, 20
Therefore, P' ∩ Q = {4, 8, 16, 20}.
So the correct option is (2) (4, 8, 16, 20).