Question 977661: Please Help me solve this question :
if A= {l,o,v,e,y} and B {w,o,l,v,e,s}, what is A U B ?
Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! Combine the two sets to form one bigger set.
A = {l,o,v,e,y}
B = {w,o,l,v,e,s}
A U B = {l,o,v,e,y,w,o,l,v,e,s}
-------------------------------------------------------
Now toss out any duplicates (l,o,v, & e are duplicates)
A U B = {l,o,v,e,y,w,o,l,v,e,s}
A U B = {l,o,v,e,y,w,s}
-------------------------------------------------------
Final Answer:
A U B = { l,o,v,e,y,w,s }
|
|
|