Expression for Exponential distribution

48 Views Asked by At

I have basic question regarding probability distribution mathematical expressions. I need to design a model who should calculate probability of choosing seat number in the cinema theater by people and it is told that this follows exponential distribution.

Also given that this probability is also multiplied by some factor $\sum_{i=1}^k AB_i$ . Now considering N number of seats from 1 to N. I could easily get probability of particular seat selection as $Pu=1/N$ for any one of the seat, being same, if i were using uniform distribution. So the expression for probability would be $P = Pu $ $\sum_{i=1}^k AB_i$ or

$P = \frac{1}{N} $ $\sum_{i=1}^k AB_i$

But i have to use exponential distribution for seat selection instead of uniform distribution, so how i can get this seat selection probability $Pexp$. i.e

$P= Pexp * \sum_{i=1}^k AB_i$

what would be in place of $Pexp$?