Question: If set I = {1, 2, 3} and set J = {2, 3, 4}, what is the result of the operation I - J?
Options:
Correct Answer: {1}
Solution:
The operation I - J results in the elements of set I that are not in set J, which is {1}.