Answer :
The substitution method works by solving one of the equations for one of the variables (you choose the equation and the variable) and then plugging this back into the other equation, substituying for the chosen variable and solving for the other.
For instance, lets solve problem 10. We have the following system:
[tex]\begin{gathered} 6x-9=y \\ y=-3x \end{gathered}[/tex]We can see that the "easiest" way to solve them is by substituting the value of y given in the second equation into the first one. It gives
[tex]6x-9=-3x[/tex]because y=-3x. Now, we must move -3x to the left hand side as +3x. It yields,
[tex]6x+3x-9=0[/tex]since 6x+3x=9x, we have
[tex]9x-9=0[/tex]Now, if we move -9 to the left hand side as +9, we obtain
[tex]\begin{gathered} 9x=9 \\ x=\frac{9}{9} \end{gathered}[/tex]then, x=1. Until now, we solved for x. Now. we must subsitute this value into the second equation. It yields,
[tex]y=-3(1)[/tex]which gives y=-3. Finally, the answer is x=1 and y=-3.
We can check that this is the correct solution by substituting these values into both equations:
[tex]\begin{gathered} 6(1)-9=-3 \\ 6-9=-3 \\ -3=-3\text{ Thats correct!} \end{gathered}[/tex]Now, in the second one, we have
[tex]\begin{gathered} -3=-3(1) \\ -3=-3\text{ Thats correct!} \end{gathered}[/tex]Then our answer is corrrect!