Log in to comment:
root.b-tree.org

Recent Posts

Problem 1

Given , prove that

  • Using arithmetic arguments.
  • Using combinatorial arguments.

The arithmetic proof is straightforward. Given the equality

then we have this expansion:

Multiplying by gives

which is the definition of . Can you outline a combinatorial argument? What I want to understand is what the RHS "partitions" of the LHS symbolize.

Aug 07, 2007 12:15 PM http://rorek.org/ says:

I'm not familiar with that notation.

The binomial coefficient, (n \choose r) = \frac{n!}{r!(n-r)!} : the number of ways to pick r objects from a set of n, without consideration of order.

What's the relationship between (n \choose r_1, r_2, \dots, r_k) and the binomial coefficient, and what's the combinatorial definition of that notation?

Aug 07, 2007 01:33 PM cygnus says:

The binomial coefficient is a special case of the multinomial coefficient; i.e., (n choose r) is equivalent to (n choose r, n-r).

You must log in with OpenID to post a comment. It's quick and easy!