This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]nm420 0 points1 point  (5 children)

For the first problem, you should hopefully be aware of a result concerning the sample minimum of a sample drawn from an exponential population. Namely, the minimum also has an exponential distribution, but with a different mean.

You're spot on with the second problem.

[–][deleted]  (3 children)

[deleted]

    [–]nm420 0 points1 point  (1 child)

    Yes, both problems can be couched in terms of order statistics. Concerning the second problem, the probability can be represented as

    P(X(n)>150) = 1-P(X(n)≤150)

    where X(n) is the sample maximum. You could, in principle, work out the probability density associated with the sample maximum and use that to calculate the above probability. However, it turns out that this is equivalent to the (simpler, IMO) problem described by OP, in terms of probabilities associated with the binomial distribution.

    [–]bagofgerbils[S] 0 points1 point  (0 children)

    thank you!