Power Set Calculator - Multi-Tools

Power Set Calculator

Result

Power Set Properties

Definition

The power set of a set S is the set of all possible subsets of S, including the empty set and S itself.

P(S) = {A | A ⊆ S}

Properties
  • Cardinality: |P(S)| = 2^n, where n is the number of elements in S
  • Always includes the empty set ∅
  • Always includes the original set S
  • Each element can be either included or excluded in a subset

Example Problems

Example 1: Set {a, b}

Power Set:

  • ∅ (empty set)
  • {a}
  • {b}
  • {a, b}

Total subsets: 2² = 4

Example 2: Set {1, 2, 3}

Power Set:

  • ∅
  • {1}
  • {2}
  • {3}
  • {1, 2}
  • {1, 3}
  • {2, 3}
  • {1, 2, 3}

Total subsets: 2³ = 8

Binary Representation

Each subset can be represented by a binary number where:

  • 1 means the element is included
  • 0 means the element is excluded

Example for set {a, b, c}:

  • 000 = ∅
  • 001 = {c}
  • 010 = {b}
  • 011 = {b, c}
  • 100 = {a}
  • 101 = {a, c}
  • 110 = {a, b}
  • 111 = {a, b, c}
Advertisement Space

Why Choose Our Calculator Platform?

Our professional calculator tools are designed to provide accurate, fast, and reliable results for financial, health, and everyday calculations.

Instant Results

All calculations are processed instantly in your browser with real-time output.

100% Secure

Your data is never stored. Everything runs locally for complete privacy.

Accurate Formulas

Built using verified mathematical formulas to ensure precise and reliable results.

Mobile Friendly

Fully responsive design works smoothly on desktop, tablet, and mobile devices.

4000+ Calculators

From EMI to BMI and GST, access multiple calculators in one place.

Modern Interface

Professional UI with clean layout, smooth animations, and easy navigation.

Scroll to Top