Haven't done any geometry for a while but here's how I would do it:
- Find two different points that are in the intersection of all the plans of equation x + y + cz = 1
- Find an equation of the line containing these two points.
The points (0, 1, 0) and (1, 0, 0) are in the intersection of all the plans because 0 + 1 + c*0 = 1 and 1 + 0 + c*0 = 1 for any real c.
Thus the vector (1, -1, 0) is a vector of the line we're looking for. So a parametric equation of this line could be {x = t, y = -t + 1, z = 0}, which gives you a cartesian equation in the xy plane: y = 1 -x