I got this particular question from an old test paper...
Consider three lines given by $y-2=z+3=0$; $z-3=x+1=0$; $x-1=y+2=0$. Let $(\alpha,\beta,\gamma)$ be a point lying on a line intersecting the given three lines. Then the locus generated by $(\alpha,\beta,\gamma)$ is
a. $\quad$ $xy+3yz+2xz+6=0$
b. $\quad$ $3xy+yz+2xz+6=0$
c. $\quad$ $2xy+3yz+xy+6=0$
d. $\quad$ none of these
I suppose that the intersecting line is as
$$\frac{x-\alpha}{l}=\frac{y-\beta}{m}=\frac{z-\gamma}{n}$$
where $l,m,n$ are direction ratios.
Now I can't understand how to proceed from here. Please help me out...
Here's something to get you started.
First you need to find the lines that intersect all three of the given lines. To do that, fix a point on the first given line, say $(u,2,-3)$. Now you want to find the point on the second given line, say $(-1,v,3)$, such that the line through those two points intersects the third given line. Find a parameterization of that line. That parameterization will have its own parameter, say $t$, and that parameterization will include your original variable $u$. So now you have a parameterization in two variables of all the points on all those lines.
Then find which of those equations $a,b,c$ in your multiple choice will be satisfied by your parameterization. Then you are done!
Answer to your comment:
For a point $(x,y,z)$ to be on the third line we must have $x=1,y=-2$. Substitute those into your parameterization and you get
$$\frac{1-u}{-1-u}=\frac{-2-2}{v-2}=t$$
Solving for $v$ gives
$$v=2+\frac{4+4u}{1-u}$$
Substituting that into your parameterization and solving for $x,y,z$ gives
$$x=(-u-1)t+u, \quad y=\left(\frac{4+4u}{1-u}\right)t+2, \quad z=6t-3$$
There is the parameterization of your desired surface. Now find which of the three possible equations, if any, are satisfied by that parameterization.
Can you finish from here?