need help w/ finding point of intersection of line w/ plane

Laurenmath

New member
Joined
Apr 18, 2006
Messages
14
I need to find the point of intersection of the line given by parametric equations x = 3 + 2t, y = 7 + 8t, and z = -2 + t with the y,z-plane.
 
All the points in the yz-plane look like: (0,y,z).
 
i still am confused.. i know a point is (3,7,-2) and a vector is < 2,8,1> then what does that do for me??
 
i still am confused.. i know a point is (3,7,-2) and a vector is < 2,8,1> then what does that do for me??

x = 3 + 2t, y = 7 + 8t, and z = -2 + t

using pka's hint ... (x = 0, right?)

x = 3 + 2t = 0
t = -3/2

y = 7 + 8(-3/2)

z = -2 + (-3/2)

so ... where's the point of intersection on the y-z plane?
 
Top