In order to find the dual of a primal linear program, do I always have to convert it to the standard form first?
For example, if I have the following LP, would the dual also be a min since the LP in standard form is a maximization?

In order to find the dual of a primal linear program, do I always have to convert it to the standard form first?
For example, if I have the following LP, would the dual also be a min since the LP in standard form is a maximization?

If the primal linear program is a maximization problem, then the dual linear program is a minimization problem and visa-versa.
Objective function
$\text{max} \ 6y_1+10y_2-3y_3$
Restrictions
The sign $\leq$ due to $x_1 \geq 0$.
The sign $=$ due to $x_2$ is unconstrained.
The sign $\leq$ due to $x_3 \geq 0$.
The sign $\leq$ due to $x_4 \geq 0$.
Variables