Question: If A = {x | x is a prime number less than 10}, what is A?
Options:
Correct Answer: {2, 3, 5, 7}
Solution:
The prime numbers less than 10 are 2, 3, 5, and 7. Therefore, A = {2, 3, 5, 7}.