document.write( "Question 851026: An urn contains 10 marbles, each of which shows a number. Five marbles show 1,two marbles show 2 and three show 3.
\n" );
document.write( "A marble is drawn at random. If x is the number that shows find the followings:
\n" );
document.write( "
\n" );
document.write( " The probability distribution and the cumulative distribution of the random variable x.
\n" );
document.write( " p(1≤x≤3),p(x<3) .
\n" );
document.write( " Find the mean of the random variable X.
\n" );
document.write( " Calculate the variance and standard deviation of the random variable X.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #512522 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An urn contains 10 marbles, each of which shows a number. \n" ); document.write( "Five marbles show 1, \n" ); document.write( "two marbles show 2 \n" ); document.write( "three show 3. \n" ); document.write( "------------------------------ \n" ); document.write( "A marble is drawn at random. \n" ); document.write( "If x is the number that shows find the following:\r \n" ); document.write( "\n" ); document.write( "The probability distribution and the cumulative distribution of the random variable x \n" ); document.write( "P(x = 1) = 1/2 \n" ); document.write( "p(x = 2) = 1/5 \n" ); document.write( "p(x = 3) = 3/10 \n" ); document.write( "-------------------------- \n" ); document.write( "p(1≤x≤3) = (5/10)+(2/10)+(3/10) = 1 \n" ); document.write( "----------------------------------- \n" ); document.write( "p(x<3) = 1 - (5/10) + (2/10) = 7/10 \n" ); document.write( "----------------------------------- \n" ); document.write( "Find the mean of the random variable X. \n" ); document.write( "Mean = 1(5/10)+2(2/10)+3(3/10) = (5 + 4 + 9)/10 = 18/10 = 1.8 \n" ); document.write( "----------------- \n" ); document.write( "variance = 0.7599 \n" ); document.write( "std = 0.8718 \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |