If you double the size of a hash table, can you keep using the same hash function?
Will the old hash function go to an illegal index in the new table?
Will the old hash function go to all slots of the new table?