Questions

Chicken and Egg

Recall in the Chicken-Egg problem that we have a chicken that lays eggs, where the number of eggs NN follows the distribution NPois(λ)N\sim Pois(\lambda). Given that the chicken lays NN eggs, the number of eggs that hatch XX follows the distribution XNBin(N,p)X|N \sim Bin(N,p).

Find E(X)E(X)

Find Var(X)Var(X)

Consumerism

When customers enter a particular store, each makes a purchase with probability pp, independently. Given that a customer makes a purchase, the amount spent has mean μ\mu (in dollars) and variance σ2\sigma^2.

Find the mean of how much a random customer spends (note that the customer may spend nothing).

Find the variance of how much a random customer spends (note that the customer may spend nothing).

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?

Last updated