SOLUTION: In the biathlon event of the Olympic Games, a participant skis cross-country and on four intermittent occasions stops at a rifle range and shoots a set of five shots. If the center
Algebra ->
Probability-and-statistics
-> SOLUTION: In the biathlon event of the Olympic Games, a participant skis cross-country and on four intermittent occasions stops at a rifle range and shoots a set of five shots. If the center
Log On
Question 914933: In the biathlon event of the Olympic Games, a participant skis cross-country and on four intermittent occasions stops at a rifle range and shoots a set of five shots. If the center of the target is hit, no penalty points are assessed. If a particular man has a history of hitting the center of the target with 81% of his shots, what is the probability of the following. (Give your answers correct to three decimal places.)
(a) He will hit the center of the target with all five of his next set of five shots.
(b) He will hit the center of the target with at least four of his next set of five shots. (Assume independence.)
You can put this solution on YOUR website! p(hit) .81, n = 5
a) P(x=5) = binompdf(5, .81,5) 0r .81^5
b) P(x ≤ 4) = binomcdf(5, .81, 4) Using TI
0r P = P(0) + P(1) + P(2) + P(3) + P(4)
where:
p and q are the probabilities of success and failure respectively.
In this case p = .81 & q = .19, n = 5