Finding cdf and pdf of variable.

  • Thread starter Thread starter cookiesyum
  • Start date Start date
  • Tags Tags
    Cdf Pdf Variable
cookiesyum
Messages
72
Reaction score
0

Homework Statement



Let X1 X2 X3 and X4 be four independent random variables, each with pdf f(x) = 3(1-x)2, 0<x<1, zero elsewhere. If Y is the minimum of these four variables, find the cdf and pdf of Y.

The Attempt at a Solution



P(Y<or= y)

= 1 - P(Y>y)
= 1 - P(X1>y, X2>y, X3>y, X4>y)
= 1 - P(X1>y)P(X2>y)P(X3>y)P(X4>y)
= 1 - [3(1-x)2]4

which does NOT equal (1-y)12, which is the answer in the back of the book. Don't know where I'm going wrong...
 
Physics news on Phys.org
What is P(x_1 > y)? It's certainly not that. Maybe you should try integrating over f instead.
 
clamtrox said:
What is P(x_1 > y)? It's certainly not that. Maybe you should try integrating over f instead.

Got it! Thanks so much for the help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top