asked 97.4k views
1 vote
Given X = {a, b, f} and Y = {b, c, f, g}, what is XY?

asked
User Catbot
by
8.7k points

1 Answer

4 votes

y - x (elements in y but not in x):

y - x = {f, g}

Given sets:

x = {a, b, c, d}

y = {f, d, b, g}

x - y (elements in x but not in y):

x - y = {a, c}

y - x (elements in y but not in x):

y - x = {f, g}

Question

If x={a,b,c,d} and y={f,d,b,g} then find x-y and y-x​

answered
User Sohel
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.