A well-shuffled, standard 52-card deck is dealt out into 2 6 piles of 2 cards per pile. The expected number of piles that consist of pairs is b a , where a and b are coprime positive integers. Find a + b .
Clarification: By "consists of pairs" I mean that a pile consists of two cards of the same denomination, i.e., a pair of Jacks, a pair of 6 's, etc..
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
did the same way... but i think that you should also explain how you got the probability ratio as 3/51 as it may help those people who got nor the head nor the tail of the problem... any ways good work..
There are 2 6 ! ( 2 5 2 ) ( 2 5 0 ) ⋯ ( 2 4 ) ways to divide the deck into piles. There are 7 8 pairs. Each pair appears in 2 5 ! ( 2 5 0 ) ( 2 4 8 ) ⋯ ( 2 4 ) of the divisions. The answer is the product of the last two numbers divided by the first one. This is ( 2 5 2 ) 7 8 ⋅ 2 6 = 1 7 2 6 , so the answer is 4 3 .
The number of cards in the deck in n = 5 2 . Let I i the indicator variable such that
I i = { 1 , 0 , if the couple i has a matching pair otherwise
for i ∈ [ 1 , n / 2 ] . The number of matching pairs M is
M = 1 3 ( 2 4 )
given that there are cards from 1 to 1 3 (aces to kings) and 4 suites. The total number of possible pairs T is
T = ( 2 n ) .
Hence, the probability of getting a matching pair in
P ( I i = 1 ) = T M = 1 3 ( 2 4 ) ( 2 n ) − 1
The number of total matching pairs C is
C = i = 1 ∑ n / 2 I i ,
so that the expected number of matching pairs is
E [ C ] = E [ i = 1 ∑ n / 2 I i ] = i = 1 ∑ n / 2 E [ I i ] = i = 1 ∑ n / 2 [ 1 ⋅ P ( I i = 1 ) + 0 ⋅ P ( I i = 0 ) ] = i = 1 ∑ n / 2 P ( I i = 1 ) = 2 n ⋅ 1 3 ( 2 4 ) ( 2 n ) − 1 = 1 7 2 6
The sum of the numerator and denominator in 2 6 + 1 7 = 4 3
Problem Loading...
Note Loading...
Set Loading...
A quick, cryptic solution ....
For any given card, the probability of it being in a pair is 5 1 3 . Thus the expected number of pairs will be 2 6 ∗ 5 1 3 = 1 7 2 6 . This means that a = 2 6 , b = 1 7 and a + b = 4 3 .