CEdward
Bunuel IanStewart What about the opposite? Can we divide a numerator by a negative divisor? How would you determine the remainder?
In theory, yes, though on the GMAT you'd absolutely never need to be concerned about that situation. When you divide, say, 19 by 5, you're really asking "19 is how much larger than the nearest smaller multiple of 5?", and since 15 is the nearest smaller multiple of 5, the remainder is 4. If you instead divide 19 by -5, you're asking the same thing: 19 is how much larger than the nearest smaller multiple of -5? And since 15 is a multiple of -5 (it's -3 times -5), the remainder is again 4. So whether you divide by 5 or by -5, you'll get the same remainder either way.
That's using the standard definition of a remainder, but you might notice with this definition, when you divide 19 by -5, you get a remainder of 4, but when you divide -19 by 5, you get a remainder of 1 (because -19 is 1 larger than -20, a multiple of 5). That might seem paradoxical, because 19 divided by -5 and -19 divided by 5 are supposed to be the same thing, so some people use a different definition of remainder (they'd choose the smallest distance to any multiple, rather than the distance to the nearest smaller multiple) so that both situations produce the same answer.
That said, dividing by negatives is of very little theoretical or practical interest in divisibility or remainder situations (I don't think I ever was concerned with it once, and I did grad school in Number Theory). Dividing negatives by positives, on the other hand, turns out to be important in the subject called 'modular arithmetic', which is just the math jargon term for 'remainder arithmetic', so that situation can sometimes be useful to understand, at least in more advanced math, and occasionally on GMAT questions if you happen to use modular arithmetic methods (which can be convenient sometimes, but which aren't ever necessary).