Given a hash table with 5 buckets and a maximum load factor equal to . The following values are to be inserted: .
We fill the hash table using the chaining method: first, ignoring the maximum load factor, and then considering it. In which cases will the hash functions below produce collisions? Select a box if at least one collision occurs.