If h is any hashing function and is used to hash n keys in to a table of size m, where n<=m, the expected number of collisions involving a particular key x is:
(A) Less than 1
(B) Less than n
(C) Less than m
(D) Less than n/2
What I figured out is, it should be less than n but I’m not sure.
You best read up on the Birthday paradox.
Here are some links:
Birthday problem
understanding-the-birthday-paradox
And a quote from the second link: