I draw 5 cards from a deck (replacing each card immediately after it is drawn). I receive $4 for each heart that is drawn. Find the mean and variance of my total payoff

Respuesta :

Each time you draw one card from the deck, there is a 13/52 = 1/4 probability of drawing a heart. If [tex]H[/tex] is a random variable representing the number of hearts you draw, then

[tex]P(H=h)=\begin{cases}\binom5h\left(\frac14\right)^h\left(\frac34\right)^{5-h}&\text{for }0\le h\le5\\0&\text{otherwise}\end{cases}[/tex]

That is, the number of hearts you draw follows a binomial distribution across [tex]n=5[/tex] trials and with success probability [tex]p=\frac14[/tex].

You earn $4 for each heart that gets drawn; let [tex]W[/tex] be the random variable denoting your total winnings. Then [tex]W=4H[/tex].

Now,

[tex]E[W]=4E[H]=4np=5[/tex]

and

[tex]\mathrm{Var}[W]=16\mathrm{Var}[H]=16np(1-p)=15[/tex]