A set $A \subseteq \mathbb N$ is recursive. Working from an informal idea of "computability" explain why the set
$B = \big\{ x \in \mathbb N : \exists u,v \in A, u+v=x \big\}$
is recursive and the set
$C = \big\{ x \in \mathbb N : \exists u,v \in A, u-v=x \big\}$
is r.e.
I believe that I need to explain why both $B$ and $K*\setminus B$ are r.e, and why $K*\setminus C$ is not r.e., but I don't really know how to go about doing this. Hints are much appreciated.