If the divisor is positive, then there is no issue regarding the remainder which will definitely lie between 0 and the divisor.
However, issues seem to arise when the divisor is negative. Do you want the remainder to lie between 0 and the magnitude (absolute value) of the divisor in which case it will be positive? or do you intend it to lie between 0 and the divisor (in which case it will be negative)? or do you want it to be the one which is closest in distance (or separation) from 0?
2) For (-11)/(-3), if you treat it as 11/3, you'll get a quotient of 3 and a remainder of 2
i.e. 11 = (3)(3) + 2
which implies that -11 = (3)(-3) + (-2) (multiplying both sides by -1) i.e. remainder is -2
If one sticks to the "fact" that the remainder must be non-negative, then obviously the method of considering -11/(-3) to be equivalent to 11/3 becomes flawed. In this case -11 = (4)(-3) + 1 which leads to a remainder of 1.
The difference between the two ways of calculating the remainder is more apparent if you take (-14)/(-3), then you can express it in the following two ways:
-13 = (4)(-3) + (-1): remainder = -1 (this is also the remainder obtained when treating it as 13/3 and then multiplying both sides by -1)
-13 = (5)(-3) + 2: remainder = 2
- If you consider the definition of the remainder to be the one with the least magnitude (distance from 0), then it should be -1
- If you consider the definition of the remainder to lie between [0, |b|) where b is the divisor, then it should be 2
Further, the ETS official guide only states that:
In general, when a positive integer a is divided by a positive integer b, you first find the greatest multiple of b that is less than or equal to a. That multiple of b can be expressed as the product qb, where q is the quotient. Then the remainder is equal to a minus that multiple of b, or r = a - qb, where r is the remainder. The remainder is always greater than or equal to 0 and less than b.
Even the official guide refrains from including any negative integers while dividing.
So, I would not worry too much about division or remainders of negative integers, since there is no "single correct" definition in such case.