SOLUTION: Consider a standard deck of playing cards (52 cards, no jokers). If you draw two cards, what is the probability that the cards are: a. two spades? b. two kings? c. two mismatche

Algebra.Com
Question 201488: Consider a standard deck of playing cards (52 cards, no jokers). If you draw two cards, what is the probability that the cards are:
a. two spades?
b. two kings?
c. two mismatched cards (do not share suit or face value)?
d. two queens?
e. any pair (same face value)?
f. two matching cards (have either same suit or same face value)?

Answer by Edwin McCravy(20055)   (Show Source): You can put this solution on YOUR website!
Consider a standard deck of playing cards (52 cards, no jokers). If you draw two cards, what is the probability that the cards are:
a. two spades?

13 spades, choose 2     13C2      78       1
------------------- =  ------ =  ---- =  ----- = .0588235294
52 cards, choose 2      52C2     1326     17

b. two kings?

4 kings, CHOOSE 2        4C2       6       1
------------------- =  ------ =  ---- =  ----- = .0045248869
52 cards, CHOOSE 2      52C2     1326     221

c. two mismatched cards (do not share suit or face value)?

(4 suits CHOOSE 2) and (13 face values POSITION 2)

For instance if you chose the 2 suits as clubs and hearts, and then picked 
7 and queen for the face values, then you have to POSITION those on the
clubs or hearts,  For you could either have the 7 of clubs and the queen of
hearts, where you have POSITIONed them one way, or the 7 of hearts and the
queen of clubs where you POSITION them another way. 

"And" means "multiply".  So, we have

(4C2)(13P2)   (6)(156)     12
----------- = --------- = ---- = .7058823529
  C(52,2)       1326       17 

d. two queens?

That's just like b, 2 kings, above:

4 queens, CHOOSE 2       4C2       6       1
------------------- =  ------ =  ---- =  ----- = .0045248869
52 cards, CHOOSE 2      52C2     1326     221

e. any pair (same face value)?

(13 face values CHOOSE 1) AND THEN (4 suits CHOOSE 2)

(13C1)(4C2)    (13)(6)    78      1
----------- = -------- = ---- = ----
   52C2         1326     1326    17

f. two matching cards (have either same suit or same face value)?


We have to break that into two mutually exclusive cases

1.  Cases where they have the same suit but two different face values.

     (4 suits CHOOSE 1)x(13 face values CHOOSE 2) 

     (4C1)(13C2) 

2.  Cases where they have the same face value but two different suits.

     (13 face values CHOOSE 1)x(4 suits CHOOSE 2)

     (13C1)(4C2)

Since it's either case 1 OR case 2 we add.  [Often with OR you add;
but with AND you multiply].  

     (4C1)(13C2)+(13C1)(4C2)    (4)(78)+(13)(6)     390      5  
     ----------------------- = ---------------- = ------ = ----
             52C2                    1326          1326     17

Edwin

RELATED QUESTIONS

Consider a standard deck of playing cards (52 cards, no jokers). If you draw one card,... (answered by Edwin McCravy)
If you draw 5 cards from a standard 52 card deck, what is the probability of getting 5... (answered by stanbon)
You draw two cards from a standard deck of cards (52 total cards), without replacing the... (answered by Fombitz,dkppathak)
Assume I shuffle together two standard (52 card) decks of playing cards: If I draw a... (answered by greenestamps,ikleyn)
In a standard deck of playing cards, there are 52 total cards. Half of the cards are red (answered by Edwin McCravy)
A 3-card hand is drawn from a standard deck of 52 playing cards. Find the probability... (answered by stanbon)
If you are dealt a 5 card hand from a standard deck of 52 playing cards, what is the... (answered by ewatrrr)
Need Help With This Problem... Thank You!! 9. Two cards are drawn without replacement... (answered by josmiceli)
You draw a two-card hand from a standard deck of 52 cards. What is the probability of... (answered by math_helper)