For all integers $a$, there exists an integer $b$ so that $3 | a + b$ and $3 | 2a + b$.
So far I have been able to find an integer $b$ that satisfies both of them separately, but not at the same time. (For the first one I have $b = 6-a$, and for the second I've found $12-2a$)
The statement is not true. Here is a counter example: $a=1$. In order for $3\vert a+b$, we must have that $3k = a+b=1+b$ for some integer $k$. On the other hand, in order for $3\vert 2a+b$, we must have that $3k' =2a+b= 2+b$ for some integer $k'$. This means that we must have $b=3k-1=3k'-2$ for some integers $k,k'$. This is impossible because $3k-1=3k'-2\implies 1=3(k'-k)$ or in other words, that $1$ is a multiple of $3$.