Power Rule

INFO

For any set ( A ),

Uses

  • To count the number of strings of length ( n ) over a finite alphabet ( A )
  • To count the number of ( n )-length sequences using only the numbers:
    • Any other set with cardinality equal to
  • To count the number of ways of distributing distinct objects among people, possibly with the same person getting multiple objects

Example

How many 4-letter words can be formed over the Latin alphabet (26 letters)?

How many 8-character passwords can be made using uppercase, lowercase, and digits?

TIP

The Power Rule assumes independence between choices — each position in the sequence can be filled without constraints from the others.