Suppose the vectors $a = [1, 0, 1]^T$ , $b = [2, 7, -2]^T$ and $c = [3, 1, 5]^T$ are lying on a plane in $\mathbb{R}^3$.
Prove that $d = [4, 8, 2]^T$ also lies on that plane. (Hint: A plane can be expressed as a particular solution plus the span of two linearly independent vectors.)
What does it mean those three vectors lie on a plane? Do they represent points? Otherwise they are clearly not on the same plane.
We can regard vectors as corresponding to their terminal points (assuming initial point at the origin).
Following the hint provided, the plane $P$ containing the points corresponding to the vectors $a,b,c$ is the set of points corresponding to the set of vectors $$\{a+su+tv\mid s,t\in\mathbb{R}\}$$ where $u=b-a$ and $v=c-a$.
Thus, to show that the point corresponding to the vector $d$ is on the plane $P$, it suffices to find $s,t\in\mathbb{R}$ satisfying the vector equation $$ \langle{4,8,2}\rangle=\langle{1,0,1}\rangle+s\langle{1,7,-3}\rangle+t\langle{2,1,4}\rangle $$ or equivalently, to find $s,t\in\mathbb{R}$ satisfying the system \begin{align*} 4&=1+s+2t\\[4pt] 8&=0+7s+t\\[4pt] 2&=1-3s+4t\\[4pt] \end{align*} of $3$ equations in $2$ unknowns.
Solve the subsystem consisting of two of the three equations for $s,t$, and then verify that the values found for $s,t$ also satisfy the remaining equation.