Consider the vectors:
$a_1 = \begin{pmatrix} 0 \\ -1 \\ 1 \\0 \end{pmatrix}, a_2 = \begin{pmatrix} 0 \\ 0 \\ -1 \\1 \end{pmatrix}, a_3 = \begin{pmatrix} 2 \\ 0 \\ 0 \\ 1\end{pmatrix}$
Find a single vector $p$ which maximizes $pa_i$ for $i = 1,2,3$.
To put this in context this is an economics profit max problem where p is a price and each component of the above vectors represents the quantity of the good.
I honestly have no idea how to find this $p$ vector. It doesn't even seem possible to me that a single vector can maximize these three vectors.
I think your question is incomplete. First you should determine your goal function, e.g., you can choose the sum of all profits to maximize, max: $pa_{1}+pa_{2}+pa_{3}$. Also you should determine your boundaries. E.g., total number of goods $d_1, d_2, d_3, d_3$.