List all the subsets of
A = [a, b, c]
B = [1,2,3]
Answers
Answered by
3
Step-by-step explanation:
to find number of subsets to a particular set then formula is 2 power n, where n represents the no. of elements in set
Attachments:
Similar questions