Check if it's linear mapping: $F:\Bbb{R}^3 \to \Bbb{R}^2, \, F(x,y,z)=(2x+y,z+1)$
I don't know if I'm doing it correct: $v=(x_1,y_1,z_1)$ and $w=(x_2,y_2,z_2)$.
$F(av+bw)?=aF(v)+bF(w)$ if it's true it's a linear mapping so
Left-hand side:$$F(ax_1+bx_2,ay_1+by_2,az_1+bz_2)=\big( 2(ax_1+bx_2)+ay_1+by_2,az_1+bz_2+1\big) $$ Right-hand side:$$a(2x_1+y_1,z_1+1)+b(2x_2+y_2,z_2+1)=(2ax_1+ay_1+2bx_2+by_2,az_1+a+bz_2+b)$$
than $a+b=1$ so it's not a linear mapping?