SOLUTION: In the following problem, check that it is appropriate to use the normal approximation to the binomial. Then use the normal distribution to estimate the requested probabilities.

Algebra ->  Probability-and-statistics -> SOLUTION: In the following problem, check that it is appropriate to use the normal approximation to the binomial. Then use the normal distribution to estimate the requested probabilities.       Log On


   



Question 857013: In the following problem, check that it is appropriate to use the normal approximation to the binomial. Then use the normal distribution to estimate the requested probabilities.

What are the chances that a person who is murdered actually knew the murderer? The answer to this question explains why a lot of police detective work begins with relatives and friends of the victim! About 61% of people who are murdered actually knew the person who committed the murder. Suppose that a detective file in New Orleans has 59 current unsolved murders. Find the following probabilities. (Round your answers to four decimal places.)
(a) at least 35 of the victims knew their murderers

(b) at most 48 of the victims knew their murderers

(c) fewer than 30 victims did not know their murderers

(d) more than 20 victims did not know their murderers

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
p = .61, n = 59
Using TI function binomcdf(n, p, largest x-value).
a)P(x ≥ 35) = 1 - binomcdf(59, .61, 34)
b)P(x ≤ 48) = binomcdf(59, .61, 48)
b)P(x < 30) = binomcdf(59, .61, 29)
b)P(x > 20 = 1 - binomcdf(59, .61, 20)