Simple sample variance problem

  • Thread starter Thread starter maxsthekat
  • Start date Start date
  • Tags Tags
    Variance
maxsthekat
Messages
55
Reaction score
0
The length of time, in minutes, for an airplane to obtain clearance for takeoff is a random variable Y = 4X + 2, where X has the density function:

f(x) = 1/3 e^(-x/3) for x > 0

Find the variance of Y.

-----

I found the expected value of X to be 14 minutes, which was correct. This means the variance for X will be: E(X^2) - E(X) = 18 - 14 = 4. Will the following work for the variance?

Var(Y) = (4^2)(4) = 64.

If so, what does that mean to have a "negative" take off time?

Thanks for your help! :)
 
Physics news on Phys.org
The variance is NOT "E(X^2)- E(x)" it is E(X^2)- (E(x))^2.
 
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