A box contains 20 different balls numbered from 1 to 20 (different balls have different numbers). At each step, we select a ball uniformly at random, record the number on it, and put it back in the box. This experiment is repeated 10 times. Find the probability that all the numbers recorded were distinct.

Respuesta :

Answer:

P = 0.0655

Step-by-step explanation:

First, we are going to calculate the number of ways in which we can select the 10 balls. This is calculated using the rule of multiplication as:

[tex]T=20*20*20*20*20*20*20*20*20*20\\T=20^{10}\\T=1.024*10^{13}[/tex]

Because we have 20 different balls every time and the experiment is repeated 10 times.

Then, from that [tex]1.024*10^{13}[/tex] ways, there are C ways where all the numbers recorded are distinct. It is calculated as:

[tex]C = 20*19*18*17*16*15*14*13*12*11\\C = 6.704*10^{11}[/tex]

Because, the first time, we have 20 options, the second time, we can just select 19 balls because we can not repeat the numbers, the third time, we can just select 18 balls and we need to keep doing this until get to the 10th time.

Finally, the probability that all the numbers recorded were distinct is calculated as C/T and it is equal to:

[tex]P=\frac{C}{T}=\frac{6.704*10^{11}}{1.024*10^{13}} =0.0655[/tex]