157k views
5 votes
If A = (1, 2, 3) and B = (1, 2, 3, 4, 5, 6, 7, 8) then A u B

1 Answer

0 votes

Answer:

{1, 2, 3, 4, 5, 6, 7, 8}

Explanation:


A \cup B

represents the union of sets A and B (the set of all elements in at least one of the sets).

User JoshWillik
by
8.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.