I was going through some practice questions in my discrete mathematics book and ran into this one:
Let m, n, k, and l be integers such that m ≥ 1, n ≥ 1, and 1 ≤ l ≤ k ≤ n. After a week of hard work, a student goes to the neighborhood pub. This pub has m different types of beer and n different types of cider on tap. She decides to order k pints: At most one pint of each type, and exactly 'l' pints of cider. Determine the number of ways in which she can order these k pints. The order in which she orders matters.
So far I have: P(m+n, k) as an answer... but I'm sure there's more to it and I have no idea how to start this question. Any help would be greatly appreciated.