1. There are a number of ways to solve this, i\'ll use Cramer\'s Rule
A) Find the determinant of the coefficient matrix we\'ll name it Matrix A
|3 4 1|
|2 3 2|
|1 1 0|
This equals: 1
Because this is one, we dont have to worry about the division of the substitution matrix, we can just find the determinants of those, so: for x:
|17 4 1|
|15 3 2|
|1 1 0|
This equals one as well, so x=1
for y:
|3 17 1|
|2 15 2|
|1 4 0|
This equals 3, so y=3
and z:
|3 4 17|
|2 3 15|
|1 1 4|
This equals 2, so z=2
Solved!
Notation usage: the \"|\" symbol is used to denote the determinant of the matrix of numbers enclosed.
Edit...i was going to include the other solutions, but I was beaten to it

I agree with the other answers already posted as well...
#2 is the line at x=1
#3 is (x-2)(x+12)