What is the probability to obtain exactly 2 heads out of 3 tosses of a fair coin?

We will figure out the general question first: if we have n consecutive events with two possible outcomes which we will tell "successes" and "failures" with probabilities p and 1-p, respectively, we call they have a binomial distribution. Then, the chance to obtain exactly k successes out of the n trials is: (n chooses k)(p^k)(p-1)^(n-k). ( where (n chooses k) is the binomial coefficient ).
Applying this formula to our problem we have: success if we obtain heads with probability p=0.5 and a failure if we obtain tails with probability 1-p=0.5, and we have n=3 trials at total and we ask the probability to obtain 2 heads = 2 successes. ( the successes and failures depends on how we choose what we will call success and what failure. We have to give them the right corresponding probabilities and trial )
Then we obtain the following expression: (3 chooses 2)(0.5^2)(0.5^1)=3*0.125=0.375

SG

Related Maths A Level answers

All answers ▸

How do you find (and simplify) an expression, in terms of n, for the sum of the first n terms of the series 5 + 8 + 11 + 14 + ... ?


Solve the equation: 5^(2x+1) = 7, giving your answer correct to four decimal places.


Integrate cos(4x)+16x^3 with respect to x


The point A lies on the curve with equation y=x^0.5. The tangent to this curve at A is parallel to the line 3y-2x=1 . Find an equation of this tangent at A. [5 marks]