Question: If A = {1, 2, 3} and B = {1, 2, 3, 4}, what is A β B?
Options:
Correct Answer: True
Solution:
A is a subset of B if all elements of A are in B. Here, all elements of A are in B, so A β B is true.