Find the subsets of set A= { 0,3,4,5}
Answers
Answered by
2
Answer:
total no. of subsets = 2^4 = 16
Step-by-step explanation:
{{}, {0}, {3}, {4}, {5},
{0,3}, {0,4}, {0,5}, {3,4}, {3,5}, {4,5},
{0,3,4}, {3,4,5}, {4,5,0}, {5,0,3},
{0,3,4,5}}
Similar questions