edited by
2,871 views
2 votes
2 votes

Let $x$ and $y$ be random variables, not necessarily independent, that take real values in the interval $[0,1]$. Let $z=x y$ and let the mean values of $x, y, z$ be $\bar{x}, \bar{y}, \bar{z}$, respectively. Which one of the following statements is TRUE?

  1. $\bar{z}=\bar{x} \bar{y}$
  2. $\bar{z} \leq \bar{x} \bar{y}$
  3. $\bar{z} \geq \bar{x} \bar{y}$
  4. $\bar{z} \leq \bar{x}$
edited by

3 Answers

6 votes
6 votes

Answer Should be Option (D).

Lets first give counter example for (C) and (A):

Lets assume $X$ is a random variable uniformly distributed in $[0,1]$ and $Y$ is $1-X$ .

So, $E(X)=\frac{1}{2}$

and $E(Y)=E(1-X)=E(1)-E(X)=1-\frac{1}{2}=\frac{1}{2}$

Now,Given $Z=XY$

$E(Z)=E(XY)= \int_{0}^{1} x(1-x) \,dx=\frac{1}{6}$ 

So, $E(Z) \leq E(X)E(Y)$ 

[Note here Covariance is negative]

Counter Example for (B):

Lets assume $X$  is a random variable uniformly distributed in $[0,1]$ and $Y=X$.

So, $E(X)=\frac{1}{2}$

$E(Y)=\frac{1}{2}$

Now Given $Z=XY$

So,$E(Z)=E(XY)=\int_{0}^{1} x*x \,dx=\frac{1}{3}$

So, $E(Z) \geq E(X)E(Y)$ 

[Note here Covariance is positive] 

Now , why does option (D) is correct ?

=> It is given , $X$ and $Y$ takes value in the range $[0,1]$.

So, we can write , $0 \leq Y \leq 1$ .

Multiply this inequality by $X$.

So, $0 \leq XY \leq X$ 

Now take expectation of this Inequality,

So, $E(0) \leq E(XY) \leq E(X)$ 

So, $0 \leq E(XY) \leq E(X)$

Which proof the option (D) .

Note this inequality Holds true because $X$ and $Y$ takes value in the range between $[0,1]$.

3 votes
3 votes
E(Z) = E(X)E(Y) + cov(X,Y)

if E(X)=1/2, E(Y)=1, cov(X,Y)= 1/4

option D will be false.

option A can’t be true since variables are not necessarily independent.

Out of options B and C cov(X,Y) depends on relation between X and Y. If X and Y are proportional covariance will be positive else it is negative.

It is given that Z = XY or Y = Z/X. For a particular value of Z if X increases then Y decreases. This makes relation between X and Y as inversely proportional. So cov(X,Y) is negative.

This makes option B true.
1 votes
1 votes

Options A , B, and C are not always true. But I want to show in answer that Answer D also can be wrong in some cases and not always true.

So option D can also be wrong.

Answer:

Related questions

1 votes
1 votes
2 answers
1
Arjun asked Feb 16
2,247 views
​​​​​​When six unbiased dice are rolled simultaneously, the probability of getting all distinct numbers $(i.e., 1, 2, 3, 4, 5, \text{and } 6)$ is$\frac{1}{3...
1 votes
1 votes
0 answers
4
Sahil Gupta asked Nov 25, 2014
780 views
Answer the following part:a) Show that, under the assumption that the input is equally likely to be any of the n! permutations of theseintegers, the average number of com...