5. If A and B are two set that A has 35 elements and AUB has 80 elements and ANB has 10 elements How many elements does have ?
Answers
Answer:
70 elements
Step-by-step explanation:
Assume that set A has 30 element and set B has 40 elements. Now if you were to list all of the elements, including duplicates, you would get 70 elements. By assumption, their union-- the collection of all distinct elements-- is equal to 45. Thus there are 70 - 45 = 25 non-distinct elements. That is, there are 25 elements in their intersection.
Formally, we say that the order of the intersection of two sets is equal to the sum of the orders of the two sets less the order of their union. Or:
|(A∩B)| = |A| + |B| - |A∪B| where |x| denotes the order, or size, of the set x.
However, from above you can see that this follows directly from the concepts. It is important that we teach students the concepts, and not merely the manipulation of symbols.
Answer:
n(A) = 35 elements
n(B) = 55 elements
Step-by-step explanation:
n(A) = 35
n(AUB) = 80
n(A n B) = 10
we know that,
n(AUB) = n(A) + n(B) - n(A n B)
80=35+n(B)-10
n(B) = 80-35+10
n(B) = 55
Ans. Hence, set B will be having 55 elements.