Bunuel
When a coin is tossed for 6 times, what is the probability that after the first tossing, every outcome will be different from the previous one?
(A) 1/16
(B) 1/24
(C) 1/32
(D) 1/48
(E) 1/64
Each throw can have total two outcomes , H or T
For the first throw desired outcomes are two as we can have any of H or T = so probability is \(\frac{2}{2}=1\)
For the second throw we can have only one option as it needs to be different from the first one , hence p = \(\frac{1}{2}\)
For the third throw we can have only one option as it needs to be different from the previous one , hence p = \(\frac{1}{2}\)
Similarly for fourth throw p will be = \(\frac{1}{2}\)
Similarly for fifth throw p will be = \(\frac{1}{2}\)
Similarly for the sixth throw p will be = \(\frac{1}{2}\)
Hence finally we get p = 1*\(\frac{1}{2}*\)*\(\frac{1}{2}\)*\(\frac{1}{2}\)*\(\frac{1}{2}\)*\(\frac{1}{2}\) =\(\frac{1}{32}\)
Ans C
Hope it's clear.