Suppose we have primal and its dual in standard form, that is
\begin{align*} (P) \max z = cx \\ st \; \; Ax = b \\ \; \; \; x \geq 0 \\ \end{align*}
\begin{align*} (D) \min z = by \\ st \; \; yA \geq c \\ \; \; \; y \; \; \; free \\ \end{align*}
Where $A$ is an $m $ by $n$ matrix an $x$ is an n vector and $y$ is an m vector.
Suppose we multiply one of the constraints of the primal by some number $\alpha > 0$. Does this affect the solution of the dual?
Thoughts:
Since a constraint is of the form $a_{ij} \cdot x $, take one of the $i's$, say we multiply
$$ a_{i1}x_1 + a_{i2} x_2 + ... + a_{in} x_n $$
by $\alpha $
Once we set up our tableau, once we divide this row by $\alpha$, then in the LFH, we would have
$$ \frac{ b_i}{\alpha} $$
the ith component of the vector $b$. Doesnt it change the solution in the primal tableau? Since solutions are the same for primal and dual???