|
|
|
|
|
by x86x87
842 days ago
|
|
It does not. Modulus is only defined for integers. The point was that the 57 or 75 does not matter when you are looking at the remainder. Modulus in this case means divide into 7 parts and when you cannot divide anymore keep the reminder. If x = a*b+c x ℅ a = c and x % b = c |
|
41 % 7 = 6
41 % 5 = 1