Suppose $B = \{x, y, z\}$ is a basis of a subvector space $V$ in $\mathbb{R^n}$.
Is the set of vectors $C = \{x+y, y+z, z+x\}$ a basis of $V$?
Is the set of vectors $C = \{2\cdot y + z + 3\cdot x, 3\cdot y + z - x, y - 4\cdot x\}$ a basis of $V$?
Is the set of vectors $C = \{x + z, y - z\}$ a basis of $V$?
Is the set of vectors $C = \{y, y + z, z + y + x, x\}$ a basis of $V$?
I always provide some sort of attempt at answering the questions I post here, but I really don't even have a clue where to begin here. Is there some sort of connection between the combination of vectors in a basis? Any help would be greatly appreciated.
Guide:
First thing to check, since $B$ has $3$ vectors, to be a basis, it must have exactly $3$ elements. If it does not, it can't be a basis.
Next, to be a basis, check that they are linearly independent.
For example for the first set.
$$a(x+y)+b(y+z)+c(z+x)=0$$
$$(a+c)x+(a+b)y+(b+c)z=0$$
Since $\{x,y,z\}$ is a basis, we have
$$a+c=0$$ $$a+b=0$$ $$b+c=0$$
Try to find whether they have only the trivial solution, if it does, then it is linearly independent and hence it forms a basis. If it is not linearly independent, then it is not a basis.
First answer: