Processing math: 82%

Probability

In a game, a person wins 10 points if she gets all heads or all tails and loses 5 points if she gets 1 or 2 heads when 3 coins are tossed once. Find her expectation of number of points.


Let X be the random variable denoting the number of points a person can win.

Then X takes values 10,5.

P(getting 1 head when 3 coins are tossed) =38

P(getting 2 heads when 3 coins are tossed) =38

P(getting 3 heads when 3 coins are tossed) =18

P(getting 3 tails when 3 coins are tossed) =18

P(X=10)=P(probability of getting 10 points)=P(getting all heads)ORP(getting all tails)=P(getting all heads)+P(getting all tails)=18+18=28=14

P(X=5)=P(loosing 5 points)=P(getting 1 head)ORP(getting 2 heads)=P(getting 1 head)+P(getting 2 heads)=38+38=68=34

X 10 5
P(X=x) 14 34


Mean value of X=E(X)=ixipi

E \left(X\right) = \left(10 \times \dfrac{1}{4}\right) + \left(-5 \times \dfrac{3}{4}\right) = - \dfrac{5}{4} = - 1.25

i.e. \; The person is expected to loose 1.25 points.