A= {1, 2, 3, 4, 5, 6, 7, 8, 9, 10); B = {2,3,5,7}. Find An B.
Answers
Answered by
0
AnB = {2,3,5,7}
I think it will help you
Answered by
1
Answer:
A ∩ B = { 2,3,5,7}
Step-by-step explanation:
Intersection Definition : The intersection of A and B, denoted by A ∩ B, is the set of all things that are members of both A and B.
Given
A ={1,2,3,4,5,6,7,8,9,10}
B = {2,3,5,7}
where A ∩ B = {Numbers both common in A and B }
A∩B ={2,3,5,7}
Similar questions