Why is that if every row of a matrix sums to $1$ then the rows of its inverse matrix sum to $1$ too?
For example, consider
$$A=\begin{pmatrix} 1/3 & 2/3 \\ 3/4 & 1/4 \end{pmatrix}$$
then its inverse is
$$A^{-1}=\begin{pmatrix} -3/5 & 8/5 \\ 9/5 & -4/5 \end{pmatrix},$$
which satisfies the condition. Is it true for every such matrix?