Find a line $s$, perpendicular to and intersecting $r: x=y=\frac{z+3}{-2}$ that goes through ${(1,5,-2)}$ and then find their intersection. So I have found a vector that satisfies $a+b-2c=0$ e.g. $(1,1,1)$ and called my line $s: (1,5,-2)+t(1,1,1)$ which is obviously going through $(1,5,-2)$ but then when I set them to be each other, they don't cross.
I have tried like twenty vectors in the form $a+b+2c=0$ but the lines never cross and I'm really freaking confused.
First of all, what is the line $r$ in parametric form? $$t=x=y=(z+3)/(-2)$$ $$r:(t,t,-2t-3)\qquad t\in\mathbb R$$ Draw a vector from the given point $(1,5,-2)$ to the point on $r$ with parameter $t$. If this is perpendicular to $r$, its dot product with the direction vector $(1,1,-2)$ is zero: $$((1,5,-2)-(t,t,-2t-3))\cdot(1,1,-2)=0$$ $$(1-t,5-t,2t+1)\cdot(1,1,-2)=0$$ $$1-t+5-t-4t-2=0$$ $$t=\frac23$$ This corresponds to a point of intersection at $(t,t,-2t-3)=(2/3,2/3,-13/3)$ and a perpendicular line of $(1,5,-2)+s(1-t,5-t,2t+1)=(1,5,-2)+s(1/3,13/3,7/3)$, $s\in\mathbb R$. We can check that the lines are perpendicular: $(1/3,13/3,7/3)\cdot(1,1,-2)=0$.