MC 36 -- Spring 1999
Problem Set 2
Due 2/26/99
 




MC 36 -- Spring 1999
Problem Set 1
Due 2/17/99
      C(m+n,r) = C(m,0)C(n,r) + C(m,1)C(n,r-1) + ... +C(m,r)C(n,0)

where m and n are positive integers and r is an integer that is less than or equal to both m and n.

(Hint:  Think of a group of m+n people composed of two groups, one with m members and the other with n, say m MSWindow users and n Linux users.)