A line can either lie on a plane, lie parallel to it or intersect it. Determine, if there is one, the point of intersection between the line given by the equation
$$\displaystyle\frac{x−5}{2} =\displaystyle\frac{y−1}{-1} = \displaystyle\frac{z−15}{4}$$
and the plane given by the equation
$$(x, y, z) = (-2, -7, 5) + s(2, 6, 3) + t(1, 4, -1)$$
So, what I have to do, is determine if the line and the plane either intersect or are parallel? What equation applies in this problem?
A very basic way could be to find $x$, $y$ and $z$ from plane's equation and then put them into line's equation. This would lead us to see if the achieved system of equations is consistent or not: $$x=-2+2s+t, y=-7+6s+4t, z=5+3s-t$$