Find the ordered triplet (x,y,z) for the following system of equations:
x + 3y + 2z = 1
-3x - y + 5z = 10
-2x - 3y + 2z = 7
The solution is (x,y,z) = (3,-1,2).