Find the indicated intersection or union.

{q, s, u, v, w, x, y, z}*{q, s, y, z}
I think its C. Any feedback is appreciated!

A) {s, u, w}
B) {v, x}
C) {q, s, u, v, w, x, y, z}
D) {s, u, v, w, x, z}
E) None of the above

If you want the union, it is C but if you want the intersection it is {q,s,y,z}

Thanks! I really appreciate your help!

To find the intersection or union of two sets, we need to consider the elements that are common to both sets in the case of intersection, and all elements from both sets in the case of the union.

Looking at the sets given: {q, s, u, v, w, x, y, z} and {q, s, y, z}, we can find the intersection by identifying the common elements in both sets. The common elements are q, s, y, and z.

To find the union, we need to combine all elements from both sets without duplicating any elements. Combining both sets gives us the set {q, s, u, v, w, x, y, z}.

So, the correct answer is C) {q, s, u, v, w, x, y, z}. Your choice is correct!