what is the power set of{0, 1, 2}
Answers
Answered by
1
Answer:
Power set P({0,1,2}) is the set of all subsets of {0,1,2}. Hence, P({0,1,2})={null,{0},{1},{2},{0,1},{0,2},{1,2},{0,1,2}}.
Similar questions