I am facing some problem on constructing transition probability matrix when I am studying and following is the scenario of the question:
**Assuming a phone has had i faults (for i = 0,1,2,3 the probability of having another fault is p, independently of all previous day, and the new fault is to be repaired with probability q^i+1 within the same day.
If a phone is not repaired, it is replace instead.
If a phone has its n'th fault, it is immediately replaced. (n=3)
The replacement phone initially havve zero faults
The probability of experiencing more than one fault within single day is sufficiently small and is to be ignored.**
How do I construct a transition matrix for a Markov Chain whose current state represents the number of faults a phone has experienced (and had repaired) up to the current day.