I am supposed to give a 20-min presentation to a group of kids aged around 14-15, so they have very limited knowledge about the topic in advance -- at the same time I want the talk to be something they can relate to.
I am thinking of presenting the derivation of the binomial distribution since it is a concept that is relatively easy to grasp (think toss-coin etc..) and can be done in 20 min.
However, my concerns are
- How do I easily introduce/derive the binomial coefficient?
- Once the distribution has been derived, do you have any suggestions for what we can do in the classroom do illustrate it that involves the students and doesn't take more than 2-3 minutes?
I'd be happy to hear your ideas and suggestions.
I would define $\binom{n}k$ to be the number of different $k$-subsets of an $n$-set without initially worrying about how to compute it. This is all you need to explain why the probability of $k$ successes in $n$ trials is $\binom{n}kp^k(1-p)^{n-k}$.
Then you can return to the problem of computing $\binom{n}k$. I’d explain why any one of those $\binom{n}k$ $k$-subsets can be lined up in $k!$ different orders, so the number of ways to pick out $k$ elements and line them up must be $\binom{n}kk!$. On the other hand, the same reasoning that gave us the $k!$ shows that there must be $n(n-1)\ldots(n-k+1)$ ways. Observing that we can write this more compactly as $\frac{n!}{(n-k)!}$ we solve for $\binom{n}k$ to find that it must be $\frac{n!}{k!(n-k)!}$. Alternatively, you can just leave it in what is often a more useful form,
$$\binom{n}k=\frac{n^{\underline k}}{k!}=\frac{n(n-1)\ldots(n-k+1)}{k!}\;,$$
without rewriting the falling factorial as a quotient of factorials.
For an illustration you might have each of the kids toss a coin a dozen times or so, recording the results. If there are enough kids, you can compare the outcome with the theoretical binomial distribution for $n=12$ and $p=\frac12$. If there aren’t enough kids, you can have each of them repeat the experiment.