You can put this solution on YOUR website! What are the odds that two people would pick the same seven
books from a list of 150 to read?
----
P(they will) = 1/150C7
----
P(they won't) = (150C7 - 1)/150C7
-----
odds they do = P(they will)/P(they don't) = 1:(150C7 -1)
========================
Cheers,
Stan H.