Question 732037
I need help understanding how to solve x-6y= -51, 3x-7y= -54 using the substitution method. Algebra confuses me immensely. Do I solve for x first, or y first?
----------------
You can solve for either first.  Pick the one that's easiest.
x-6y= -51 --> x = 6y - 51
Solving for y would cause fractions.
----------
Sub for x in 3x-7y= -54
3(6y-51) - 7y = -54
18y - 153 - 7y = -54
11y = 99
y = 9
==========================
Sub for y into any equation to find x.
x-6y= -51
x - 6*9 = -51
x = 3
That's it.