Answer: The Union of two sets will be all elements without duplicate elements. So G U H ={apple , orange , banana , grape , duruan ,pear , strawberry}
Explanation:
"U" is the union of two sets. The no of values in Union of two sets G , H
is G U H = G + H - (G ∩ H)
- G set contains the elements are {apple ,orange ,banana ,grape ,duruan ,pear}.
- H set contains the elements are apple ,banana, grape, strawberry.
- G ∩ H the same elements between G, H. The Elements which are common are [apple ,banana ,grape}.
- G + H are the elements in G,H with duplicates . The elements are {apple, orange, banana, grape, duruan, pear, apple, banana, grape, strawberry}.
- Now removing duplicates are G + H - (G ∩ H) . So the elements are
- {apple , orange , banana , grape , duruan ,pear , strawberry}.
To learn more about sets notation,