Considering the following program:
\begin{cases} \max & 8x_1 & + 3x_2\\ & x_1 &-6x_2&\ge2\\ & 5x_1 +&7x_2&=-4\\ &x_1&&\le 0\\ && x_2&\ge 0 \end{cases}
Why do we have
\begin{cases} \min & 2w_1 & -4 w_2\\ & w_1 &+5x_2&\ge8\\ & -6w_1 &+7w_2&\ge 3\\ &w_1&&\le 0\\ && w_2 \mbox{ unrestricted} \end{cases}
And not
\begin{cases} \min & 2w_1 & -4 w_2\\ & w_1 &+5x_2& +w_3&\le8\\ & -6w_1 &+7w_2&&\le 3\\ & 6w_1 &-7w_2&&\le -3\\ &w_1&&&\le 0\\ && w_2 &&\le 0 \end{cases}
I thought having this from the table 6.1 given in Mokthar S.Bazara and John J.Jarvis, Linear Programing and Network Flows p241
When you write the constraints of the dual problem, you should proceed in 3 steps: