Assume the hash function  h(x) = x mod 13 is used to calcula…

Assume the hash function  h(x) = x mod 13 is used to calculate the hash table index location into which the following records with keys 18, 41, 22, 44, 59, 32, 31 and 73 will be inserted in that order.  The keys will be the data inserted at the index location.  Also assume linear probing is used to resolve collisions. What is the approximate load factor λ of the table after the insertions?  Check the closest answer.