Obviously the number of tails T we get after 4 coins are tossed may be any value of 0, 1, 2, 3, 4.
We have a Bernoulli trial - exactly two possible outcomes, "success" (we get tail) and "failure" (head) and the probability of success is the same every time the experiment is conducted (the coin is tossed).
The probability of each result:
P(T=k)=(nk)⋅pk⋅qn−k=(4k)⋅(21)k⋅(21)4−k=
=k!⋅(4−k)!4!⋅(21)4=k!⋅(4−k)!⋅242⋅3⋅4=2⋅k!⋅(4−k)!3;
P(T=0)=2⋅0!⋅4!3=2⋅1⋅2⋅3⋅43=161;
P(T=1)=2⋅1!⋅3!3=2⋅1⋅2⋅33=41;
P(T=2)=2⋅2!⋅2!3=2⋅2⋅23=83;
P(T=3)=2⋅3!⋅1!3=2⋅2⋅3⋅13=41;
P(T=4)=2⋅4!⋅0!3=2⋅2⋅3⋅4⋅13=161.
The probability distribution table:
The probability of picking 2 tails:
P(T=2)=83.
Comments