I'm solving an exercise that says:
It can be determined that (A + B) is a multiple of 7, if it is known that:
(1) A is a multiple of 4 and B is a multiple of 3
(2) The difference between A and B is a multiple of 7.
I know that,
An number A is multiple of another number B, when:
A = kB, where k is an integer.
Then I solved it:
I thought that was fine, but the answer is "Additional information is required", then could you tell me what, I was wrong?
From the fact that $A$ is a multiple of $4$ and that $B$ is a multiple of $3$, you deduce that there are natural numbers $k$ and $k'$ such that $A=4k$ and that $B=3k'$. Your error was that you assumed that $k=k'$.
Take, for instance, the case in which $A=24$ and $=3$. Then $A$ is a multiple of $4$, $B$ is a multiple of $3$, $A-B$ is a multiple of $7$, but $A+B$ isn't a multiple of $7$.