Power Set Calculator

Power set: number of subsets of a set with n elements = 2^n.

Formula

Power set = 2^n (where n = set size)

{a, b, c} → 8 subsets

Inputs
  • Set Size (n): 3

2^3 = 8 subsets

Frequently asked questions

What is a power set?
Set of all possible subsets (including empty and itself)