When dealing with a binomial distribution, the mean and variance give us vital information about the expected outcomes and the spread of the data around the mean.
The mean, often represented by \( \mu \), tells us the expected value if we repeat an experiment many times. In the context of flipping a fair coin 100 times, the mean indicates the expected number of heads.
For a binomial distribution where \( n \) is the number of trials (in this case, 100 coin flips) and \( p \) is the probability of success on each trial (0.5 for heads), the mean is calculated as follows:
Given that \( n = 100 \) and \( p = 0.5 \), the calculation is straightforward:
- \( \mu = 100 \times 0.5 = 50 \)
This means that we expect 50 heads on average.
The variance provides a measure of how much the outcomes will differ from the mean. For a binomial distribution, the variance is calculated using:
Substituting our values, we have:
- \( \sigma^2 = 100 \times 0.5 \times 0.5 = 25 \)
So, the variance is 25, indicating the degree of variation around the mean, helping us understand the data's dispersion.