Respuesta :
Answer:
probability that the sequence obtained is strictly increasing = nCk/(n^k)
nCk are the ways we can choose k balls out of n balls.
Step-by-step explanation:
See attached picture.
![Ver imagen abdullahfarooqi](https://us-static.z-dn.net/files/d0f/a990ccfc73759f76fe1b9eab29353b12.png)
Answer:
The probability that the sequence obtained is strictly increasing is; (nCk)/(n^(k))
Step-by-step explanation:
Every time a ball is drawn and put back in a jar and independent from each other, it will be observed that the number of possible outcomes is n^(k) ways.
Mow, if we pick a number of different balls from the jar. Let's call this number ''k". We can do it in C(n, k) ways.
If we sort them out in a row by their number, we will observe that the sequence is strictly increasing. Thus, we would have uniquely determined every strictly increasing sequence. Thus, the probability is;
(nCk)/(n^(k))