- #1
roeb
- 107
- 1
Homework Statement
Let X1, X2, ... Xn be n mutually independent random variables each of which is uniformly distributed on the integers from 1 to k. Let Y denote the minimum of the Xi's. Find the distribution of Y.
Homework Equations
The Attempt at a Solution
I can see that P(Xi = j) = 1/K (uniformly distributed), where i = 1, 2, 3, .. n and j = 1, 2, 3, .. k and Y = min (X1, X2, ..., Xn)
So using a 'trick' that my professor told us, {at least x} - {at least x + 1} = {exactly x} -- but shouldn't that be reversed to get "x" or are we assuming that x+1 < x?
My professor also said that (P(Xi>= x))n = ( (k - x + 1)/k )n but I'm having a hard time seeing where this is derived from. Can anyone explain it?
Ultimately, P( Y = x) = ( (k-x+1)^n - (k-x)^n ) / k^n