Solutions to AMS312.1 Test 2

1. A certain college gives aptitude tests in the science and the humanities to all entering freshmen. If X and Y are, respectively, the proportions of correct answers that a student gets on the tests in the two subjects, the joint probability distribution of these random variables can be approximated with the joint probability density

What is the probability that a student will get a total score of less than 0.80 from both tests? (Or equivalently, what proportion of the students will get a total score of less than 0.80 from both tests?)

Solution:

P(X+Y<0.80) =

=

=

or:

= 64/375

or: 0.1707

2. Suppose that the life of a certain light bulb is exponentially distributed with mean 100 hours. If 10 such light bulbs are installed simultaneously, what is the distribution of the life of the light bulb that fails last? Please show the entire derivation.

Solution:

Let X1 … X10 denote the life of the 10 bulbs respectively. Let Y denote the life of the bulb that fails last. Then X1 … X10 are i.i.d. Exp(1/100) and Y = max { X1 … X10 }.

FY(y) = P(Y £ y) = P(max { X1 … X10 } £ y)

= P( X1 £ y , …, X10 £ y)

= P( X1 £ y)´ …´P( X10 £ y)

= (1 – )10

And the PDF is

fY(y) =

Where y³0.

3. Let X1~N(m1=100, s12=9), X2~N(m2=200, s22=16), and the two random variables are independent to each other.

(a). What is the distribution of (X1-X2)/2? Prove it.

(b). What is the distribution of (X1+X2)/2? Prove it.

(c). What is the joint distribution of X1 and X2? Prove it.

(d). What is the joint distribution of (X1-X2)/2 and (X1+X2)/2? Prove it.

Solution:

(a). (X1-X2)/2 ~N(m=-50, s2=25/4).

M(t) = E[exp(t(X1-X2)/2)] = E[exp(tX1/2) exp(-tX2/2)]

= E[exp(X1 t/2)] E{exp[X2 (-t/2)]}

= MX1(t/2) MX2(-t/2)

=

=

So (X1-X2)/2~N(-50, 25/4).

(b). (X1+X2)/2~N(150,25/4).

M(t) = E[exp(t(X1+X2)/2)] = E[exp(tX1/2) exp(tX2/2)]

= E[exp(X1 t/2)] E{exp[X2 (t/2)]}

= MX1(t/2) MX2(-t/2)

=

=

So (X1+X2)/2~N(150,25/4).

(c). X1 and X2 are independent normal random variables. So the joint moment generating function is M(,)=MX1(t1) MX2(t2) and thus it can be shown easily that the joint distribution is BN(m1=100, m2=200, s12=9, s22=16, r=0).

Equivalently, one can also derive the joint density function f(x1,x2)=fX1(x1) fX2(x2).

(d). The joint moment generating function of (X1-X2)/2 and (X1+X2)/2 is:

M(,)= E[exp()]

= E[exp()]

= E[exp()] E[exp()]

= exp()exp()

=exp()

Recall the joint mgf of a bivariate normal RV is

M(,)= exp.

So the joint distribution is BN(m1=-50, m2=150, s12=s22 =25/4, r=-7/25).

4. A man and a woman decide to meet at a certain location. If the man arrives at t time uniformly distributed between 12 noon and 12:30 PM, and the woman arrives, independently, at a time uniformly distributed between 12 noon and 12:40 PM, find the probability that the man has to wait longer than 10 minutes.

Solution:

Let X and Y denote the time the man and the woman arrives respectively, counting the minute elapsing from 12:00 PM. So X~U[0, 30], Y~U[0, 40]. Since they are independent, their joint density is therefore uniform on the range [0,30]´[0,40]. The event that the man has to wait longer than 10 minutes is equivalent to the event that Y – X>10, as shown in the shaded area below.

Since the joint density is uniform, the fraction of area indicates the probability. The fraction is 302/2/(30*40)=3/8. So the probability that man has to wait longer than 10 minutes is 3/8.

5. (Extra Credit) For a random sample X1, X2, …, Xn from a normal population N((m, s2), it can be shown that the sample mean and the sample variance

are indeed, independent. Please prove this for the simple case of n=2. That is, when we have a sample of size 2.

Proof:

When n=2, we have X1, X2 only and

Let’s consider the joint moment generating function of (X1-X2)/2 and (X1+X2)/2:

M(,)= E[exp()]

= E[exp()]

= E[exp()] E[exp()]

= exp()exp()

=exp() (Roy, please delete the last square – my pc keeps on dying when I use the math editor –Wei)

Recall the joint mgf of a bivariate normal RV is

M(,)= (exp.

So (X1-X2)/2 and (X1+X2)/2 follow bivariate normal distribution and the correlation coefficient is 0, which implied that they are independent. Since S2 is a function of (X1-X2)/2, so it is of course independent from too.

Page 4 of 1