Write the power set of A=(1;2;3)
Answers
Answered by
2
Answer:
Step-by-step explanation:
Set :- A collection of well defined objects. A set may have infinite or finite objects .Every object is called element of the set.
Subset :- It is the set of few or all elements of a set.
Power set :- It is the set of all subsets of the set including itself and the empty set.
=================================
Power set of a set is the set of all possible sets formed by elements of the given set.
Given set B = { 1 , 2 , 3 }
Power set P(B) = { 1 , 2 , 3 , ( 1 , 2 ) , ( 2 , 3 ) , ( 3 , 1 ) , ( 1 , 2 , 3 ) , Ø }
Number of elements in set = n(B) = 3 .
Therefore, Number of elements in power set = 2^n(B) = 2^3 = 8 .
Similar questions