Question 731771
if 50 tickets are sold and 2 prizes are be awarded, the probability that one person will win 2 prize if that person buys 2 tickets.
-----
# of ways to succeed: 2C2 = 1
# of possible outcomes: 50C2 = 1225
---
P(2 winning tickets) = 1/1225
---------------
Cheers,
Stan H.