Given the set definitions below, answer the followingquestions:
set1 = {0,1,6,8,9}
set2 = {3,5,6,9}
set3 = {1,3,6,15,28}
What is the result of performing set union onset1 and set2?
What is the result of performing setintersection on set2 and set3?
What is the result of performing the setintersection on all three sets?
Expert Answer
An answer will be send to you shortly. . . . .