There are two methods of solving systems of equations:
Substitution is where we substitute one equation into the other by isolating a certain variable, or a group of terms.
Elimination is where we subtract the two equations. Before doing this, we may have to multiply one equation by a certain number to make sure one variable cancels out.
We're given the following equations:
Because they are organized in the same manner (i.e. x [operation] y [equals] number), it is easier for us to use elimination.
First, multiply the first equation by 2:
[tex]x + 3y = 7\\2(x + 3y) = 2(7)\\2x + 6y = 14[/tex]
Now, subtract the second equation from the one we just created:
[tex]\hspace{10}2x + 6y = 14\\-2x + 4y = 11\\\rule{67}{0.3}\\2y=3[/tex]
Solve for y:
[tex]y=\dfrac{3}{2}[/tex]
To solve for x, we can use substitution in the first equation:
[tex]x + 3y = 7\\\\x + 3(\dfrac{3}{2}) = 7\\\\x + \dfrac{9}{2} = 7\\\\x = 7- \dfrac{9}{2}\\\\x = 7- 4.5\\\\x = 2.5\\\\x=\dfrac{5}{2}[/tex]
[tex]x=\dfrac{5}{2}[/tex]
[tex]y=\dfrac{3}{2}[/tex]