I have a set of equations where I want the first two lines to be left aligned and the remaining right align. I have the right alignment working but I cannot figure out how to get the first two equations to left align. I am using the latest MathJax (3.1.0) and Hugo (v0.78.2-959724F0 windows/amd64)
Note: This question does not address this. That formats ALL MathJax to the left of a page. I just need these two lines to align left.
$$
Maximize: 5.00 x_{1} + 7.50 x_{2} \\\\
Subject\ to: \\\\
\begin{align}
x_{1} \leq& 200 \\\\
x_{2} \leq& 300 \\\\
1.0x_{1} + 1.5x_{2}\leq& 650 \\\\
x_{1}, x_{2} \geq& 0
\end{align}
$$
Displays this:
But I want it to look like this: