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
Inclusion-Exclusion Principle
Surjections
Stirling Numbers of the Second Kind

Formulas

Total possible arrangements: n^n
Number of favorable outcomes: S(n, n-1) = (n-1)! * (binom(n,1) - binom(n,2) + ... + (-1)^(n-1) * binom(n,n-1))
Probability formula: P = (n-1)^{n-1} / n^{n-1}

Theorems

Inclusion-Exclusion Principle
Stirling Numbers of the Second Kind

Suitable Grade Level

Undergraduate / Advanced High School (Grades 11-12)