8.(5%) We have an open addressing hash table of size 7 to store integer keys, with hash function h(x) = x mod 7. Assume we use linear probing for collision resolution and insert elements in the order 1, 15,14,3,9,5,27.
(1). Draw the hash table after the insertions _____