Bunuel
How many times was a fair coin tossed?
(1) If the coin has been tossed 4 times fewer, the probability of getting heads on every toss would have been (1/8)
(2) When a coin is tossed the number of times, the number of different possible sequences of heads and tails is 128.
1. When a fair coin is tossed once, the probability of getting heads on that toss is \(\frac{1}{2}\)
Similarly, when the fair coin is twice, the probability of getting heads on that toss is \(\frac{1}{2}*\frac{1}{2}\) = \(\frac{1}{4}\)
So, with every iteration of tossing the fair coin, we have an increase of \(\frac{1}{2}\)
If the coin was tossed 4 times fewer and the probability is \(\frac{1}{8}\)
If x is the number of times that the fair coin was tossed \(\frac{1}{2^{x-4}}\) = \(\frac{1}{2^3}\) -> \(x-4 = 3\) -> \(x = 7\)
(Sufficient)
2. Every time a coin is tossed, there are 2 ouitcomes. So, if there are 128 outcomes possible,
and x is the number of times the coin is tossed, we have \(2^x = 128 = 2^7\) -> \(x = 7\)
(Sufficient - Option D)