Given a Markov-chain, what is the probability of being at a given state?
I drew the diagram below just as an example, there is nothing special about it but it would be nice if your answer used it as an example too. In the diagram, $\lambda$ is the rate of arrival, and $\mu$ is the rate of handling—for example like customers at the bank. When there are $3$ customers, service speed doubles, let's say.
In this diagram, what is the probability of being in state 3?
In general, what is the process to determine the probability of being in state $k$?

$$\pi(3)=\frac{\lambda^3}{\lambda^3+6\mu\lambda^2+12\mu^2\lambda+12\mu^3}$$