Chicken and Egg
Recall in the Chicken-Egg problem that we have a chicken that lays eggs, where the number of eggs N follows the distribution N∼Pois(λ). Given that the chicken lays N eggs, the number of eggs that hatch X follows the distribution X∣N∼Bin(N,p).
Use Adam's Law!
E(X)=E[E(X∣N)]=E[Np]=pE[N]=λp Use Eve's Law!
Var(X)=E[Var(X∣N)]+Var[E(X∣N)]=E[Np(1−p)]+Var[Np]=λp(1−p)+p2λ=λp Consumerism
When customers enter a particular store, each makes a purchase with probability p, independently. Given that a customer makes a purchase, the amount spent has mean μ (in dollars) and variance σ2.
Find the mean of how much a random customer spends (note that the customer may spend nothing).
Let X be the amount a random customer spends at the store, and let I be the indicator that a random customer makes a purchase. We then apply the Law of Total Expectation:
E[X]=E[X∣I=0]P(I=0)+E[X∣I=1]P(I=1)=μp Find the variance of how much a random customer spends (note that the customer may spend nothing).
Let X be the amount a random customer spends at the store, and let I be the indicator that a random customer makes a purchase. We then apply the Law of Total Expectation:
E[X2]Var[X]=E[X2∣I=0]P(I=0)+E[X2∣I=1]P(I=1)=E[X2∣I=1]P(I=1)=(μ2+σ2)p=E[X2]−E[X]2=σ2p+μ2p(1−p) Trapped Miners
A miner is trapped in a mine containing 3 doors. The first door leads to a tunnel that will take him to safety after 3 minutes. The other two doors lead to tunnels that will return him to the mine after 5 and 7 minutes of travel each. The miner is equally likely to choose any of the doors at any time.
What is the expected amount of time until he reaches safety?
Let W be the total amount of time taken until he reaches safety, and D1, D2, and D3 be the events of going through doors 1, 2, and 3 respectively.
Using LoTE, we have
E(W)⟹31E(W)E(W)=E(W∣D1)P(D1)+E(W∣D2)P(D2)+E(W∣D3)P(D3)=331+(5+E(W))31+(7+E(W))31=5=15