Let $a,\,b$ and $c$ be constants (not all zero) and consider the equation $ax + by + cz = 0$, which has a graph that is a plane that passes through the origin in $\mathbb{R}^3$. Show that if $v_1$ and $v_2$ are any two vectors in this plane, then for any two scalars, $c_1$ and $c_2$, $c_1v_1 + c_2v_2$ is also a vector in the plane (hint: use the parametric form of the plane).
I'm not even sure I understand what this question is asking me to show. (and I'm not sure what the parametric form is referring to). How do I show $c_1v_1 + c_2v_2$ is a vector in this plane? How do I even figure out what the actual plane is in relation to this vector?
The hint makes ittle sense indeed. If $v_1=(x_1,y_1,z_1)$ is in the plane, then this means that $$\tag1ax_1+by_1+cz_1=0.$$ And if $v_2=(x_2,y_2,z_2)$ i sin the plane, this mean sthat $$\tag2ax_2+by_2+cz_2=0.$$ Then $c_1c_1+c_2v_2$ is the vector $(c_1x_1+c_2v_2,c_1y_1+c_2y_2,c_1z_1+c_2z_2)$. Use $(1)$ and $(2)$ to show that the expression $$a(c_1x_1+c_2v_2)+b(c_1y_1+c_2y_2)+c(c_1z_1+c_2z_2) $$ evaluates to $0$, thus showing that that $c_1c_1+c_2v_2$ is in the plane