I have the following LP
Solve the following problem by the simplex tableau method starting with the basic feasible solution corresponding to the vertex (x1, x2) = (4, 0).
$$ \text{maximize }z = -x_1 + 2x_ 2 \\ \text{subject to: } \\ 3x_1 + 4x_2 = 12 \\ 2x_ 1-x_ 2 \leqslant 12 $$
It is clear to me how to initialize when an initial solution is not given, but how could I build my table once it is given?