A variable straight line always intersects the lines $x=c,y=0;\,\,y=c,z=0;\,\,z=c,x=0.\quad$Find the equation of its locus.
A plane passing through first line is $x-c+\lambda1y=0$ and a plane passing through second line is$y-c+\lambda2z=0$ and these two planes taken together give the variable straight line.
Now I am not getting any idea on how to proceed with finding the locus.
Appreciate any help.
I might proceed as follows:
Consider a variable (finite) point $\mathbf p(\lambda)=(c,0,\lambda)$ on the first line. Together with the second line, this defines a plane. Switching to homogeneous coordinates, this plane is a null vector of the matrix $$\begin{bmatrix}0&c&0&1\\1&0&0&0\\c&0&\lambda&1\end{bmatrix},$$ which has as its first two rows a pair of points on the second line. Computing its null space produces the plane $\mathbf\pi(\lambda)=[0:\lambda:c:-c\lambda]$. The intersection of this plane with the third line is a null vector of $$\begin{bmatrix}0&0&1&-c\\1&0&0&0\\0&\lambda&c&-c\lambda\end{bmatrix},$$ i.e., the intersection of $\mathbf\pi$ with two planes that contain the third line. This yields for the homogeneous coordinates of the intersection point $[0:c\lambda-c^2:c\lambda:\lambda]$, or in inhomogeneous Cartesian coordinates, $\mathbf q(\lambda)=\left(0,{c\lambda-c^2\over\lambda},c\right)$. ($\mathbf\pi(0)$ is parallel to the third line, so it makes sense that you’d get a point at infinity for that value of the parameter.)
With these two points you have a parameterization of the ruled surface: $\mathbf r(\lambda,\mu) = (1-\mu)\mathbf p(\lambda)+\mu\mathbf q(\lambda)$. Setting this equal to $(x,y,z)$ and eliminating the two parameters should give you a Cartesian equation of the surface, which turns out to be a hyperboloid of one sheet with axis in the direction of $(1,1,1)$, just as achille hui suggests in his comment.