find AUB,AnB if A={2,6,10,14} , B={2,5,14,16}
Answers
Answered by
9
Answer:
A∪B = {2,5,6,10,14,16} ; A∩B = {2,14}
Step-by-step explanation:
A∪B means the elements of A and elements of B together without repeating a common element so, A∪B = {2,5,6,10,14,16}
A∩B means that common elements of A and B so, A∩B = {2,14}
Answered by
11
Answer:
Given:
• A = { 2, 6, 10, 14 } and B = { 2, 5, 14, 16 }
To find:
- A U B and A n B
Solution:
A U B
Has all the elements of A and B without repetition.
A U B = { 2, 5, 6, 10, 14, 16 }
This know as A union B.
A n B
Has all the common elements in A and B.
A n B = { 2, 14 }
This known as A intersection B.
________________________________
Extra information:
Similar questions