Suppose you have the system
$$ \begin{bmatrix} 4 & 3\\ 1 & 7\\ 5 & 9\\ 2 & 4\\ \end{bmatrix} \begin{bmatrix} x\\y\end{bmatrix}=\begin{bmatrix}b_1\\b_2\\b_3\\b_4\end{bmatrix} $$
How could one find scalars $x$ and $y$ such that $b_1+b_2+b_3+b_4$ is maximized? I can see the math behind it as I just took Theory of Linear Algebra, but am stuck on the question.
EDIT: it must be that $0\leq x\leq 1$, $0\leq y\leq 1$, and $x+y=1$.

\begin{align} 4x+3y&=b_1\\ x+7y&=b_2\\ 5x+9y&=b_3\\ 2x+4y&=b_4 \end{align}
Since the coefficients of these systems are all positive and there are no restriction on $b_i$, we can set $x$ and $y$ to be as large or small as we want and $b_1+b_2+b_3+b_4\in (-\infty,\infty)$
This would of course be another question if there were positive and negative coefficients in both $x$ and $y$