WMC 2018 Senior Problem 33

Level 2

A drawer contains n socks. If you randomly draw 2 2 socks, without replacement, the probability that they are both blue is 5 26 \frac{5}{26} What is the smallest possible value of blue socks?

21 8 6 13 5

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Jordan Cahn
Oct 17, 2018

Let there be b b blue socks out of the n n total socks. Then the probability of drawing two blue socks is b n × b 1 n 1 = 5 26 \frac{b}{n}\times\frac{b-1}{n-1}=\frac{5}{26} . Thus 26 b ( b 1 ) = 5 n ( n 1 ) 26b(b-1)=5n(n-1) . Consider this as a quadratic in terms of b b : 26 b 2 26 b 5 n ( n 1 ) = 0 26b^2-26b - 5n(n-1) = 0 the solutions to this equation are b = 26 ± 2 6 2 + 4 26 5 n ( n 1 ) 2 26 = 1 2 ± 1 2 2 6 2 + 4 26 5 n ( n 1 ) 2 6 2 = 1 2 ± 1 2 13 + 2 5 n ( n 1 ) 13 = 1 2 ± 1 2 13 10 n 2 10 n + 13 \begin{aligned} b &= \frac{26\pm\sqrt{26^2 + 4\cdot26\cdot5n(n-1)}}{2\cdot 26} \\ &= \frac{1}{2} \pm \frac{1}{2}\sqrt{\frac{26^2 + 4\cdot26\cdot5n(n-1)}{26^2}} \\ &= \frac{1}{2} \pm \frac{1}{2}\sqrt{\frac{13 + 2\cdot5n(n-1)}{13}} \\ &= \frac{1}{2} \pm \frac{1}{2\sqrt{13}}\sqrt{10n^2 - 10n + 13} \end{aligned}

Note, first, that we can ignore the - option of the ± \pm since it will yield a solution less than one. Since our solution must be an integer, we need a positive integer value of n n for which 10 n 2 10 n + 13 = 13 k 2 10n^2 - 10n + 13 = 13k^2 , where k k is odd, in which case the last line of the equation becomes 1 2 + k 2 \frac{1}{2} + \frac{k}{2} . Our answer will be for the smallest possible value of k k .

  • k = 1 k=1 10 n 2 10 n + 13 = 13 10 n ( n 1 ) = 0 \begin{aligned} 10n^2 - 10n + 13 &= 13 \\ 10n(n-1) &= 0 \end{aligned} n = 0 n=0 or n = 1 n=1 -- not solutions.

  • k = 3 k=3 10 n 2 10 n + 13 = 177 10 n 2 10 n 164 = 0 \begin{aligned} 10n^2 - 10n + 13 &= 177\\ 10n^2 - 10n - 164 &= 0 \end{aligned} No integer solutions.

  • k = 5 k=5 10 n 2 10 n + 13 = 325 10 n 2 10 n 312 = 0 \begin{aligned} 10n^2 - 10n + 13 &= 325\\ 10n^2 - 10n - 312 &= 0 \end{aligned} No integer solutions.

Continuing in this manner, the first k k for which there are integer solutions is k = 11 k=11 , in which case we have 10 n 2 10 n + 13 = 1573 10 n 2 10 n 1560 = 0 10 ( n + 12 ) ( n 13 ) = 0 \begin{aligned} 10n^2 - 10n + 13 &= 1573\\ 10n^2 - 10n - 1560 &= 0 \\ 10(n + 12)(n - 13) &= 0 \end{aligned} The only positive solution is n = 13 n=13 , in which case b = 1 2 + 11 2 = 6 b=\frac{1}{2}+\frac{11}{2} = 6 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...