Difference between revisions of "2024 SSMO Speed Round Problems/Problem 6"

(Created page with "==Problem== There are <math>4</math> people and <math>4</math> houses. Each person independently randomly chooses a house to live in. The expected number of inhabited houses...")
 
(Solution)
Line 4: Line 4:
  
 
==Solution==
 
==Solution==
 +
Let <math>a_n</math> equal <math>1</math> if the nth house is occupied and <math>0</math> if the nth house is unoccupied. Thus, we are trying to find <math>\mathbb{E}[a_1+a_2+a_3+a_4] = 4\mathbb{E}[a_1]</math> by the Linearity of Expectation.

Revision as of 19:38, 2 May 2025

Problem

There are $4$ people and $4$ houses. Each person independently randomly chooses a house to live in. The expected number of inhabited houses can be expressed as $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.

Solution

Let $a_n$ equal $1$ if the nth house is occupied and $0$ if the nth house is unoccupied. Thus, we are trying to find $\mathbb{E}[a_1+a_2+a_3+a_4] = 4\mathbb{E}[a_1]$ by the Linearity of Expectation.