Bob's phone plan has a voicemail service with the storage capacity of maximum 2 voice messages.
Each morning, Bob checks and answers the voice messages according to his available time during that morning. The maximum number of messages that Bob has time to answer each morning is 0 with probability ( p_{0}=0.2 ), 1 with probability ( p_{1}=0.3 ), 2 with probability ( p_{2}=0.5 ). Bob will answer as many messages as he has time for each morning, e.g. if there is only 1 message in the voice mailbox, but he has time to answer 2 messages that morning, then he will answer that 1 message. After Bob answers a message, the message is removed from the voice mailbox.
The number of messages that Bob receives the day before is 0 with probability ( q_{0}=0.1 ), 1 with probability ( q_{1}=0.5 ), and 2 with probability ( q_{2}=0.4 ). If the voice mailbox is already full, all newly arrived messages will be discarded. For simplicity, assume that there is no voice messages received in the mornings during the time he checks.
A Markov chain model:
The above system can be modeled by a discrete-time homogeneous Markov chain as in the figure below:
In this Markov chain, we have three states ( V={0,1,2} ) indicating the number of messages remaining in Bob's voicemail box after he checks his voicemails in the mornings. We derive that ( p_{00}=0.7 ).
1. What are the transition probabilities ( p_{01}, p_{11} ) and ( p_{22} ) in this Markov chain?
[
egin{array}{l}
p_{01}=square \
p_{11}=square \
p_{22}=square
end{array}
]
Notation: In all of the following questions, let ( X_{i} ) denote the number of messages remaining in the mailbox after Bob checks and answers messages on day ( i ), e.g. ( X_{2}=1 ) indicates that 1 message is left in the mailbox after Bob checks on day 2.