0
votes
0answers
26 views

Calculating the probabilities of different lengths of repetitions of numbers of length 6

This question is similar to the question I asked here: Calculating the probabilities of different lengths of repetitions of numbers of length 4 except now I'm having problem with numbers of length 6. ...
0
votes
1answer
43 views

Is there a known distribution for this permutation with replacement problem? [duplicate]

Choose $t$ numbers from $n$ $(n>t)$ distinct numbers with replacement and the order of the $t$ numbers matters. Say, $P(X=1) = \dfrac{{numbers\ of\ unique\ t-set \ which\ has\ 1\ distinct\ ...
1
vote
6answers
380 views

Why is the number of possible subsequences $2^n$?

If anyone here is familiar with the Lowest Common Subsequence problem, they probably know that the number of posibble subsequences in a sequence is $2^n$; $n$ being the length of the sequence. ...