union means to group the given sets. where as intersection means to pick out the common elements from the given sets.
if set a has 1,2,3 elements and B has 1,2,3,4,5. then its union will have 1,2,3,4,5 as its elements. and its intersection will have 1,2,3 as its elements.
Copyright © 2026 eLLeNow.com All Rights Reserved.