document.write( "Question 169548: Three cards are drawn from a deck without replacement. The number of aces is counted. The expected value of the random variable in the experiment is:\r
\n" ); document.write( "\n" ); document.write( "A. 1
\n" ); document.write( "B. 1.0134
\n" ); document.write( "C. .2308
\n" ); document.write( "D. .2174
\n" ); document.write( "E. None of the above
\n" ); document.write( "

Algebra.Com's Answer #125027 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "X = no. of aces drawn which can either be 0, 1, 2, or 3.\r\n" );
document.write( "\r\n" );
document.write( "So make this chart:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now we must calculate the probabilities to go in\r\n" );
document.write( "the bottom row of the chart.\r\n" );
document.write( "\r\n" );
document.write( "We first calculate the probability of getting 0 aces.\r\n" );
document.write( "This means we draw 3 non-aces.  There are 48 non-aces.\r\n" );
document.write( "So the number of ways to choose three non-aces is\r\n" );
document.write( "\"48C3\"\r\n" );
document.write( "\r\n" );
document.write( "The denominator is \"52C3\"\r\n" );
document.write( "\r\n" );
document.write( "So the probability of getting 0 aces is \"%2848C3%29%2F52C3+=+4324%2F5525\"\r\n" );
document.write( "\r\n" );
document.write( "Next we calculate the probability of getting 1 ace.\r\n" );
document.write( "This means we draw 2 non-aces and 1 ace. There are \r\n" );
document.write( "48 non-aces. So the number of ways to choose two \r\n" );
document.write( "non-aces is \"48C2\" and the number of ways to\r\n" );
document.write( "choose the ace is \"4C1\" ways.  That's \r\n" );
document.write( "\"48C2%2A4C1\" ways.\r\n" );
document.write( "\r\n" );
document.write( "The denominator again is \"52C3\"\r\n" );
document.write( "\r\n" );
document.write( "So the probability of getting exactly 1 ace is \r\n" );
document.write( "\"%2848C2%2A4C1%29%2F52C3+=+1128%2F5525\"\r\n" );
document.write( "\r\n" );
document.write( "Next we calculate the probability of getting \r\n" );
document.write( "exactly 2 aces. This means we draw 1 non-ace and \r\n" );
document.write( "2 ace3. There are 48 non-aces. So the number of \r\n" );
document.write( "ways to choose one non-aces is \"48C1\" and \r\n" );
document.write( "the number of ways to choose 2 aces is \"4C2\" \r\n" );
document.write( "ways.  That's \r\n" );
document.write( "\"48C1%2A4C2\" ways.\r\n" );
document.write( "\r\n" );
document.write( "The denominator is as before \"52C3\"\r\n" );
document.write( "\r\n" );
document.write( "So the probability of getting exactly 2 aces is \r\n" );
document.write( "\"%2848C1%2A4C2%29%2F52C3+=+72%2F5525\"\r\n" );
document.write( "\r\n" );
document.write( "Finally we calculate the probability of getting 3 aces.\r\n" );
document.write( "The number of ways to choose 3 aces is \"4C3\" ways.  \r\n" );
document.write( "\r\n" );
document.write( "The denominator is \"52C3\"\r\n" );
document.write( "\r\n" );
document.write( "So the probability of getting exactly 3 aces is \r\n" );
document.write( "\"%284C3%29%2F52C3+=+1%2F5525\"\r\n" );
document.write( "\r\n" );
document.write( "So we fill in the chart:\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "Now to find the expectation, we add the products of each\r\n" );
document.write( "value of x times its probability:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "That rounds to choice C, \".2308\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );