Power Set Calculator

    Generate power set of a set of elements

    Formula

    |P(S)| = 2^n

    Each element is either included or excluded (2 choices per element).

    Examples

    n = 4

    Power set has 16 subsets.

    Frequently Asked Questions

    About Power Set

    Calculate the size of the power set for a given number of elements.