Q.
A box contains tickets numbered 1 to N . n tickets are drawn from the box with replacement. The probability that the largest number on the tickets is k , is
Number of ways of selecting n tickets from N tickets numbered from 1 to N with replacement =Nn
Since the tickets are drawn with replacement, the same ticket may be repeated. Since the largest ticket is k , the tickets chosen are from 1 to k .
Total no. of ways of doing it =kn ⇒P(x≤k)=(Nk)n
However, k may or may not have been drawn.
No. of ways of choosing numbers from 1 to (k−1)=(k−1)n ⇒P(x)=(Nk−1)n
Thus, no of ways in which the maximum no. drawn is k=kn−(k−1)n
Therefore, probability =P(x≤k)−P(x)=Nnkn−(k−1)n