Solved – Binomial distribution – coin toss

binomial distribution

I would be really happy, if someone would explain how I solve this;

Let p denote the probability for “head” in a coin toss, p = 0.5. The coin is thrown N times. What is the probability of the following events?
*: Please provide details, not just the solution.

N = 3. First head, then head, then tail:

I know the binomial formula but cannot figure out how i solve this.
Regards Ida

Best Answer

The event you are asking about can be seen as the combination of three independent events: head (probability 0.5), head (probability 0.5), tail (probability 0.5). Tossing a coin three times or tossing three (numbered: 1st, 2nd and 3rd) coins are equivalent events. The joint probability for independent events is the product of the probabilities of each single event (see for example here), so the joint probability of your event is 0.5 * 0.5 * 0.5 = 0.125

Related Question