document.write( "Question 248090: A random variable X can assume two values 1 and 3. If its mean is 8/3, compute: the probabilities for those two points and the variance of X \n" ); document.write( "
Algebra.Com's Answer #180826 by stanbon(75887) ![]() You can put this solution on YOUR website! A random variable X can assume two values 1 and 3. If its mean is 8/3, compute: the probabilities for those two points \n" ); document.write( "---------------- \n" ); document.write( "Let probability of \"1\" be x \n" ); document.write( "Then probability of \"3\" is 1-x \n" ); document.write( "---------------------------------- \n" ); document.write( "Mean = 1*x + 3(1-x) = 8/3 \n" ); document.write( "x + 3 - 3x = 8/3 \n" ); document.write( "-2x = 8/3 - 9/3 \n" ); document.write( "-2x = -1/3 \n" ); document.write( "x = 1/6 (Probability of \"1\") \n" ); document.write( "1-x = 5/6 (Probability of \"3\") \n" ); document.write( "================================== \n" ); document.write( "I'll let you figure the variance. \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |