Q: If a and b are positive integers such that the remainder is 4 when a is divided by b, what is the smallest possible value of a+b?
My answer/logic: B must be at least 5. If it were 4, then it would be evenly divisible by 4, leaving no remainder. The smallest possible value for a is 9... 9/5 = 1 R4. Therefore the smallest possible value of a+b is 14.
However, the answer explanation states that the newer is 9...
"Since a/b has a remainder of 4, b must be at least 5. The smallest possible value for a is 4 (it could also be 9, 14, 19, etc.) Thus, the smallest possible value for a+b is 9."
A cannot POSSIBLY be 4. That would make a/b = 4/5 which does not leave any remainder whatsoever. What am I missing here?