Question 141596
Both systems are always available for you to use.
They will give you the same results.
Sometimes one method is faster than another. 
For system 1, addition is fastest because you have positive y in one equation and negative y in the other.
Adding them together cancels y's out. 
{{{x+y=7}}}
{{{x-y=9}}}
Add the two together to get.
{{{x+x+y-y=7+9}}}
{{{2x=16}}}
{{{x=8}}}
{{{y=9}}}
For system 2, addition is also faster, but requires some multiplication first.
In this case, substitution would give you nasty fractions and more multiplication.
It's not impossible, but it can become cumbersome and easy to make a mistake. 
{{{3x-4y=11}}}
{{{-2x+3y=-7}}}
Multiply the first by 3, the second by 4, then add. 
{{{9x-12y=33}}}
{{{-8x+12y=-28}}}
{{{9x-8x-12y+12y=33-28}}}
{{{x=5}}}
{{{3(5)-4y=11}}}
{{{-4y=-4}}}
{{{y=1}}}