I am working on a LP problem where I need to find a parameter that creates this optimal solution, given the optimal solution. The problem looks like the following:
$\min x_1 + ax_2$
st
$x_1 + x_2 \geqslant a $
$x_1 - x_2 \leqslant -1 $
My initial thought was to set it up like three equations with three unknowns, however, as I started solving it, it did not make sense. Can anyone help or guide me in the right direction? Much appreciated!

The task is to find $a$, since we already know $P* = 7$