Mathematical Methods · discrete RVs · manipulative
Every string with r successes has the same probability p^r (1−p)^{n−r}. Multiply by how many such strings there are.
Binomial(n, p)
Working