On a venn diagram, which section is the intersection of A and B?

What is section 2?
On a venn diagram, which sections represent the union of A and B?

What is sections 1, 2, and 3?
What are the elements in A? What is n(A)?

What is {a, d, g, f, m} and 5?
What is the set builder notation for
A cap B
What is
A cap B = {x | x \in A and x \in B}?
If A = {red} and B = {red, yellow, blue}, What would be
A cap B
What is {red}?
If A = {strawberry, banana} and B = {strawberry, banana, kiwi, watermelon}, What would be
A cup B
What is {strawberry, banana, kiwi, watermelon}?
What are the elements of B? What is n(B)?

What is {s, k, y, z, g, m} and 6?
What is the set builder notation for
A cup B
What is
A cup B = {x | x \in A or x\in B} ?
If A = {lettuce, tomato, pickle, onion} and B = {Ketchup, Mustard, Mayo}, What would be
A cap B
What is {}?
If A = {Lettuce, Tomato, Pickle, Onion} and B = {Ketchup, Mustard, Mayo}, What would be
A cup B
What is {Lettuce, Tomato, Pickle, Onion, Ketchup, Mustard, Mayo}?
What are the elements of U? What is n(U)?

What is {a, d, f, g, m, s, k, y, z} and 9?
What is the set builder notation for A - B?
What is
A - B = {x | x \in A and x \notin B}?
Let A = {x | x is a prime number less than 15}, and B = {x | x is even}. What would be
A cap B
What is {2}?
Let A = {x | x is a prime number less than 15}, and B = {x | x is even}. What would be
A cup B
What is {2, 3, 5, 7, 11, 13, 4, 6, 8, 10, 12, 14, ...}?
If A = {1,3,5,7,9,11}, B = {1,2,3,4,5,6,7}, and C = {2,4,6,8,10}, What would be
n(A -(BcupC)) ?
What is 2? ({9,11})?
Give the definition of the difference between sets.
What is the difference of the sets A and B is the set of those elements in A but not in B?
Let U = {January, February, March, April, May, June, July, August, September, October, November, December}, A = {April, May, June, July}, and B = {January, December, November}. What would be
A' cap B'
What is {February, March, August, September, October}?
Let U = {January, February, March, April, May, June, July, August, September, October, November, December}, A = {April, May, June, July}, and B = {January, December, November}. What would be
A' cup B'
What is U?
What is the addition rule for any two sets?
(What is
n(AcupB))
What is
n(A) + n(B) - n(AcapB) ?
What is DeMorgan's Law for Sets? (give one)
What is
(A cup B)' = A' cap B' ?
or (A cap B)' = A' cup B' ?