p&c

prove by combinatorial arg.tht 2nCn is div by n+1

8 Answers

3
msp ·

looks gud.but i dunno the proof.i am trying.

341
Hari Shankar ·

Proof 3 in this link is perhaps what you are looking for: http://en.wikipedia.org/wiki/Catalan_numbers

66
kaymant ·

Or consider the following problem:
Suppose there are 2n persons standing in a straight queue in front of a theater ticket booking office. Each ticket costs Rs 5. Out of the 2n persons, n of them have got only 5 rupees currency while the remaining has got only 10 rupees currency. Each person buys only one ticket. How many ways can the 2n persons (we distinguish them by only the currency they hold) stand so that there is no problem of change at the booking counter? To begin with the ticket clerk has no change.

341
Hari Shankar ·

That too looks like an application of Catalan sequence. Suppose you denote the 5 rupee wallas by X and 10 rupee walas by Y, then we are looking for a string with X's and Y's in which at no section of the string starting from the beginning do we have more Y's than X's (as that would leave the clerk with no change to hand over the customer)

These are known as Dyck words.

Is there are more elementary way of doing this problem?

66
kaymant ·

A one liner:
2nCnn+1 =2nCn - 2nCn-1

62
Lokesh Verma ·

This one is awesome kaymant sir :) [1]

341
Hari Shankar ·

he was asking for a combinatorial proof

1
akash93 ·

ya i was lookin for an elementary proof

Your Answer

Close [X]