Well I tried making 2 vectors by using the 3 equations.
I got
vector x = t(2,-3,-1) = (1,2,3)
But the two vectors are meant to be s(0,-4,7) + t(-8,0,25) , where s and t are real numbers.
Homework Statement
The plane that passes through the point (1, 6, 4) and contains the line
x = 1 + 2t; y = 2 - 3t; z = 3 - t where t is an element of R
Homework Equations
x = 1 + 2t; y = 2 - 3t; z = 3 - t
The Attempt at a Solution
Let L be the solution.
L = (1,6,4) - ?
t = (x -1)/ 2 =...