Question: If set P = {x | x is an even number less than 10} and set Q = {x | x is a prime number less than 10}, what is the union of sets P and Q?
Options:
Correct Answer: {2, 3, 4, 5, 7, 8}
Solution:
Set P = {2, 4, 6, 8} and set Q = {2, 3, 5, 7}. The union is {2, 3, 4, 5, 6, 7, 8}.