document.write( "Question 245770: An urn contains 3 red and 2 white numbered balls. A sample of 2 balls is randomly chosen. Find the average number of red balls in the sample. \n" ); document.write( "
Algebra.Com's Answer #179480 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An urn contains 3 red and 2 white numbered balls. A sample of 2 balls is randomly chosen. Find the average number of red balls in the sample. \n" ); document.write( "--------------- \n" ); document.write( "Average means \"the expected number\". \n" ); document.write( "-- \n" ); document.write( "Random variable vales: 0,1,2 \n" ); document.write( "Corresponding probabilities: \n" ); document.write( "P(x=0) = 3C0/5C2 = 1/10 \n" ); document.write( "P(x=1) = 3C1*2C1/5C2 = 6/10 \n" ); document.write( "P(x=2) = 3C2/5C2 = 3/10 \n" ); document.write( "-------------- \n" ); document.write( "E(X) = 0*(1/10) + 1*(6/10) + 2*(3/10) = (0+6+6)/10 = 1.2 red balls \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |