document.write( "Question 946282: An urn contains 7 red, 5 blue, and 3 white marbles. You draw three marbles randomly without replacement. If the random variable R is defined to be the number of red marbles drawn, what is the expected value of R? \n" ); document.write( "
Algebra.Com's Answer #577330 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Given \n" ); document.write( "Urn contains 7 red, 5 blue and 3 white marbles for a total of 15. \n" ); document.write( "Three are drawn without replacement. \n" ); document.write( "Find expected number of marbles drawn. \n" ); document.write( " \n" ); document.write( "Solution \n" ); document.write( "First we will need to find the probabilities of drawing 0, 1, 2 and 3 marbles. \n" ); document.write( "P(0) = \n" ); document.write( "P(1) = \n" ); document.write( "P(2) = \n" ); document.write( "P(3) = \n" ); document.write( "Check: P(0)+P(1)+P(2)+P(3) = 1, checks. \n" ); document.write( " \n" ); document.write( "Next we will calculate the expected value of X = number of reds. \n" ); document.write( "E[X] = Σ x*P(x) = \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Answer \n" ); document.write( "The expected number of red marbles drawn is 1.4 \n" ); document.write( " |