Bunuel
A fair coin is tossed 6 times. What is the probability that exactly 2 heads will show.
A. 1/64
B. 7/64
C. 9/64
D. 15/64
E. 49/64
We can treat this as an ARRANGEMENT or a SELECTION problem. Let us see how:
Approach 1:We need to have
H H T T T T (2 Heads and 4 Tails)
This can be treated as an ARRANGEMENT Problem:
Number of ways of arranging 2 H and 4 T = \(\frac{6!}{(2! * 4!)}\) = \(\frac{(6 * 5 * 4!)}{(2 * 4!)}\) = 15
Total number of ways in which 6 coins can be tossed (where each coin has 2 options - either Head or Tail) = \(2^6 = 64\)
Required probability = \(\frac{15}{64}\)
Answer DApproach 2: We need 2 Heads (and hence, 4 Tails)
We can treat this as a SELECTION problem where we need to select 2 Heads from 6 coins
Number of ways of selecting = \(6C2\) = \(\frac{6!}{(2! * 4!)}\) = 15
Total number of ways in which 6 coins can be tossed (where each coin has 2 options - either Head or Tail) = \(2^6 = 64\)
Required probability = \(\frac{15}{64}\)
Answer D