Please provide solution for the following question

Q10. Guess the location
Consider a hash table of size m = 10000, and the hash function h(K) = floor (m(KA mod 1)) for A = ( √(5) – 1)/2. The key 123456 is mapped to location .

45

41

43

48

value of KA = 76300.0041151
KA%1 = 0.0041151
multiply with m = 41.151
floor gives 41 so ans = 41.
I hope it cleared your doubt don’t forget to
mark it resolved in my doubts section :smiley:
@7nishit