prove that n(A union B)=n(A) +n(B)-n (A intersection B). 'A' is the set of prime numbers less than 10. 'B' is the set of odd numbers less than 10
Answers
SOLUTION
GIVEN
'A' is the set of prime numbers less than 10.
'B' is the set of odd numbers less than 10
TO PROVE
n(A ∪ B) = n(A) + n(B) - n (A ∩ B)
EVALUATION
Here it is given that
A' is the set of prime numbers less than 10.
∴ A = { 2 , 3 , 5 , 7 }
So n(A) = 4
'B' is the set of odd numbers less than 10
∴ B = { 1 , 3 , 5 , 7 , 9 }
So n(B) = 5
Again
A ∪ B = { 1 , 2 , 3 , 5 , 7 , 9 }
So n(A ∪ B) = 6
Also A ∩ B = { 3 , 5 , 7 }
So n(A∩B) = 3
We have to verify
n(A ∪ B) = n(A) + n(B) - n (A ∩ B)
LHS = n(A ∪ B) = 6
RHS = n(A) + n(B) - n (A ∩ B) = 4 + 5 - 3 = 6
Hence LHS = RHS
Hence verified
━━━━━━━━━━━━━━━━
Learn more from Brainly :-
If n(A) = 300, n(A∪B) = 500, n(A∩B) = 50 and n(B′) = 350, find n(B) and n(U).
https://brainly.in/question/4193770
2. If A, B and C are any three sets
then prove the following using venn-diagram
A∩(BUC) = (A∩B) U (A∩C)
https://brainly.in/question/23234089