Edit Game
Sets
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   5  Close
A = {1, 2, 3, 4, 5, 7}, B = {2, 3, 4, 5}, C = {5, 8, 9, 10} (A ∩ B) ∪ C
{1, 2, 3, 4, 5, 8, 9, 10}
A = {1, 2, 3, 4, 5, 7}, B = {2, 3, 4, 5}, C = {5, 8, 9, 10} What is A ∩ (B ∪ C)
{2, 3, 4, 5}
A = {1, 2, 3, 4, 5, 7}, B = {2, 3, 4, 5}, C = {5, 8, 9, 10} What is A ∩ (B ∪ C)
{2, 3, 4, 5}
A = {1, 2, 3, 4, 5, 7}, B = {2, 3, 4, 5}, C = {5, 8, 9, 10} What is the intersection of B and C?
{5}
A = {1, 2, 3, 4, 5, 7}, B = {2, 3, 4, 5}, C = {5, 8, 9, 10} What is A union B?
{1, 2, 3, 4, 5, 6, ,7}