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 difference P - Q?
Options:
Correct Answer: {4, 6, 8}
Solution:
Set P = {2, 4, 6, 8} and set Q = {2, 3, 5, 7}. The difference P - Q = {4, 6, 8}.