I have found the eigen vaues, I also know that you can find the eigenvectors through a Gausian Jordan. -- x1, gauss jordan gives me rows(1 -1/3 ,, 0 0 ), so [a, b] = [1,3] For vector x2, GJ gives (1 -2/5 ,, 0 0 ), I would assume [a,b] = [2,5], but why did they choose to go with [-2,-5]. I don't get it?
A bigger picture is on this webpage if needed;
http://oi59.tinypic.com/2v7unw1.jpg

Any multiple of an eigenvector is still an eigenvector for the same eigenvalue, even if this multiple is negative. So if $(2,5)^T$ is an eigenvector then so are $(-2,-5)^T$, $(10,25)^T$, $(1,5/2)^T$, $(-6,-15)^T$, ...
If the machine marking the answers is clever enough (for example it's using MapleTA) it should accept any of these.
As to why it has chosen $(-2,-5)^T$, well that's a mystery. Perhaps they have done it so that the diagonalising matrix (usually called $P$) has a positive determinant, rather than a negative one. This will ensure the transformation $P$ represents is not a reflection.