B={3,4,5,6},C={4,5,6,7,8} find BnC
Answers
Answered by
0
Answer:
BnC= {4,5,6}
Hope it helps
Answered by
0
Answer:
answer(4,5,6)
Step-by-step explanation:
B = (3,4,5,6) , C = (4,5,6,7,8)
BnC = ?
BnC = (3,4,5,6)n(4,5,6,7,8)
BnC = (4,5,6)
when we take intersection of any two seta then we write the element which is present in both set as a result.
.
.
.
press below 5 stars if it helps you...
Similar questions