MY MAIN PROBLEM IS FIGURING OUT WHAT DISCRETE DISTRIBUTION TO USE, BERNOULLI, BINOMIAL, DISCRETE UNIFORM, GEOMETRIC NEGATIVE BINOMIAL, OR POISSON. Every time I choose one, it's the incorrect one. Is there some way I can easily find out which one to use.

---------------------------------------

3.40
=======

Let Y denote a random variable that has a geometric distribution, with a probability of success on any trial denoted by p.

b) Find P(Y>4 | Y>2) for general p. Compare this result with the unconditional probability P(Y>=2).[This property is referred to as "lack of memory"]
3.58
======

In the article cited in Exercise 3.57, the projected fatality rate for 1975 if the NMSL had not been in effect was 25 per 10^9 vehicle miles. Assume that these conditions had prevailed.
a) Find the probability that at most 15 fatalities occurred in a given block of 10^9 vehicle miles.
b) Find the probability that at least 20 fatalities occurred in a given block of 10^9 vehicle miles.

======================================

3.66
======

The number of bacteria colonies of a certain type in samples of polluted water has a Poisson distribution with a mean of two per cubic centimeter.
a)If four 1-cubic-centimeter samples of this water are independently selected, find the probability that at least one sample will contain one or more bacteria colonies.
b)How many 1-cubic-centimeter samples should be selected to establish a probability of approximately 0.95 of containing at least one bacteria colony?

========================================

Amelie,

I have seen you post this same question several times now, and you must feel frustrated that nobody has answered it.

If I don't have enough confidence that I can give you a satisfactory and correct answer I often stay away from a reply.
This is the case for me for this question.
The last time I studied Poisson distribution was about 38 years ago, and at this moment I cannot help you with this question.
This appears to be a bit beyond highschool level math.
I am expressing my own opinion, and it does not reflect anybody else's view.
I wish I could help you.

Here is how I would do problem numbers 3.58 and 3.66

Use Poisson statistics whenever you know the AVERAGE rate per volume or time of a particular event happening, and you want the probability P(n) of a specific INTEGER number of events in a random sample.

In problem 3.58, for the first part, you have to add the probabilities P(0), P(1).. up to P(15) in a one-billion-mile "block", and (for the second part), add the P(20), P(21), .. etc until the numbers become negligible.

As examples of typical calculations, with a = 25 (average number per sample),
P(n) = a^n*e^-a/n!
P(0) = 25^0*e^-25/0! = e^-25
P(10) = 25^10*e^-25/10! = 0.000365
P(15) = 25^15*e^-25/15! = 0.009891
P(20) = 25^20*e^-25/20! = 0.051917
P(25) = 25^25*e^-25/25! = 0.079523
P(30) = 25^30*e^-25/30! = 0.045413
P(40) = 25^40*e^-25/40! = 0.001408
P(50) = 25^50*e^-25/50! = 0.000004

Adding upo all the Poisson P(n) numbers in his case is a tedious exercise.

You can save a lot of effort by using the Gaussian approximation whenever average number in a sample greatly exceeds 1, as is the case here. In that case, the most likely number of deaths in a "block" is 25, and the standard deviation is sqrt(25)= 5 . Then use a normal distribution function table, integrating from 0 to 15 and then from 20 to infinity for the two parts of your question.

For your problem 3.66, the Poisson probability of getting ZERO cultures in a 1 cm^3 sample is, with a = 2 as the average,
P(0) = 2^0/e^-2/0! = e^-2 = 0.1353

Now if you want to have a 0.95 probability of getting at least one sample with one colony, you must reduce the probability of NOT getting one to be <or = 0.05. That requires N independent samples, there
0.1353^N <= 0.05
N = 2 is enough to provide this assurance.

Another hingis that you should not think like: "Every time I choose one, it's the incorrect one". Because you should learn the stuff by deriving everything from first principles (unless you are not a math student but, say, a sociology or psychology student, who only needs to use foirmulas without understanding them).

So, take your time to derive the Poison and other distributions from first principles and do not attempt to get the answer of problems correct by guesing which formula to use.

3. A used car salesperson estimates the probabilities for the number the number of cars sold in a week as follow-

number—0, 1, 2 ,3,4,5

Probability-.05,.20,.35,.25,.10,.05

a) What is the probability for a given week that four or more cars will be sold?

b) Find the expected number of cars sold in a week

c) What is the probability that the salesperson will sell more than 2 cars in a given week?

d) For a period of 3 weeks, what is the probability that salesperson will sell more than 2 cars every week?

To determine which discrete distribution to use, you need to understand the characteristics and properties of each distribution. Here is a brief explanation of each distribution and when to use them:

1. Bernoulli Distribution: This distribution models a single trial with two possible outcomes (success or failure), usually denoted by 0 and 1. It is appropriate when you have a binary outcome or a single event.

2. Binomial Distribution: This distribution models the number of successes in a fixed number of independent trials, each with the same probability of success. It is appropriate when you have a fixed number of trials and want to calculate the probability of a specific number of successes.

3. Discrete Uniform Distribution: This distribution models outcomes where each value is equally likely to occur. It is appropriate when every outcome has the same probability.

4. Geometric Distribution: This distribution models the number of trials needed to achieve the first success in a series of independent trials, each with the same probability of success. It is appropriate when you want to calculate the probability of achieving success on a specific trial.

5. Negative Binomial Distribution: This distribution models the number of trials needed to achieve a specified number of successes in a series of independent trials, each with the same probability of success. It is appropriate when you want to calculate the probability of achieving a specific number of successes after a certain number of trials.

6. Poisson Distribution: This distribution models the number of events that occur in a fixed interval of time or space, given that the events occur at a constant rate and independently of the time since the last event. It is appropriate when you want to calculate the probability of a specific number of events occurring within a given interval.

Now, let's address your specific questions:

For question 3.40b, you are given that the random variable Y follows a geometric distribution. The lack of memory property of the geometric distribution means that the probability of Y being greater than a certain value, given Y is already greater than another value, is the same as the unconditional probability of Y being greater than the first value. In this case, you need to find P(Y > 4 | Y > 2). To solve this, you can use the geometric distribution formula and substitute the given values of p and the inequalities. Then compare this result with P(Y >= 2) to see if they match.

For question 3.58a and b, you are given the projected fatality rate and asked to find the probability of a certain number of fatalities occurring in a given block of vehicle miles. In this case, you can use the Poisson distribution since it models the number of events occurring within a fixed interval of time or space. Use the formula for the Poisson distribution with the given mean and plug in the desired number of fatalities to calculate the probability.

For question 3.66a, you are given the number of bacteria colonies in samples of polluted water and asked to find the probability of at least one sample containing one or more colonies. This can be modeled using the Poisson distribution, where the mean is given. Use the Poisson distribution formula and calculate the probability of having at least one bacteria colony in one sample.

For question 3.66b, you need to select the number of 1-cubic-centimeter samples to establish a probability of approximately 0.95 of containing at least one bacteria colony. This can be solved using the Poisson distribution as well. You can iterate through different numbers of samples until you find the number that gives you a probability close to 0.95.

Remember, understanding the characteristics and properties of each distribution is key to choosing the right one for your problem.