Why is a+b+c = a-a+c?

81 Views Asked by At

ps://i.stack.imgur.com/xVD0O.png

Why does $a+b+c = a-a+c$? I don't understand. Is it some math property that i didn't know of?

2

There are 2 best solutions below

0
On BEST ANSWER

Note that we have $a+b=0$, so $b=-a$. Using that, we have $a+b+c=a-a+c$.

In general, $a+b+c=a-a+c$ is not true. It is true only if we know $b=-a$.

0
On

From second inner product : $$\begin {pmatrix} a & b & c \end{pmatrix} . \begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix} = a.1+b.1+c.0$$

As the above two vectors are orthogonal then $a+b=0$

So substitute $b=-a$ in the equation which you mentioned.