document.write( "Question 166309: Find the expected value of the random variable in the experiment.
\n" );
document.write( "Three cards are drawn from a deck without replacement. THe number of aces is counted.
\n" );
document.write( "The choices are a) .2308 b) 1 c).2174 d)1.0134 \n" );
document.write( "
Algebra.Com's Answer #122578 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the expected value of the random variable in the experiment. \n" ); document.write( "Three cards are drawn from a deck without replacement. THe number of aces is counted. \n" ); document.write( "The choices are a) .2308 b) 1 c).2174 d)1.0134 \n" ); document.write( "---------------- \n" ); document.write( "The results are 0,1,2, or 3 aces \n" ); document.write( "P(0 aces) = 48C3/52C3 \n" ); document.write( "P(1 ace) = 3[4/52][48/51][47/50] \n" ); document.write( "P(2 aces) = 3[4/52][3/51][48/50] \n" ); document.write( "P(3 aces) = 3[4/52][3/51][2/50][48/49] \n" ); document.write( "--------------------- \n" ); document.write( "To get the expected value, multiply each \"result\" value by its probability \n" ); document.write( "and then add the 4 results. \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |