The formula to calculate the Number of Subsets is:
\[ \text{NS} = 2^{n(A)} \]
The Number of Subsets is the total count of all possible sets including the elements of Set A and the null set. Number of Elements in Set A is the total count of elements present in the given finite set A.
Let's assume the following value:
Using the formula:
\[ \text{NS} = 2^{10} = 1024 \]
The Number of Subsets is 1024.
Number of Elements in Set A | Number of Subsets |
---|---|
0 | 1 |
1 | 2 |
2 | 4 |
3 | 8 |
4 | 16 |
5 | 32 |
6 | 64 |
7 | 128 |
8 | 256 |
9 | 512 |
10 | 1,024 |