Question
Question: Find probability of getting atleast 3 heads when 5 coins are tossed...
Find probability of getting atleast 3 heads when 5 coins are tossed
1/2
Solution
To find the probability of getting at least 3 heads when 5 coins are tossed, we can use the binomial probability formula.
Let:
- n = number of trials (coin tosses) = 5
- p = probability of getting a head (success) = 1/2
- q = probability of getting a tail (failure) = 1 - p = 1/2
The probability of getting exactly r heads in n tosses is given by: P(X=r)=nCr∗pr∗qn−r
We need to find the probability of getting at least 3 heads, which means the number of heads can be 3, 4, or 5. So, P(at least 3 heads)=P(X=3)+P(X=4)+P(X=5)
-
Probability of getting exactly 3 heads (P(X=3)): P(X=3)=5C3∗(1/2)3∗(1/2)(5−3) P(X=3)=5C3∗(1/2)3∗(1/2)2 P(X=3)=5C3∗(1/2)5 5C3=3!(5−3)!5!=3!2!5!=2×15×4=10 P(X=3)=10∗(1/32)=10/32
-
Probability of getting exactly 4 heads (P(X=4)): P(X=4)=5C4∗(1/2)4∗(1/2)(5−4) P(X=4)=5C4∗(1/2)4∗(1/2)1 P(X=4)=5C4∗(1/2)5 5C4=4!(5−4)!5!=4!1!5!=5 P(X=4)=5∗(1/32)=5/32
-
Probability of getting exactly 5 heads (P(X=5)): P(X=5)=5C5∗(1/2)5∗(1/2)(5−5) P(X=5)=5C5∗(1/2)5∗(1/2)0 P(X=5)=5C5∗(1/2)5 5C5=5!(5−5)!5!=5!0!5!=1 P(X=5)=1∗(1/32)=1/32
Now, sum these probabilities: P(at least 3 heads)=P(X=3)+P(X=4)+P(X=5) P(at least 3 heads)=10/32+5/32+1/32 P(at least 3 heads)=(10+5+1)/32 P(at least 3 heads)=16/32 P(at least 3 heads)=1/2