I am given 3 vectors. $u=[1, 2, 3], v=[-3, 1, -2], w=[2,-3,-1]$. And the question is how do I know that $u, v, w$ lie in a plane? I can't understand what they mean. Because for me each of them fills some line. And only their pairwise linear combinations can fill a plane, and all triple linear combinations fill 3d space. So how should I answer the question? Thanks in advance.
UPD1: This is from book "Introduction to Linear Algebra - 4th edition", Gilbert Strang. Page 6, problem 5.

The question is whether or not these vectors are linearly independent. A nice practical criterion is a determinant of a matrix cinsisting of these vectors. They are linearly independent iff this determinant is non-zero. This is not the case here, so $u,v,w$ are complanar (i.e. linearly dependent) vectors. Try to express $u$ as a linear combination of $v,w$.