Let $A\in \Bbb R^{n\times n}$ be a matrix such that $\mathrm{rank}(A) = n-1$ and consider the equation $$ Ax = 0. $$ Clearly, its solutions span a $1$-dimensional space, thus an additional assumption may lead to a unique solution. Let $a\in \mathbb R^n$ be a vector and consider a system of equations $$ \tag{1} \begin{cases} Ax & = 0, \\ a\cdot x & = 0 \end{cases} $$ where $a\cdot x = \sum_i a_ix_i$ is the inner product. I have two questions:
What are necessary and sufficient conditions on $a$ for $(1)$ to have the unique solution?
Can we rewrite $(1)$ in an equivalent matrix form, e.g. $(A+C)x = 0$ for some $C$.

