document.write( "Question 588101: Let x determine a random variable, and use your knowledge of probability to prepare a probability distribution: 3 cards are drawn from a deck. The number of aces is counted.
\n" );
document.write( "The answer to this is:
\n" );
document.write( "number of aces: 0,1,2,3,4
\n" );
document.write( "Probability: 0.7826, 0.2042, 0.0130, 0.0002
\n" );
document.write( "I don't understand how they arrived at this answer. Please explain.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #374382 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let x determine a random variable, and use your knowledge of probability to prepare a probability distribution: 3 cards are drawn from a deck. The number of aces is counted. \n" ); document.write( "The answer to this is: \n" ); document.write( "number of aces: 0,1,2,3,4 \n" ); document.write( "Probability: 0.7826, 0.2042, 0.0130, 0.0002 \n" ); document.write( "---- \n" ); document.write( "There are 4 aces and 48 non-ace cards. \n" ); document.write( "--- \n" ); document.write( "P(x = 0) = 48C3/52C3 = 0.7826 \n" ); document.write( "-------------------------------- \n" ); document.write( "P(x = 1) = [4C1*48C2]/52C3 = 4512/22100 = 0.2042 \n" ); document.write( "-------------------------------------- \n" ); document.write( "P(x = 2) = [4C2*48C1]/52C3 \n" ); document.write( "-------------------------------------- \n" ); document.write( "P(x = 3) = [4C3]/52C3 \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |