In your HashTable of hw6, what is the formula for determining the index of the first location for an item?
a) hash(item)
b) index = item % table_size
c) index = table_size - item
d) index = item / table_size