Math Problem Statement

Find the probability of placing n balls into n numbered boxes so that exactly one box remains empty.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Combinatorics
Probability
Stirling Numbers
Inclusion-Exclusion Principle

Formulas

Total outcomes: n^n
Favorable outcomes: n × (n-1)^{n-1}
Probability: P = ((n-1)/n)^{n-1}

Theorems

Stirling Number of the Second Kind
Inclusion-Exclusion Principle

Suitable Grade Level

Grades 11-12