Soft question:
Let $abc\neq 0$ and $$a(x-x_0)+b(y-y_0)+c(z-z_0)=0$$ Besides $$x=x_0$$ $$y=y_0$$ $$z=z_0$$ Are there any other solutions?
Soft question:
Let $abc\neq 0$ and $$a(x-x_0)+b(y-y_0)+c(z-z_0)=0$$ Besides $$x=x_0$$ $$y=y_0$$ $$z=z_0$$ Are there any other solutions?
There will be a whole 2 dimensional subspace of solutions. \begin{eqnarray*} x &=& x_0 + \frac{\lambda}{a} \\ y &=& y_0 + \frac{\mu}{b} \\ z &=& z_0 - \frac{\lambda+\mu}{c} \end{eqnarray*} The equation represents a plane.
Clearly so. Specify any two of $x,y,z$ arbitrarily, and then solve the simple linear equation explicitly for the third (since none of $a,b,c$ can be $0$).
Let's perturb our proposed solution, so that $z$ changes from $z_0$ to $z_0 + \delta_z$.
Then in order to compensate the change, we need to add to $x$ and $y$ the terms $\delta_x$ and $\delta_y$, such that $a\delta_x$ + $b\delta_y$ = $c\delta_z$. To parametrize this space, we need parameters $\alpha$ and $\beta$, both real.
Therefore the solution space is $x = x_0 + \frac{\alpha}{a}$, $y = y_0 + \frac{\beta}{b}$, and $z = z_0 - \frac{\alpha + \beta}{c}$ by inspection. This is a plane, of course.