find Union of the following set a {1 2 3} b {4 5 6}
Answers
Answered by
1
Answer:
a u b={1,2,3,4,5,6}
Step-by-step explanation:
a ={1,2,3}
b={4,5,6,}
therefore a u b={1,2,3} u {4,5,6}
a u b ={1,2,3,4,5,6}
Similar questions