
David W. answered 05/13/15
Tutor
4.7
(90)
Experienced Prof
Hi Samantha,
The solution is:
x = 2
y = 1
z = 5
That’s three linear equations right there but they don’t yet have three variables each. So, (including 0 as coefficients)
2*x + 0*y + 0*z = 4
0*x + 1*y +0*z = 1
0*x + 0*y + 5*z = 5
are three lines (in 3D) that intersect at point (2,1,5). As you mentioned, there are more possibilities because once we have three intersecting lines, we could simply move the x-y-z axis anywhere else that we wanted (sometimes transformation of data makes calculations much simpler).
This process uses the given point (2,1,5) to get the coefficients of x, y, and z and plugs in 0 for other coefficients. (Note: remember the term “matrix” because you will learn about that someday.)
Keep it simple! Best wishes.
--d.w.
The solution is:
x = 2
y = 1
z = 5
That’s three linear equations right there but they don’t yet have three variables each. So, (including 0 as coefficients)
2*x + 0*y + 0*z = 4
0*x + 1*y +0*z = 1
0*x + 0*y + 5*z = 5
are three lines (in 3D) that intersect at point (2,1,5). As you mentioned, there are more possibilities because once we have three intersecting lines, we could simply move the x-y-z axis anywhere else that we wanted (sometimes transformation of data makes calculations much simpler).
This process uses the given point (2,1,5) to get the coefficients of x, y, and z and plugs in 0 for other coefficients. (Note: remember the term “matrix” because you will learn about that someday.)
Keep it simple! Best wishes.
--d.w.