Prove that you've got a probability density function

pyro_peewee
Messages
2
Reaction score
0

Homework Statement



Probability of a car starting up is 0.9
Probability of a car NOT starting up is 0.1

Cars are tested until 2 functional cars are found.

Find Bernoulli probability function associated and PROVE that it is a pdf (probability density function).

Homework Equations



?

The Attempt at a Solution



To prove that it is a pdf, I think that I need to sum up all of the probabilities associated with the x values and show that it equals 1.

\Sigmax=2 to infinity p^2*(1-p)^(x-2) How do I show that this equals 1? Is it even correct?

Keep in mind that the minimum value for the # of cars tested is 2 because we're looking for 2 functional cars, and once we've got 2, we stop the trials.
 
Physics news on Phys.org
It isn't a PDF. You are forgetting a combinatorial factor, aren't you? If you get a second success after x trials and quit, there is more than one way that the first success could have happened. Isn't there?
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top