find all subsets of {abc}
Answers
Answer:
{a},{b},{c},{a,b},{a,c},{b,c},{a,b,c},{ }
Step-by-step explanation:
All subsets of {a,b,c} are Φ, {a} , {b} , {c} , {a,b} , {a,c} , {b,c} , {a,b,c}
Given :
The set {a,b,c}
To find :
All subsets of {a,b,c}
Solution :
Step 1 of 2 :
Define subset of a set
A set S is said to be a subset of T if every element of S is an element of T
We know that if a set contains n elements then the number of subsets of the set is 2ⁿ
Step 2 of 2 :
Find all subsets of {a,b,c}
Since the number of elements in {a,b,c} are 3
∴ Number of subsets of {a,b,c} = 2³ = 8
Hence all subsets of {a,b,c} are Φ, {a} , {b} , {c} , {a,b} , {a,c} , {b,c} , {a,b,c}
━━━━━━━━━━━━━━━━
Learn more from Brainly :-
If P and Q are two sets such that n(P) = 12, n(Q - P) = 7, then which among the following is the value of n(PU Q)?
https://brainly.in/question/31763496
2. 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
#SPJ3