Suppose that we are using extendable hashing on a file that contains records with the following search key values: 2, 3, 5, 7, 11, 17, 19, 23, 29, 31. show the extendable hash structure for this file if the hash function is h(x) = x%8, and each bucket can hold three records.