Finding the Distribution of Minimum Random Variables in Uniform Distribution?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
roeb
Messages
98
Reaction score
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
 
Physics news on Phys.org
"{at least x} - {at least x + 1} = {exactly x}"

To visualize this pick a specific x for a concrete example: I choose x = 10

at least 10 = 10, 11, 12, 13, ...

at least 11 = 11, 12, 13,...

(at least 10) - (at least 11) = 10

"(P(Xi>= x))n = ( (k - x + 1)/k )n"

Suppose Xi >= x. Of the k total values there are k - x + 1 smaller than x, so
P(Xi < x ) = (k-x+1)/k. Raise both sides to the nth power.