0 0 votes Consider a hash table with $100$ slots. Collisions are resolved using chaining. Assuming simple uniform hashing, what is the probability that the first $3$ slots are unfilled after the first $3$ insertions?$(97 \times 97 \times 97) / 100^3$ $(99 \times 98 \times 97) / 100^3$ $(97 \times 96 \times 95) / 100^3$ $(97 \times 96 \times 95 / (3! \times 100^3)$ BARC barc2026-cs-memorybased goclasses data-structures three-marks + – GO Classes 298 views answer comment Share Follow Print See 1 comment 1 1 comment reply GO Classes commented Mar 17 reply Follow flag GATE PYQ: https://gateoverflow.in/2074/gate-cse-2014-set-3-question-40 0 0 replyShare Please log in or register to add a comment.