Respuesta :
There are [tex]\binom{52}3=\frac{52!}{3!(52-3)!}[/tex] (or "52 choose 3") ways of drawing any 3 cards from the deck.
There are 13 hearts in the deck, and 26 cards with a black suit. So there are [tex]\binom{13}3[/tex] and [tex]\binom{26}3[/tex] ways of drawing 3 hearts or 3 black cards, respectively. Then the probability of drawing 3 hearts is
[tex]P(\text{3 hearts})=\dfrac{\binom{13}3}{\binom{52}3}=\dfrac{11}{850}[/tex]
and the probability of drawing 3 black cards is
[tex]P(\text{3 black})=\dfrac{\binom{26}3}{\binom{52}3}=\dfrac2{17}[/tex]
All other combinations can be drawn with probability [tex]1-\frac{11}{850}-\frac2{17}=\frac{739}{850}[/tex].
Let [tex]W[/tex] be the random variable for one's potential winnings from playing the game. Then
[tex]P(W=w)=\begin{cases}\frac{11}{850}&\text{for }w=\$50\\\frac2{17}&\text{for }w=\$25\\\frac{739}{850}&\text{otherwise}\end{cases}[/tex]
a. For a single game, one can expect to win
[tex]E[W]=\displaystyle\sum_ww\,P(W=w)=\frac{\$50\cdot11}{850}+\frac{\$20\cdot2}{17}+\frac{\$0\cdot739}{850}=\$3[/tex]
b. For a single game, one's winnings have a variance of
[tex]V[W]=E[(W-E[W])^2]=E[W^2]-E[W]^2[/tex]
where
[tex]E[W^2]=\displaystyle\sum_ww^2\,P(W=w)=\frac{\$50^2\cdot11}{850}+\frac{\$20^2\cdot2}{17}+\frac{\$0^2\cdot739}{850}=\$^2\frac{1350}{17}\approx\$^279.41[/tex]
so that [tex]V[W]=\$^2\frac{1197}{17}\approx\$^270.41[/tex]. (No, that's not a typo, variance is measured in squared units.) Standard deviation is equal to the square root of the variance, so it is approximately $8.39.
c. With a $5 buy-in, the expected value of the game would be
[tex]E[W-\$5]=E[W]-\$5=-\$2[/tex]
i.e. a player can expect to lose $2 by playing the game (on average).
d. With the $5 cost, the variance of the winnings is the same, since the variance of a constant is 0:
[tex]V[W-\$5]=V[W][/tex]
so the standard deviation is the same, roughly $8.39.
e. You shouldn't play this game because of the negative expected winnings. The odds are not in your favor.
The expected winning for a single game defined is : $3.59
The standard deviation of winning is : $10.11
Expected winning if game costs $5 to play is :
- $0.79
The standard deviation of winning if game costs $5 to play is : $11.33
The game should not be played with a game play fee of -$5 as the expected winning value is negative.
Recall : selection is done without replacement :
Number of hearts in a deck = 13
Probability of drawing 3 hearts :
P(drawing 3 Hearts)
First draw × second draw × third draw
13/52 × 12/51 × 11/50 = 1716/132600 = 858/66300
Probability of selecting 3 black cards :
Number of black cards in a deck = 26
P(drawing 3 black cards) :
First draw × second draw × third draw
26/52 × 25/51 × 24/50 = 15600 / 132600 = 7800/66300
Probability of making any other draw :
P(3 hearts) + P(3 blacks) + P(any other draw) = 1
858/66300 + 7800/66300 + P(any other draw) = 1
P(any other draw) = 57642/66300
For a single game :
X _______ $50 ________ $25 _______ $0
P(X)_ 858/66300__ 7800/66300_57642/66300
E(X) = Σ[ X × p(X)]
E(X) =Σ[(50 × 858/66300)+(25 × 7800/66300)+0]
E(X) = $3.588
The standard deviation = √Var(X)
Var(X) = Σ[ X² × p(X)] - E(X)
Σ[ X²×p(X)] = Σ[(50² × 858/66300)+(25² × 7800/66300)+0] = 105.88235
Var(X) = 105.88235 - 3.588 = 102.29435
Standard deviation of winning = √102.29435 = $10.114
If the game cost $5 to play :
Net amount won if :
3 hearts are drawn = $50 - $5 = $45
3 blacks are drawn = $25 - $5 = $20
Any other combination are drawn= $0 - $5 = -$5
The distribution becomes :
X _______ $45 ________ $20 _______ -$5
P(X)_ 858/66300__ 7800/66300_57642/66300
E(X) = Σ[ X × p(X)]
E(X) =Σ[(50 × 858/66300)+(25 × 7800/66300)+ (-5 × 57642/66300)]
E(X) = - $0.7588
Standard deviation of winning :
The standard deviation = √Var(X)
Var(X) = Σ[ X² × p(X)] - E(X)
Σ[ X²×p(X)] = Σ[(50² × 858/66300)+(25² × 7800/66300)+ (-5² × 57642/66300)] = 127.61764
Var(X) = 127.61764 - (-0.7588) = 128.37644
Standard deviation of winning :
Std(X) = √Var(X) = √128.37644 = $11.330
With a game cost of - $5 ; the expected winning for a single game gives a negative value, therefore you should not play the game.
Learn more on expected value : https://brainly.com/question/22097128