I'm given the equation $$ a+b+\mathbf x = \mathbf y $$ With the vectors $\mathbf x=(x_1,x_2,x_3)$, $\mathbf y=(y_1,y_2,y_3)$ and the two scalars $a$, $b$.
Is the following correct? As a vector equation: \begin{align} a+b+\mathbf x &= \mathbf y \tag 1\\ a + b + (x_1,x_2,x_3)&=(y_1,y_2,y_3) \tag 2 \\ (a+b+x_1,a+b+x_2,a+b+x_3)&=(y_1,y_2,y_3) \tag 3 \end{align} And the vector equation as three separate scalar equations: \begin{align} a+b + x_1 = y_1 \tag 4\\ a+b + x_2 = y_2 \tag 5\\ a+b + x_3 = y_3 \tag 6\\ \end{align}
Also, if it is illegal, does $a+b+\mathbf x = \mathbf y$ have any meaning or is it just nonsense?
Use notation that will be easily understood $$ (a+b)\left<1,1,1\right>+\bf{x}=\bf{y} $$