If the $n$-component vectors $a,b,c$ are linearly independent, show that $a+b, b+c, a+c$ are also linearly independent, Is this true of $a-b,b+c,a+c$?
What I did was write the new vectors as sums and set it equal to zero $$\begin{align} \sum(\lambda_i(a_i+b_i))+\sum(\lambda_i(b_i+c_i))+\sum(\lambda_i(a_i+c_i))=0 \end{align}$$
Then I assumed you could just add these terms up, but I don't actually know if that's allowed in this case. Anyways you obviously get
$$\sum\lambda_i(2a_i+2b_i+2c_i)=0$$
Seems to me that since the problem tells you $a,b$,and $c$ are linearly independent that these respectiev $\lambda$'s on these new terms must also be $0$.
Again, I doubt that works so I'm asking here. Wish this book had answers...
Your setup needs to be modified some. The key idea here is that any equation of linear dependence for $a+b$, $b+c$, and $a+c$ results in an equation of linear dependence for $a$, $b$, and $c$. When you wrote $$ \sum\lambda_i(a_i+b_i) + \sum\lambda_i(b_i+c_i) + \sum\lambda_i(a_i+c_i) = 0, $$ you're not multiplying your vectors $a+b$, $b+c$, and $a+c$ by scalars; you're actually computing the dot product $(\lambda_1,\ldots,\lambda_n)\cdot ((a+b)+(b+c)+(a+c))$. What you really want is to show that if $$ \alpha(a+b)+\beta(b+c)+\gamma(a+c) = 0 $$ for scalars $\alpha,\beta,\gamma$, then $\alpha=\beta=\gamma=0$. You rewrite this as a sum of (different) scalars time the vectors $a,b,c$, and then use the linear independence of the latter to complete the argument.
An alternative "slick" way is as follows. Notice that \begin{align*} a &= \frac{1}{2}\lbrack (a+b) - (b+c) + (a+c)\rbrack,\\ b &= \frac{1}{2}\lbrack (b+c) - (a+c) + (a+b)\rbrack,\\ c &= \frac{1}{2}\lbrack (c+a) - (a+b) + (b+c)\rbrack. \end{align*} So the "span" (set of all linear combinations of) $a+b$, $b+c$, and $c+a$ contains the lienarly independent vectors $a$, $b$, and $c$. You can show, in general, that three vectors $u,v,w$ are linearly independent if you can find three linear combinations of $u$, $v$, and $w$ that are linearly independent. So this completes the proof (assuming you accept this last fact...you should prove it if you haven't already).
For the second problem, notice that the third vector $c+a = (a-b)+(b+c)$ is a linear combination of the first two vectors. So no, they're not independent.