Answer:
Here is a diagram and transition matrix for this case:
Diagram:
+---(0.65)---> State 1 (work)
|
Start ---+
|
+---(0.35)---> State 2 (procrastinate)
|
+---(0.15)---> State 1 (work)
|
+---(0.85)---> State 2 (procrastinate)
Transition matrix:
| State 1 | State 2 |
----------+-----------+-----------+
State 1 | 1.00 | 0.00 |
----------+-----------+-----------+
State 2 | 0.15 | 0.85 |
----------+-----------+-----------+
In the transition matrix, the rows represent the starting state and the columns represent the ending state. The entries in the matrix represent the probabilities of transitioning from the starting state to the ending state. For example, the entry in row 1 and column 2 (0.00) represents the probability of transitioning from State 1 to State 2, which is 0.00.