Exponential distribution problem

AI Thread Summary
The discussion revolves around solving an exponential distribution problem related to waiting times at a ticket window. The expected waiting time is given as 4 minutes, leading to calculations for two scenarios: the probability of waiting less than 7 minutes for two people and the probability of waiting longer than 165 minutes for 36 people. For the first scenario, the Gamma distribution is suggested for the sum of waiting times, while the Central Limit Theorem is recommended for the second scenario due to the large sample size of 36. Participants clarify the need for proper distribution models and assumptions to accurately compute the probabilities. The conversation emphasizes the importance of understanding the relationship between exponential and Gamma distributions in this context.
JoskeJos
Messages
3
Reaction score
0
Hello forum,

I recently lost my notes on this matter, so I hope someone can fill in the gaps in my memory.

The problem I am working on is the following:

For one ticket window, the waiting time for one people satisfies an exponential distribution λe-λt and expected waiting time is 4 min.
a. What’s the probability of the waiting time less than 7 min for 2 persons?
b. What’s the probability of the waiting time longer than 165 min for 36 persons?

As far as my memory goes:
a) P(X>7) = 1 - (1-e^(-0,25*7)) = ... -> for one person

However I thought the amount of people influences the result, but I can't remember how.
 
Physics news on Phys.org
Hey JoskeJos and welcome to the forums.

I'm assuming that you're process refers to one that models one passenger and I am also assuming that every passenger has the same process characteristics.

So what you need to do is calculate P(X + Y < 7) where X and Y are your exponential. This distribution gives a Gamma distribution with n = 2 and the parameter should be your rate (look this up if you haven't come across this).

Using this information, can you now find the probability?

The other one should be similar. Also you should tell me if there are extra assumptions because if there are, then you will need to use another model.
 
Hey chiro, sorry for my late reply (I've been really busy).
First and foremost thanks for your reply.

For question a:
λ = 1/4
X, Y -> λe-λt
X+Y = ((λt)^(2-1) / (2-1)!)* λe-λt
P(X+Y <7) = integral of 0 to infinity of (X+Y)

Is this what you meant?

For question b, can't I solve this by normal distribution?
Because 36! is a pretty big number?
 
You will be able to use the Central Limit Theorem for b) since you are summing a lot of random variables which allows you to use a normal approximation. It's only because you have 36 and not 3 samples.

For the first one, you need a distribution for X + Y and my suggestion was to look into the PDF of what a Gamma distribution represents (in particular for the sum of exponential random variables).

P(Z < 7) = Integral from (-infinity to 7) f(z)dz from the definition of a CDF of a continuous random variable.

Also I don't know whether you mean 36 factorial or just 36. The CLT concerns results of adding I.I.D random variables of the same distribution.
 
I checked the PDF and everything cleared up.
Thank you for your time and help.

Btw I did mean factorial :-)
 
I'm taking a look at intuitionistic propositional logic (IPL). Basically it exclude Double Negation Elimination (DNE) from the set of axiom schemas replacing it with Ex falso quodlibet: ⊥ → p for any proposition p (including both atomic and composite propositions). In IPL, for instance, the Law of Excluded Middle (LEM) p ∨ ¬p is no longer a theorem. My question: aside from the logic formal perspective, is IPL supposed to model/address some specific "kind of world" ? Thanks.
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...

Similar threads

Replies
5
Views
2K
Replies
6
Views
1K
Replies
4
Views
2K
Replies
4
Views
2K
Replies
6
Views
2K
Replies
3
Views
3K
Back
Top