Que 2) Solve any one questions.
1) If T = (1,2,3,4,5) and M = (3,4,7,8) find the value of TUM and TnM
Answers
Answered by
1
Answer:
TUM = {1,2,3,4,5,7,8 }
T intersection M = { 3,4 }
Step-by-step explanation:
T union M
it is the set of all elements of T together with all element of M
T intersection M
it is the set of all elements COMMON to both T and M
Similar questions