document.write( "Question 62837: If 3 balls are drawn at random from a bag containing 3 red and 4 blue balls, what is the expected number of red balls in the sample? \n" ); document.write( "
Algebra.Com's Answer #43659 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
If 3 balls are drawn at random from a bag containing 3 red and 4 blue balls, what is the expected number of red balls in the sample?
\n" ); document.write( "----------
\n" ); document.write( "Random variable values are 0,1,2,3
\n" ); document.write( "Associated probabilities are:
\n" ); document.write( "P(0 red)= 4C3/7C3=4/[7*6*5]/[1*2*3]=0.11
\n" ); document.write( "P(1 red)= [3C1*4C2/7C3]=0.51
\n" ); document.write( "P(2 red)= [3C2*4C1]/7C3]=0.34
\n" ); document.write( "P(3 red)= [3C3]/7C3=0.03
\n" ); document.write( "----------------
\n" ); document.write( "Expected number of red = 0.11*0+0.51*1+0.34*2+0.03*3=1.3 red apples
\n" ); document.write( "----------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );