Problem: Find the equation of a line that passes through $A(-3,-7,-5)$ and $B(2,3,0)$ and find $C(x, -1, z)$ on the same line.
I have completely forgotten how to solve this and I've been reading about how to solve this and it's super confusing. How do I find the equation of this line? I've found the parametric, vector and symmetric forms for the equation, but I don't have a clue how to actually solve it.
vector between A and B is $$\overrightarrow{AB}=5i+10j+5k$$ so the parametric equation of line is $$\frac{x-x_0}{v_x}=t$$ $$\frac{x+3}{5}=t$$ $$\frac{y-y_0}{v_y}=t$$ $$\frac{y+7}{10}=t$$ $$\frac{z-z_0}{v_z}=t$$ $$\frac{z+5}{5}=t$$ now use the point C(x,-1,z)
at $y=-1$ $$\frac{-1+7}{10}=t$$ $$t=0.6$$ then you can use the value of $t$ to find the value of $x$ and $z$ $$\frac{x+3}{5}=0.6$$ $$x=0$$ $$\frac{z+5}{5}=0.6$$ $$z=-2$$