0 Comments
Answer:
63
Explanation:
Given:
a set of six elements
The solution would be like this for this specific problem:
number of subsets of n elements = 2^n
(2^6) - 1
= 64 – 1
= 63