Maths Olympiad Prep

Library / /647 of 740

, 2021

Number theory Difficulty 5.5 AIME, harder Prove it United States

Problem:

Let nn be the answer to this problem. An urn contains white and black balls. There are nn white balls and at least two balls of each color in the urn. Two balls are randomly drawn from the urn without replacement. Find the probability, in percent, that the first ball drawn is white and the second is black.

Solution

Solution:

Let the number of black balls in the urn be k2k \geq 2. Then the probability of drawing a white ball first is nn+k\frac{n}{n+k}, and the probability of drawing a black ball second is kn+k1\frac{k}{n+k-1}. This gives us the equation
nk(n+k)(n+k1)=n100 \frac{n k}{(n+k)(n+k-1)} = \frac{n}{100}
from which we get
(n+k)(n+k1)=100k (n+k)(n+k-1) = 100 k
Let m=n+km = n + k. Since 100m(m1)100 \mid m(m-1), we must have that either 100100 divides one of m,m1m, m-1 or 2525 divides one of m,m1m, m-1 and 44 divides the other. Since m,m1>km, m-1 > k, if either of mm or m1m-1 is greater than or equal to 100100, the product m(m1)>100km(m-1) > 100 k. Therefore, the only possible values for mm are 2525 and 7676.

If m=25m = 25, we have
m(m1)=600k=6n=19 m(m-1) = 600 \Longrightarrow k = 6 \Longrightarrow n = 19
If m=76m = 76, we have
m(m1)=5700k=57n=19 m(m-1) = 5700 \Longrightarrow k = 57 \Longrightarrow n = 19
So n=19n = 19 is the unique solution.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

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