Consider a single server queuing system, where customers arrive according to a Poisson proccess with rate $\lambda$, service times are exponential with rate $\alpha$. When an individual comes into the system, there is a person on the waiting line and one other being attended. The individual will wait a maximum time of $\delta$, if he is not being attended in that time, he will go away from the system.
What is the probability that the individual is going to be attended?
I'm trying to do is, I condition that the first arrival is lower than $\omega$, son I use the acumulative function, and then I multiply that for the $e^(\delta-\omega)$. So the limit goes to $1$.
This is what I did
http://www.wolframalpha.com/input/?i=int+(a*e%5E-(a(s-y))*(1+-+e%5E(-a+y)))dy+from+y%3D0+to+s)
The thing is that I just had a test with this questions and the answers were:
$$a.\ (\alpha\cdot\delta)\cdot e^{-(\alpha\cdot\delta)}$$ $$b.\ (\alpha\cdot\delta)^2\cdot e^{-(\alpha\cdot\delta)} $$ $$c.\ (\alpha^2\cdot\delta)\cdot e^{-(\alpha\cdot\delta)}$$ $$d.\ (\alpha\cdot\delta)^2\cdot e^{-(\alpha\cdot\delta)}$$
Am I wrong or the tests was wrong? Because here when the rate and time are big, in the limit is goes to $0$