SOLUTION: 1.Suppose we are flipping a fair coin (i.e., probability of heads = .5 and probability of tails = .5). What is the probability that in a sample of 5 flips, fewer than 4 will be hea
Algebra ->
Probability-and-statistics
-> SOLUTION: 1.Suppose we are flipping a fair coin (i.e., probability of heads = .5 and probability of tails = .5). What is the probability that in a sample of 5 flips, fewer than 4 will be hea
Log On
Question 1020389: 1.Suppose we are flipping a fair coin (i.e., probability of heads = .5 and probability of tails = .5). What is the probability that in a sample of 5 flips, fewer than 4 will be heads?
2.The U.S. mint, which produces billions of coins annually, has a mean daily defect rate of 4 coins. Let X be the number of defective coins produced on a given day.
What is the variance of this distribution?
3. Consider the following discrete distribution. Note that x represents the value of a particular outcome and P(x) represents the probability of that outcome.
x P(x)
0 0.1
1 0.2
2 0.3
3 0.2
4 0.1
5 0.1
What is the probability that an observed x is less than or equal to 3? Answer by robertb(5830) (Show Source):
You can put this solution on YOUR website! 1. The statistical experiment follows the binomial distribution, with pmf . The answer is p(0) + p(1) + p(2) + p(3). But an easier way is to evaluate 1-p(4)-p(5) = 1- = 1-3/16 = 13/16 = 0.8125.
3. The answer is p(0) + p(1) + p(2) + p(3), but it is easier to compute 1- p(4)-p(5) = 1-0.1 - 0.1 = 0.8.