- #1
zzzzz
- 5
- 0
Homework Statement
Customers arrive at an ATM at a rate of 12 per hour and spend 2 minutes using it, on average. Model this system using a Bernoulli single-server queuing process with 1-minute frames.
a. Compute the transition probability matrix for the system.
b. If the ATM is idle now, find the probability distribution of states in 3 minutes. (That is, compute the probabilities that, in 3 minutes, the ATM will be: (i) idle, (ii) serving one customer with no one in queue, (iii) serving one customer with one customer waiting, and (iv) serving one customer with two customers waiting.
c. Use your answer in part b to compute the expected number of customers in the system 3 minutes after the ATM was idle.
d. Use your answers in parts b and c to compute the expected number customers waiting in queue 3 minutes after the ATM was idle.
Homework Equations
3. The Attempt at a Solution [/B]
I got the correct matrix for part a.
\begin{pmatrix}
0.8 & 0.2 & 0& 0 \\ 0.4 & 0.5 & 0.1 & 0 \\ 0 & 0 & 0.4 & 0.5
\end{pmatrix}
But I am unable to compute the steady state probabilities for part b, and therefore, my answers for part c and d are also wrong.
My attempt at b is as follows.
I found the probability distribution in 3 minutes which would be the transition probability matrix 3,
\begin{pmatrix}
0.7200000000000002 & 0.26 & 0.020000000000000004 & 0 \\ 0.52& 0.37& 0.1& 0.010000000000000002\\
0.16000000000000003 & 0.4 & 0.33000000000000007& 0.1\\ 0& 0.16000000000000003& 0.44 & 0.4
\end{pmatrix}
and solving it I got pi = \left< \frac 32 53 \, \frac 16 53, \frac 4 53, \frac 1 53 right>
Please advise.