Find the mean number of heads in three toses of a fair coin.
Probability of getting a head and tail in a single toss of a coin P(H)=P(T)=12
The sample space of three toses of a coin is
S={HHH,HHT,HTH,THH,THT,TTH,HTT,TTT}
It can be seen that random variable X(say) can take the value of 0,1,2 ot 3.
P(X=0)=P(probability of getting all tails)=P{TTT}=12×12×12=18
P(X=1)=P (probability of getting one head and two tails)
=P{TTH}+P{THT}+P{HTT}
=12×12×12+12×12×12+12×12×12=18+18+18=38
P(X=2)=P(Probability of getting two heads and one tail)
=P{HHT}+P{HTH}+P{THH}
==12×12×12+12×12×12+12×12×12=18+18+18=38
P(X=3)=P(probability of getting three heads) =PHHH=12×12×12=18
Therefore, the required probability distribution is as follows:
X 0 1 23P(X)18383818
Hence, mean =∑ X P(X)=0×18+1×38+2×38+3×18
=38+68+38=128=32=1.5