Final answer:
The pmf of the random variable representing the number of heads when ten fair coins are flipped can be calculated using the binomial distribution formula. The probabilities for each possible outcome ranging from 0 to 10 heads can be determined. The probability that the random variable is between six and nine inclusive can be found by summing the probabilities of getting 6, 7, 8, and 9 heads. The probability that the random variable is greater than or equal to eight can be found by summing the probabilities of getting 8, 9, and 10 heads.
Step-by-step explanation:
To find the pmf (probability mass function) of the random variable, we need to determine the probability of each possible outcome. In this case, the number of heads can range from 0 to 10, so we need to find the probability of getting 0, 1, 2, ..., 10 heads. Since each coin flip is independent and has a 50% chance of resulting in heads, we can use the binomial distribution formula to calculate the probabilities.
- p(0 heads) = (10 choose 0) × (0.5)⁰ × (0.5)
= 0.000976562 - p(1 head) = (10 choose 1) × (0.5)¹ × (0.5)
= 0.009765625 - p(2 heads) = (10 choose 2) × (0.5)² × (0.5)
= 0.0439453125 - ...
- p(10 heads) = (10 choose 10) × (0.5)¹⁰ × (0.5)
= 0.000976562
So the pmf of the random variable is:
0: 0.000976562
1: 0.009765625
2: 0.0439453125
...
10: 0.000976562
(b) To find the probability that the random variable is between six and nine inclusive, we need to sum up the probabilities of getting 6, 7, 8, and 9 heads:
p(6 ≤ X ≤ 9) = p(6) + p(7) + p(8) + p(9) = 0.205078125
(c) To find the probability that the random variable is greater than or equal to eight, we need to sum up the probabilities of getting 8, 9, and 10 heads:
p(X ≥ 8) = p(8) + p(9) + p(10) = 0.1064453125