The line $\frac{x+6}{5}=\frac{y+10}{3}=\frac{z+14}{8}$is the hypotenuse of an isosceles right angled triangle whose opposite vertex is $(7, 2, 4)$. Find the equation of the remaining sides.
My approach $\frac{x+6}{5}=\frac{y+10}{3}=\frac{z+14}{8}=t$
$x=-6+5t\\y=-10+3t\\z=-14+8t$
Vector drawn from opposite to hypotenuse$\langle 13-5t,12-3t,18-8t\rangle$
Vector of hypotenuse $\langle 5,3,8\rangle$
Vector product should be zero: $65-25t+36-9t+144-64t=0$, I could get the value of $t$.
Is there any way I could find end point of the hypotenuse by getting the value of $t$ for end points. I don't want to find the value by distance but by angle between line viz 45°.