Question 568035
There are 1000 questions. What is the probablity of two people picking three questions and two of the questions being the same
-----
# of ways to pick 2 questions the same: 1
# of ways to pick 1 question different: 997
----
# of ways to pick 3 questions randomly: 1000C3
----
P(pick 2 the same and 1 different) = 997/166167000
=====================
Cheers,
Stan H.