.
What are the chances that a person who is murdered actually knew the murdered?
The answer to this question explains why a lot of police detective work begins
with relatives and friends of the victim. About 64% of people who are murdered
actually knew the person who committed the murder. Suppose that a detective has
63 current unsolved murders.
What is the probability that at least 35 of the victims knew their murderers?
~~~~~~~~~~~~~~~~~~~
The original problem is, of cource, a binomial distribution type.
But the number of trials is great: 63.
In such cases, the traditional approach is not to use the binopmial distribution formula.
The traditional approach is to use the normal distribution as an approximation
to the binomial distribution.
This normal distribution has the mean value n*p = 63*0.64 = 40.32 and the
standard deviation = = 3.80988 (rounded).
With it, our goal is to find the area under this normal curve on the right of the
raw mark 35; more precisely, taking the continuity correction factor, on the right
of the raw mark 34.5. You can use regular calculator TI-83 or TI-84
z1 z2 mean SD <<<---=== formatting pattern
P = normalcdf(34.5, 9999, 40.32, 3.80988).
You get the ANSWER 0.9367.
Solved.
------------------
So, doing this way, you can solve the problem using the traditional tools and methods
for an exam environment.