To find the sum $ v $ of the vectors $ v_1=(a_1, b_1) $ and $ v_2=(a_2, b_2) $ we use formula
$$ v = (a_1 + a_2, b_1 + b_2) $$In this example $ a_1 = 2 $ , $ b_1 = 0 $, $ a_2 = 1 $ and $ b_2 = 1 $, therefore:
$$ \begin{aligned}v &= (a_1 + a_2, b_1 + b_2) \\v &= \left(2 + 1, 0 + 1 \right) \\v &= \left(3,~1\right) \end{aligned} $$