Maths Olympiad Prep

Track / Stage 4 / 228 of 340 #968 of 2444

Problem 968

AMC 12 late, AIME early
Combinatorics Difficulty 4.9 Find the answer HMMT February · United States · 2015

2015 people sit down at a restaurant. Each person orders a soup with probability 12\frac{1}{2}. Independently, each person orders a salad with probability 12\frac{1}{2}. What is the probability that the number of people who ordered a soup is exactly one more than the number of people who ordered a salad?

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Next problem →

Official solution

Solution:

Answer:
(40302016)24030 OR (40302014)24030 OR (40322016)2(40302015)24031 \frac{\binom{4030}{2016}}{2^{4030}} \text{ OR } \frac{\binom{4030}{2014}}{2^{4030}} \text{ OR } \frac{\binom{4032}{2016}-2\binom{4030}{2015}}{2^{4031}}

Solution 1. Note that total soups == total salads +1+1 is equivalent to total soups ++ total not-salads =2016=2016. So there are precisely (2015+20152016)\binom{2015+2015}{2016} possibilities, each occurring with probability (1/2)2015+2015(1 / 2)^{2015+2015}. Thus our answer is (40302016)24030\frac{\binom{4030}{2016}}{2^{4030}}.

Solution 2. To count the number of possibilities, we can directly evaluate the sum i=02014(2015i)(2015i+1)\sum_{i=0}^{2014}\binom{2015}{i}\binom{2015}{i+1}. One way is to note (2015i+1)=(20152014i)\binom{2015}{i+1}=\binom{2015}{2014-i}, and finish with Vandermonde's identity: i=02014(2015i)(20152014i)=(2015+20152014)=(40302014)\sum_{i=0}^{2014}\binom{2015}{i}\binom{2015}{2014-i}=\binom{2015+2015}{2014}=\binom{4030}{2014} (which also equals (40302016))\left.\binom{4030}{2016}\right).
(We could have also used (2015i)=(20152015i)\binom{2015}{i}=\binom{2015}{2015-i} to get i=02014(20152015i)(2015i+1)=(2015+20152016)\sum_{i=0}^{2014}\binom{2015}{2015-i}\binom{2015}{i+1}=\binom{2015+2015}{2016} directly, which is closer in the spirit of the previous solution.)

Solution 3 (sketch). It's also possible to get a handle on i=02014(2015i)(2015i+1)\sum_{i=0}^{2014}\binom{2015}{i}\binom{2015}{i+1} by squaring Pascal's identity (2015i)+(2015i+1)=(2016i+1)\binom{2015}{i}+\binom{2015}{i+1}=\binom{2016}{i+1} and summing over 0i20140 \leq i \leq 2014. This gives an answer of (40322016)2(40302015)24031\frac{\binom{4032}{2016}-2\binom{4030}{2015}}{2^{4031}}, which can be simplified by noting (40322016)=40322016(40312015)\binom{4032}{2016}=\frac{4032}{2016}\binom{4031}{2015}, and then applying Pascal's identity.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.