For the first one (it's a line, not a plane), let (x-1)/3 = (z+1)/6 = t, where t will be a real parameter.
So x = 3t + 1 and z = 6t - 1. Also, y = 4. So on the curve,
x = (x,y,z) = (3t+1,4,6t-1) = (1,4,-1) + t(3,0,6) (parametric equation of the line).
For the second one (which is indeed a plane. It's a line that lies in the vertical plane y = 4.), set x = t = 4y, so y = t/4 and x = t. Also, z = s (another free parameter).
So on this surface, x = (x,y,z) = (t,t/4,s) = t(1,1/4,0) + s(0,0,1). This is the parametric vector form of the plane.
The Cartesian Equation of this plane is essentially given to us: it's just x - 4y = 0, z any real number.
And yes, I can see your LaTeX.