Do two files hash into the same bucket?
A hash function spreads keys across buckets, and you may assume each key is equally likely to land in any bucket, independently. You hash two different files.
What is the probability that the two files land in the same bucket (a collision)?