SOLUTION: 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: A. 1 B. 1.0134 C. .2308

Algebra ->  Probability-and-statistics -> SOLUTION: 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: A. 1 B. 1.0134 C. .2308       Log On


   



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:
A. 1
B. 1.0134
C. .2308
D. .2174
E. None of the above

Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!

X = no. of aces drawn which can either be 0, 1, 2, or 3.

So make this chart:



Now we must calculate the probabilities to go in
the bottom row of the chart.

We first calculate the probability of getting 0 aces.
This means we draw 3 non-aces.  There are 48 non-aces.
So the number of ways to choose three non-aces is
48C3

The denominator is 52C3

So the probability of getting 0 aces is %2848C3%29%2F52C3+=+4324%2F5525

Next we calculate the probability of getting 1 ace.
This means we draw 2 non-aces and 1 ace. There are 
48 non-aces. So the number of ways to choose two 
non-aces is 48C2 and the number of ways to
choose the ace is 4C1 ways.  That's 
48C2%2A4C1 ways.

The denominator again is 52C3

So the probability of getting exactly 1 ace is 
%2848C2%2A4C1%29%2F52C3+=+1128%2F5525

Next we calculate the probability of getting 
exactly 2 aces. This means we draw 1 non-ace and 
2 ace3. There are 48 non-aces. So the number of 
ways to choose one non-aces is 48C1 and 
the number of ways to choose 2 aces is 4C2 
ways.  That's 
48C1%2A4C2 ways.

The denominator is as before 52C3

So the probability of getting exactly 2 aces is 
%2848C1%2A4C2%29%2F52C3+=+72%2F5525

Finally we calculate the probability of getting 3 aces.
The number of ways to choose 3 aces is 4C3 ways.  

The denominator is 52C3

So the probability of getting exactly 3 aces is 
%284C3%29%2F52C3+=+1%2F5525

So we fill in the chart:

 

Now to find the expectation, we add the products of each
value of x times its probability:



That rounds to choice C, .2308

Edwin