Let $A$ be an arbitrary invertible matrix, whose 2nd row is all zeros except the 2nd entry of the 2nd row is a nonzero element.
$$A= \left[ \begin{matrix} * & * & * & * & \cdots & * \\ 0 & * & 0 & 0 & \ldots & 0 \\ * & * & * & * & \ldots & * \\ * & * & * & * & \cdots & * \\ \vdots & \vdots & \vdots & \vdots & \cdots & \vdots \\ * & * & * & * & * & * \\ \end{matrix} \right] $$
Then, how to prove that $A^{-1}$ is a matrix whose 2nd row also is all zeros except the 2nd entry of the 2nd row is a nonzero element?
$$A^{-1}= \left[ \begin{matrix} * & * & * & * & \cdots & * \\ 0 & * & 0 & 0 & \ldots & 0 \\ * & * & * & * & \ldots & * \\ * & * & * & * & \cdots & * \\ \vdots & \vdots & \vdots & \vdots & \cdots & \vdots \\ * & * & * & * & * & * \\ \end{matrix} \right] $$
Hint: Consider the method of computing $A^{-1}$ through the adjugate matrix of $A$.