How do I expand fractions in a binomial that take one of these three forms:
$$(1)\binom{\frac{p}{q}}{n},(2)\binom{\frac{p}{q}}{\frac{z}{t}}, (3)\binom{n}{\frac{p}{q}}$$ When $t \ne 0, q \ne 0$.
I've tried tried creating an example for myself
$$\binom{-\frac{1}{2}}{2} = \frac{\left(-\frac{1}{2} \right)!}{\left(-\frac{5}{2}\right)! 2!}$$
What's the sequence of multiplication for factorials with the fraction?
I thought it would be $$\frac{\left(-\frac{1}{2} \cdot\frac{1}{2} \right)}{\left(-\frac{5}{2}\cdot-\frac{3}{2}\right) 2}$$
Which gives me the wrong answer, is there a more general way of getting the answer for the first three equations above?
@Gerry Made the distribution clear for me, here's the answer:
When we have the binomial distribution as $$\binom{\frac{p}{q}}{n} = \frac{\frac{p}{q}\left(\frac{p}{q}-1 \right) \cdots \left(\frac{p}{q}-n+1 \right)}{n!}$$
Alternatively, we can use the gamma distribution using the following:
$(a) \binom{n}{k} = \frac{n!}{k!(n-k)!}$
$(b) z! = \Gamma(z+1)$
$(c)\Gamma(z) = (z-1)\Gamma(z-1)$
For the example, this implies $$\binom{-\frac{1}{2}}{2} = \frac{\Gamma(\frac{1}{2})}{\Gamma(3)\cdot \Gamma(-\frac{3}{2})}$$
Taking $\Gamma(\frac{1}{2}) = -\frac{1}{2}\Gamma(-\frac{1}{2}) = (-\frac{1}{2})(-\frac{3}{2})\Gamma(-\frac{3}{2}) $