- Mar 19, 2006
- 1,539
- 1
- 81
"If a set contains N elements, what is the total number of subsets that the set has?"
Can somebody explain this to me?
I know that if a set contains elements {a, b, c}, then you end up with subsets {a}, {b}, {c}, {a, b}, {a, c}, {b, c}, {a, b, c} and {}. But how can I relate this to a variable?
Can somebody explain this to me?
I know that if a set contains elements {a, b, c}, then you end up with subsets {a}, {b}, {c}, {a, b}, {a, c}, {b, c}, {a, b, c} and {}. But how can I relate this to a variable?
