I have the following 2 equations:
${6x + 9y = 3}$
${6x -3y = -2}$
The textbook asks to use the substitution method so I would appreciate if we stuck to this method, I could use the addition method but the book asks for this method.
So my steps of doing this are to isolate x in the first equation:
${6x + 9y = 3}$
I then divide both sides by 3 to give
${2x + 3y = 1}$
I then get:
${x = {-3y + 1\over 2}}$
I'm not entirely sure you to take this further using the substitute method.
I prefer short, sweet, and direct methods when they make themselves possible. For example your problem could have quickly reduced to one with one variable to solve for that first variable. The second variable is also quickly solved once we know the value for the first.
Your system is:
$$Eq1: {6x + 9y = 3}$$ $${Eq2: 6x - 3y = -2}$$
Notice how we can immediately solve for $6x$ in either equation and insert that into the other equation. This qualifies as a substitution method.
For example lets solve for $6x$ in $Eq2$ and insert that into $Eq1$
$$6x=3y-2$$ $$3y-2 + 9y=3$$
Now that we have the system reduced to one equation in one variable therefore we can solve for $y$:
$$12y=5$$ $$y=\frac{5}{12}$$
Now take either equation and insert $y$ to determine $x$. We shall use $Eq1$:
$${6x + 9y = 3}$$ $${6x = 3 - 9y}$$ $$x=\frac{3-9y}{6}=\frac{1}{2}-\frac{9(\frac{5}{12})}{6}=\frac{12}{24}-\frac{15}{24}=\frac{-3}{24}$$ $$x=\frac{-1}{8}$$
Our solution set is the vector $[\frac{-1}{8} \frac{5}{12}]$.
See that wasn't difficult at all.