Answer:
4
Step-by-step explanation:
Since the coin is fair, then the probability of each flip to be heads is 0.5. The number of heads obtained from flipping n coins is a random variable, that we will note X, with Binomial distribution B(n,0.5).
The probability of X being equal to 1 is
[tex] P_X(1) = {n \choose 1} * 0.5^1 * (1-0.5)^{n-1} = n * 0.5^n [/tex]
If n = 4, then PX(1) = 4 * 0.5⁴ = 0.25.
We can chech for small values:
The probability decreaces as long as n increase. So the only value of n for which the probability is 0.25 is n=4.