跳到主要内容

九州大学 システム情報科学府 情報理工学専攻・電気電子工学専攻 2023年8月実施 確率・統計

Author

Casablanca, 祭音Myyura

Description

箱の中に N1N_1 個の白いボールと N2N_2 個の黒いボールがあり, その総数を N=N1+N2N = N_1 + N_2 とする。この箱から 22 つのボールをランダムに選び, 両方が白いボールである確率は 1/21/2 であるとする。

(1) N2N_2 が奇数のとき N1N_1 の最小値を求めよ。

(2) N2N_2 が偶数のとき N1N_1 の最小値を求めよ。

(3) NN を値の小さい順に 33 つ求めよ。


A box contains N1N_1 white and N2N_2 black balls, and the total number of balls is N=N1+N2N = N_1 + N_2. When two balls are randomly drawn from the box, the probability that both balls are white is 1/21/2.

(1) Find the minimum value of N1N_1 when N2N_2 is an odd number.

(2) Find the minimum value of N1N_1 when N2N_2 is an even number.

(3) Find the three smallest values of NN.

Kai

Let AA denote the event "both balls are white", then we have

P(A)=(2N1)(2N1+N2)=N1(N11)(N1+N2)(N1+N21)P(A) = \frac{\binom{2}{N_1}}{\binom{2}{N_1+N_2}} = \frac{N_1(N_1 - 1)}{(N_1 + N_2)(N_1 + N_2 - 1)}

Since P(A)=12P(A) = \frac{1}{2}, we have

N12N12N1N2N22+N2=0N_1^2 - N_1 - 2N_1N_2 - N_2^2 + N_2 = 0

(1)

Let N2=2k+1N_2 = 2k + 1. Then we have

N12(4k+3)N1+(2k+1)(2k+1)2=0N_1^2 - (4k + 3)N_1 + (2k + 1) - (2k + 1)^2 = 0

from which we have

N1=4k+3±8(2k+1)2+12(i)N_1 = \frac{4k + 3 \pm \sqrt{8(2k + 1)^2 + 1}}{2} \tag{i}

when k=0k = 0, N1N_1 get the minimum value 33.

(2)

Let N2=2kN_2 = 2k. Then we have

N12(4k+1)N1+2k4k2=0N_1^2 - (4k + 1)N_1 + 2k - 4k^2 = 0

from which we get

N1=4k+1±32k2+12(ii)N_1 = \frac{4k + 1 \pm \sqrt{32k^2 + 1}}{2} \tag{ii}

when k=3k = 3, N1N_1 get the minimum value 1515.

(3)

From (i) and (ii) , we easily know that the larger N1N_1, the larger N2N_2 we have and 8N22+18N_2^2 + 1 must be a number of squares.

Let 8N22+1=K28N_2^2 + 1 = K^2, we have 8N22=(K1)(K+1)8N_2^2 = (K - 1)(K + 1), which implies that KK is odd.

Let K=2p+1K = 2p + 1. Then we have 2N22=p(p+1)2N_2^2 = p(p+1). Easy to find that p=1p = 1, p=8p = 8 and p=49p = 49 are three solutions and the corresponding value of NN is 44, 2121 and 120120.