Wallet-Linking Probability Exercises
Context: Each user links a wallet independently with probability p. Treat each user as a Bernoulli trial with success = "links a wallet."
Tasks
-
For n users with identical independent probability p:
-
Derive P(at least one links) and P(exactly k link).
-
Provide closed forms and discuss edge cases: p = 0, p = 1, large n, and the small-p Poisson approximation.
-
Evaluate numerically for p = 0.30 and n = 5:
-
P(at least one)
-
P(exactly 2)
-
Expected number of links
-
For two specific users A and B with independent probabilities p_A = 0.40 and p_B = 0.60, compute:
-
P(A ∪ B)
-
P(A ∩ B)
-
P(A ∩ B | A ∪ B)
-
Without assuming independence but given P(A ∪ B) = 0.70 with marginals p_A = 0.40 and p_B = 0.60:
-
State the feasible range for P(A ∩ B) using Fréchet bounds and the corresponding range for P(A ∩ B | A ∪ B).
-
Explain when each boundary is attained and what dependence structure it implies.