Based on birthday paradox;
Let $d$ be the set of elements randomly chosen from a set of $n$ distinct elements then
a) What is expected number of unique elements in $d$ (remaining will be repetition of unique elements)?
b) What is expected maximum count/ frequency of occurrence of an element in $d$?
c) How large d will be such that all distinct elements of $n$ appear in $d$ atleast once?
for simplicity, Let
$n = [0,1,2,3...99]$
$d = randomly\ chosen\ 100\ elements\ from\ n$