50 people have voted in an election, in which they are two candidates, and 25 people have voted for one candidate, and 25 people have voted for the other. You don’t know this yet, and are counting the votes, by looking at the ballots in sequence. What is the number of sequences for which, as you count the votes, neither candidate is ever ahead of the other by more than 15 votes, but the end result is a tie?
I just want to know if I'm doing it right by:
C(10) * C(15) + C(11) * C(14) + C(12) * C(13) and flip it to get the rest.
But I think there is some overcounting - for example,
All three will count some form of ENENENENENENENE ...