Intro to Probability - FAQ Questions Week 1

In this space I post the most common and recurrent questions of the week. It can be used as additional material you can use to further and test your understanding.

Question

An urn contains blue and red balls. If we draw $n$ balls from it with replacement, how many outcomes are possible?

Answer

Question

Give a combinatorial proof of the indentity $$ \binom{m+1}{n}=\binom{m}{n}+\binom{m}{n-1} $$

Question

If you sample $n$ objects of $m$ different types with replacement, how many outcomes can you observe in total disregarding the order of the objects?

Answer

Question

What is the difference between a set and a sequence?

Answer

Question

Explain the validity of the formula $$ (x_1+x_2+\dots+x_m)^n=\sum _{n_1+n_2+\dots+n_m=n}{n \choose n_1,\dots,n_m}x_1^{n_1}x_2^{n_2}\cdots x_m^{n_m} $$ where $m,n\in\mathbb{N}$ and $x_1,\dots,x_m\in\mathbb{R}$

Answer

Question

Let $n\leq n\in\mathbb{N}$ and show that $$ {m+1\choose n}={m\choose n}+{m\choose n-1}. $$

Answer

Question

What is the probability to have a straght in a five card hand? A straight occurs when the 5 cards are of consecutive values but not all of the same suit (in that case the hand would be called a straight flush).

Answer

Question

Show the validity of the identity $$ n\binom{n}{i}=i\binom{n-1}{i-1} $$ for $1\leq i\leq n$ and $n\in\mathbb{N}$