The three methods are the elimination method, the substitution method, and matrices. I know absolutely nothing about matrices. The substitution method is when you manipulate one equation so that a variable has a value, then you use that value and substitute it for the variable in the other equation. For example:
2x+y=16
x-3y= -20
I might take the first equation and get the y by itself:
2x+y=16 subtract 2x from each side:
y=(16-2x) then use that as the value for y in the second equation:
x-3(16-2x)= -20 and distribute the -3 to the terms in the parentheses:
x-48+6x=-20 combine like terms:
7x-48= -20 add 48 to each side
7x=28 divide by 7
x=4
Then use that value for x in one of my original equations and solve for y:
2x+y=16 substitute
2(4)+y=16 multiply
8+y=16 subtract 8 from each side
y=8
The elimination method involves manipulating one or both equations to get the coefficients of one of the variables to be the same but opposite in value, so that when you add the equations vertically, the variables cancel out:
2x+3y=32
5x-2y= 4
I made this example a little bit complicated. None of the coefficients of x or y are common, so we're going to have to multiply both equations by something. If I want to eliminate the y, I have to multiply the first equation by 2 and the second one by 3 so that I have coefficients in front of the y's of 6 and -6. Or, I can multiply the first equation by 5 and the second one by -2 so that the x's have coefficients of 10 and -10. Let's eliminate the y's:
2x+3y=40 Multiply this equation by 2:
2(2x+3y)=2(32)
4x+6y=64
5x-2y= 4 Multiply this equation by 3:
3(5x-2y)=3(4)
15x-6y=12
Now, write the new equations, one on top of the other:
4x+6y=64
15x-6y=12
----------------- add/subtract vertically
19x=76 divide both sides by 19
x=4
And again, take that value back to one of the original equations and solve for y.
When you have a system of equations, you have to check your solutions in all of the equations. Sometimes, they don't solve all of the equations and when that happens, your solutions are not the solution to the system, and the solution to the system is the empty set.
For the third method, matrices, here's a link that I hope will explain how to do it. I never learned it, but one of these days I plan to:
http://www.purplemath.com/modules/matrices.htmwpf.