203k views
5 votes
IF A = [5, 6, 7] and B = [7, 8, 9] then A ∪ B is equal to

2 Answers

5 votes

Explanation:

while uniting there A and B double number shouldn't be written in place of double we should write only one number and that is the model for these type of. question

IF A = [5, 6, 7] and B = [7, 8, 9] then A ∪ B is equal to-example-1
User Krokodilko
by
4.4k points
3 votes

Answer:

=[5,6,7,8,9]

Explanation:

a=(5,6,7)

B=(7,8,9)

AUB=(5,6,7)U(7,8,9)

=[5,6,7,8,9]

User Mwase
by
3.6k points