Hi
I would like to present a different approach to solve this question:
Since there are even number of coins, we can have three cases:
1) More Heads
2) More tails
3) Equal number of Heads & tails
It is very clear that the
probability of getting more heads = probability of getting more tailsNow first we need to find the third case when number of heads = number of tails
we will have 3 heads, 3 tails : No of cases = 6!/(3!*3!) = 20
total no of cases = \(2^6\)= 64
Probability (number of heads = number of tails) =20/64 = 5/16
Now
P(number of heads = number of tails) +P(getting more heads) +P(probability of getting more tails) =1As, probability of getting more heads = probability of getting more tails = P (say)
\(5/16\) + P+ P =1
P = \(11/32\)
Why is this approach important?If number of coins had been 60 (larger number) in place of 6, then doing this question by the other method would be quite tedious.