Claire, I hope I can still help.
We need to find the parametric representation of our line. We use...
F(t) = <x0, y0, z0> + t<x1 - x0, y1 - y0, z1 - z0>
= <1, 1, 1> + t<5 - 1, 0 - 1, 4 - 1>
= <1, 1, 1> + t<4, -1, 3>
=< 1 + 4t, 1 - t, 1 + 3t>
Now, we take our "x, y, and z" and plug them into our equation of the plane.
2(1 + 4t) + 3(1 - t) - 5(1 + 3t) = 10
2 + 8t + 3 - 3t - 5 - 15t = 10
-10t = 10
t = -1
Now we just need to plug in t to our parametric representation.
<1 + 4(-1), 1 - (-1), 1 + 3(-1)>
(-3, 2, -2) is our point.
Hope this helps!
Claire H.
01/16/16