write the subsets of b=[2,3,4]
Answers
Answered by
3
Answer:
{phi}, {2}, {3}, {4}, {2,3}, {3,4}, {4,2}, {2,3,4}
Step-by-step explanation:
As the number of subsets of a given set is 2^n where n is the number of elements in the set, we can check that the number of subsets in the parent se with three elements will be 2^3 which is 8.
Hope I was able to help you. If yes, please do upvote and mark my answer as the brainliest!!
Similar questions