Find the parametric equations of the plane $$3x+4y-2z = 4$$
I found two points which are $(0, 0, -2)$ and $(0, 1, 0)$ then I subtracted from each other
$(0, 1, 0) - (0, 0, -2)$ would be $(0, 1, 2)$
I used the vector equation $(x, y, z) = (0, 0, -2) + (0, 1, 2)$ and then got my parametric equation by just reading it off the vector.
However, in the answer key it shows that they found three points did the same thing as I did above with the points, which uses two scalar multiples instead of one
$$(x,y,z) = x0 + t1v1 + t2v2$$
where $v1$ and $v2$ are vectors
What I'm wondering is my answer still correct? Do I need a two multiples like the answer key?