189k views
1 vote
Consider the experiment of drawing two cards from the top of a standard deck of 52 cards, and the event E of the two cards having the same value. a. If we're drawing two cards from a deck of 52, what is the structure? What is n and r? This will be the size of the sample space, n(S) b. Use combinatorics to figure out the amount of outcomes, n(E), that result in E being successful. (i.e., how do calculate the amount of outcomes where two cards have the same values?)

1 Answer

3 votes

Answer:

a) For this case the sample space consists of all the possible pairs of cards, and for this case the order no matter. We need to remember that a standard deck consists of 13 hearts, 13 Clubs, 13 Diamonds and 13 Spades with possible options on each denominaton (A,2,3,4,5,6,7,8,9,10,J,Q,K).

If we want to define the structure for this we can find the size of the sample size using combinatories with the following formula:


n C r = (n!)/(r! (n-r)!)

For our case we want to select r =2 cards from n = 52 in total to then we have this:


52C2 = (52!)/(2! (52-2)!)= (52*51*50!)/(2 *50!)= 1326 possible pairs.

b)
n(S) = 1326

E= draw a pair with the two cars of the same value.


P(E)=(13*6)/(1326)=(1)/(17)=0.0588

See complete explanation below.

Explanation:

Part a

For this case the sample space consists of all the possible pairs of cards, and for this case the order no matter. We need to remember that a standard deck consists of 13 hearts, 13 Clubs, 13 Diamonds and 13 Spades with possible options on each denominaton (A,2,3,4,5,6,7,8,9,10,J,Q,K).

If we want to define the structure for this we can find the size of the sample size using combinatories with the following formula:


n C r = (n!)/(r! (n-r)!)

Part b

For our case we want to select r =2 cards from n = 52 in total to then we have this:


52C2 = (52!)/(2! (52-2)!)= (52*51*50!)/(2 *50!)= 1326 possible pairs.

So then
n(S) = 1326 And let define the event:

E= draw a pair with the two cars of the same value.

From definition of probability:


p = (Possible)/(Total)

The total outcomes for this case are 1326 and the possible would be 13*6= 78.

The 6 is because for any pair of any card we have 4C2 ways to obtain a pair, because we have a total of 4 cards for each possible outcome, and:


4C2 = (4!)/(2! (4-2)!) =(4*3*2*1)/(4)=6

And the 13 is because we have 13 possible cards on the standard deck. So then we can find:


P(E)=(13*6)/(1326)=(1)/(17)=0.0588

User Eddy Freeman
by
5.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.