2024 SSMO Speed Round Problems/Problem 6
Problem
There are people and
houses. Each person independently randomly chooses a house to live in. The expected number of inhabited houses can be expressed as
, where
and
are relatively prime positive integers. Find
.
Solution
Let equal
if the nth house is occupied and
if the nth house is unoccupied. Thus, we are trying to find
by the Linearity of Expectation. Instead of calculating the probability that a single house is occupied, we instead calculate the probability that it is unoccupied. Each person has a
chance of residing in that house, and thus a
chance of not residing in that house. The probability that none of the people stay in that house is
. Thus, the probability that any given house is occupied, or
, is
. Thus, our answer is
,
.
-Vivdax