Let $q$ be a prime and consider the finite field with $q$ elements $\mathbb{F}_{q}$. Let $k\geq 2$ and consider $a_{1},a_{2}, \ldots, a_{k}\in\mathbb{F}_{q}$. I wish to find all the linear equations (upto equivalence) such that no matter what $a_{1}, a_{2}, \ldots, a_{k}$ one chooses, $(a_{1}, a_{2}, \ldots, a_{k})$ is always solution to one of these equations.
For example, when $q = 3$ and $k = 2$, we see that $(a_{1}, a_{2})$ is always a solution to one of the equations $a_{1} = 0, a_{2} = 0, a_{1} + a_{2} = 0$ and $a_{1} + 2a_{2} = 0$. Of course, one could replace $a_{1} + a_{2} = 0$ with $2a_{1} + 2a_{2} = 0$ but we only choose one of such equations.
When $q = 3$ and $k = 3$, the equations required are $$a_{1} = 0, a_{2} = 0, a_{3} = 0, a_{1} + a_{2} + a_{3} = 0, 2a_{1} + a_{2} + a_{3} = 0, a_{1} + 2a_{2} + a_{3} = 0 \text{ and } a_{1} + a_{2} + 2a_{3} = 0.$$ In other words, no matter what $a_{1}, a_{2}, a_{3} \in\mathbb{F}_{3}$ we choose, $(a_{1}, a_{2}, a_{3})$ will always be a solution to one of the above equations. As noted in the comments, I would like all the $k$-variables to be involved non-trivially. For instance, the four equations for $k = 2$ case may suffice otherwise.
I also worked out the example for $q = 5$ and $k = 2, 3 $. However, I have not succeeded in seeing a pattern that would allow some sort of listing or identification of all of such equations for given values of $q$ and $k \geq 2 $.