Design a hash function of the form:
hash(key) = (some operation on key) % m
such that the keys 100, 200, 300, 400, and 500 all hash to the value 3.
Clearly specify:
• The operation performed on the key (e.g., key + c, key * a + b, etc.)
• The value of m