Thread: PBR caps
View Single Post
  #1  
Old 02-08-2006, 02:07 AM
DrVanNostrin DrVanNostrin is offline
Senior Member
 
Join Date: Sep 2005
Location: throwing my cards at the dealer
Posts: 656
Default PBR caps

According to a friend of mine there is a value and suit of a playing card under each cap of PBR (52 different ones total). He asked on average how many bottles would one have to drink to get all 52 cards. It's assumed the probability of getting each card is the same.

He posted this on another forum. The replies said that it would be possible to figure this out using a computer simulation. But because I know nothing about computer programming I decided to see if I could do the problem by hand.

The first thing I determined was the probability of getting all 52 in your first 52 beers. This was pretty easy.

52/52*51/52*50/52...1/52 = 52!/(52^52) [I'll refer to this number is 'K' from now on.]

Then I attempted to used a series of and/or logic to determine the probability of getting all 52 on exactly your 53rd bottle. The solution was K*G [G is the probablility of getting exactly one duplicate]. (What I'm saying here is that in order to get all 52 on exactly your 53rd bottle you need to get all 52 and get exactly one duplicate). I thought that G = 0/52+1/52+2/52...51/52. See any flaws so far?

The probablility of getting all 52 on exactly the 54th bottle would then be K*G*G.

This formula is clearly wrong because the according to it the probability of getting all 52 on exactly the nth bottle is K*G^(n-52) [n must be an interger greater than 51]. G is greater than 1 so according to the formula the probability of getting all 52 caps increases forever. This is wrong. But I can't seem to find the flaw in my logic here.

What am I doing wrong here? And is it even possible to do this without a computer simulation?

Please help me determine if collecting PBR caps is an econonical alternative to buying a deck of cards.

[img]/images/graemlins/laugh.gif[/img]

Edit: I think I just realized where I was going wrong. The formula I gave is for determining the probabily of having all 52 by the nth bottle not getting the completing the collection on exactly the nth bottle.
Reply With Quote