Exercise:
An experiment is performed where an event A (success) with probability p, or no occurrence (failure) can occur, with probability 1 - p, where p ∈ (0, 1). In successive repetitions of the same experiment it will be assumed that the probability p is kept constant in each of them and, in addition, that they are independent.
Consider the discrete random variable X, defined as the "number of failures before obtaining the first success in successive experiments".
a) What is the range of this random variable?
b) Deduce the analytic expression of the probability function of this random variable.
c) Show that the function obtained in b, is indeed a probability function.
Note: Any discrete random variable, with the above probability function, is called the Geometric random variable, of parameter p, and is represented by X ~ G (p).
Solution:
- a) $R_X = {0,1,2,3,...}$
- b) $f_X(x) = (1-p)^xp$
- c) ?