Birthday problem

In probability theory, the birthday problem or birthday paradox concerns the probability that, in a set of n randomly chosen people, some pair of them will have the same birthday. By the pigeonhole principle, the probability reaches 100% when the number of people reaches 367 (since there are only 366 possible birthdays, including February 29). However, 99.9% probability is reached with just 70 people, and 50% probability with 23 people. These conclusions are based on the assumption that each day of the year (excluding February 29) is equally probable for a birthday.

It may seem surprising that the probability is above 50% when there is a pair with the same birthday for a group as small as 23 individuals. This is made more plausible when considering that a comparison will actually be made between every possible pair of people rather than fixing one individual and comparing him or her solely to the rest of the group.

Real-world applications for the birthday paradox include a cryptographic attack called the birthday attack, which uses this probabilistic model to reduce the complexity of finding a collision for a hash function.

The history of the problem is obscure. W. W. Rouse Ball indicated (without citation) that it was first discussed by Harold Davenport.[1] However, Richard von Mises proposed an earlier version of what is considered today to be the birthday problem.[2] The problem was featured by Martin Gardner in his April 1957 "Mathematical Games" column in Scientific American.

The computed probability of at least two people sharing a birthday versus the number of people

Calculating the probability

The problem is to compute an approximate probability that in a group of n people at least two have the same birthday. For simplicity, variations in the distribution, such as leap years, twins, seasonal or weekday variations are disregarded, and it is assumed that all 365 possible birthdays are equally likely. (Real-life birthday distributions are not uniform, since not all dates are equally likely, but these irregularities have little effect on the analysis.[nb 1])

The goal is to compute P(A), the probability that at least two people in the room have the same birthday. However, it is simpler to calculate P(A′), the probability that no two people in the room have the same birthday. Then, because A and A are the only two possibilities and are also mutually exclusive, P(A) = 1 − P(A′).

In deference to widely published solutions concluding that 23 is the minimum number of people necessary to have a P(A) that is greater than 50%, the following calculation of P(A) will use 23 people as an example. If one numbers the 23 people from 1 to 23, the event that all 23 people have different birthdays is the same as the event that person 2 does not have the same birthday as person 1, and that person 3 does not have the same birthday as either person 1 or person 2, and so on, and finally that person 23 does not have the same birthday as any of persons 1 through 22. Let these events respectively be called "Event 2", "Event 3", and so on. One may also add an "Event 1", corresponding to the event of person 1 having a birthday, which occurs with probability 1. This conjunction of events may be computed using conditional probability: the probability of Event 2 is 364/365, as person 2 may have any birthday other than the birthday of person 1. Similarly, the probability of Event 3 given that Event 2 occurred is 363/365, as person 3 may have any of the birthdays not already taken by persons 1 and 2. This continues until finally the probability of Event 23 given that all preceding events occurred is 343/365. Finally, the principle of conditional probability implies that P(A′) is equal to the product of these individual probabilities:

 

 

 

 

(1)

The terms of equation (1) can be collected to arrive at:

 

 

 

 

(2)

Evaluating equation (2) gives P(A′) ≈ 0.492703

Therefore, P(A) ≈ 1 − 0.492703 = 0.507297 (50.7297%).

This process can be generalized to a group of n people, where p(n) is the probability of at least two of the n people sharing a birthday. It is easier to first calculate the probability p(n) that all n birthdays are different. According to the pigeonhole principle, p(n) is zero when n > 365. When n  365:

where ! is the factorial operator, (365
n
)
is the binomial coefficient and kPr denotes permutation.

The equation expresses the fact that the first person has no one to share a birthday, the second person cannot have the same birthday as the first (364/365), the third cannot have the same birthday as either of the first two (363/365), and in general the nth birthday cannot be the same as any of the n − 1 preceding birthdays.

The event of at least two of the n persons having the same birthday is complementary to all n birthdays being different. Therefore, its probability p(n) is

The following table shows the probability for some other values of n (this table ignores the existence of leap years, as described above, as well as assuming that each birthday is equally likely):

The probability that no two people share a birthday in a group of n people. Note that the vertical scale is logarithmic (each step down is 1020 times less likely).
np(n)
10.0%
52.7%
1011.7%
2041.1%
2350.7%
3070.6%
4089.1%
5097.0%
6099.4%
7099.9%
7599.97%
10099.99997%
20099.9999999999999999999999999998%
300(100 − 6×10−80)%
350(100 − 3×10−129)%
365(100 − 1.45×10−155)%
366100%
367100%

Approximations

Graphs showing the approximate probabilities of at least two people sharing a birthday (red) and its complementary event (blue)
A graph showing the accuracy of the approximation 1 − en2730 (red)

The Taylor series expansion of the exponential function (the constant e2.718281828)

provides a first-order approximation for ex for x ≪ 1:

To apply this approximation to the first expression derived for p(n), set x = −a/365. Thus,

Then, replace a with non-negative integers for each term in the formula of p(n) until a = n − 1, for example, when a = 1,

The first expression derived for p(n) can be approximated as

Therefore,

An even coarser approximation is given by

which, as the graph illustrates, is still fairly accurate.

According to the approximation, the same approach can be applied to any number of "people" and "days". If rather than 365 days there are d, if there are n persons, and if nd, then using the same approach as above we achieve the result that if p(n, d) is the probability that at least two out of n people share the same birthday from a set of d available days, then:

A simple exponentiation

The probability of any two people not having the same birthday is 364/365. In a room containing n people, there are (n
2
) = n(n  1)/2
pairs of people, i.e. (n
2
)
events. The probability of no two people sharing the same birthday can be approximated by assuming that these events are independent and hence by multiplying their probability together. In short 364/365 can be multiplied by itself (n
2
)
times, which gives us

Since this is the probability of no one having the same birthday, then the probability of someone sharing a birthday is

Poisson approximation

Applying the Poisson approximation for the binomial on the group of 23 people,

so

The result is over 50% as previous descriptions.

Square approximation

A good rule of thumb which can be used for mental calculation is the relation

which can also be written as

which works well for probabilities less than or equal to 1/2. In these equations, m is the number of days in a year.

For instance, to estimate the number of people required for a 1/2 chance of a shared birthday, we get

Which is not too far from the correct answer of 23.

Approximation of number of people

This can also be approximated using the following formula for the number of people necessary to have at least a 1/2 chance of matching:

This is a result of the good approximation that an event with 1/k probability will have a 1/2 chance of occurring at least once if it is repeated k ln 2 times.[3]

Probability table

length of
hex string
no. of
bits
(b)
hash space
size
(2b)
Number of hashed elements such that probability of at least one hash collision  p
p = 10−18 p = 10−15 p = 10−12 p = 10−9 p = 10−6 p = 0.001 p = 0.01 p = 0.25 p = 0.50 p = 0.75
8 32 4.3×109 2 2 2 2.9 93 2.9×103 9.3×103 5.0×104 7.7×104 1.1×105
(10) (40) (1.1×1012) 2 2 2 47 1.5×103 4.7×104 1.5×105 8.0×105 1.2×106 1.7×106
(12) (48) (2.8×1014) 2 2 24 7.5×102 2.4×104 7.5×105 2.4×106 1.3×107 2.0×107 2.8×107
16 64 1.8×1019 6.1 1.9×102 6.1×103 1.9×105 6.1×106 1.9×108 6.1×108 3.3×109 5.1×109 7.2×109
(24) (96) (7.9×1028) 4.0×105 1.3×107 4.0×108 1.3×1010 4.0×1011 1.3×1013 4.0×1013 2.1×1014 3.3×1014 4.7×1014
32 128 3.4×1038 2.6×1010 8.2×1011 2.6×1013 8.2×1014 2.6×1016 8.3×1017 2.6×1018 1.4×1019 2.2×1019 3.1×1019
(48) (192) (6.3×1057) 1.1×1020 3.5×1021 1.1×1023 3.5×1024 1.1×1026 3.5×1027 1.1×1028 6.0×1028 9.3×1028 1.3×1029
64 256 1.2×1077 4.8×1029 1.5×1031 4.8×1032 1.5×1034 4.8×1035 1.5×1037 4.8×1037 2.6×1038 4.0×1038 5.7×1038
(96) (384) (3.9×10115) 8.9×1048 2.8×1050 8.9×1051 2.8×1053 8.9×1054 2.8×1056 8.9×1056 4.8×1057 7.4×1057 1.0×1058
128 512 1.3×10154 1.6×1068 5.2×1069 1.6×1071 5.2×1072 1.6×1074 5.2×1075 1.6×1076 8.8×1076 1.4×1077 1.9×1077

The white fields in this table show the number of hashes needed to achieve the given probability of collision (column) given a hash space of a certain size in bits (row). Using the birthday analogy: the "hash space size" resembles the "available days", the "probability of collision" resembles the "probability of shared birthday", and the "required number of hashed elements" resembles the "required number of people in a group". One could of course also use this chart to determine the minimum hash size required (given upper bounds on the hashes and probability of error), or the probability of collision (for fixed number of hashes and probability of error).

For comparison, 10−18 to 10−15 is the uncorrectable bit error rate of a typical hard disk.[4] In theory, 128-bit hash functions, such as MD5, should stay within that range until about 8.2×1011 documents, even if its possible outputs are many more.

An upper bound

The argument below is adapted from an argument of Paul Halmos.[nb 2]

As stated above, the probability that no two birthdays coincide is

As in earlier paragraphs, interest lies in the smallest n such that p(n) > 1/2; or equivalently, the smallest n such that p(n) < 1/2.

Using the inequality 1 − x < ex in the above expression we replace 1 − k/365 with ek365. This yields

Therefore, the expression above is not only an approximation, but also an upper bound of p(n). The inequality

implies p(n) < 1/2. Solving for n gives

Now, 730 ln 2 is approximately 505.997, which is barely below 506, the value of n2n attained when n = 23. Therefore, 23 people suffice. Incidentally, solving n2n = 730 ln 2 for n gives the approximate formula of Frank H. Mathis cited above.

This derivation only shows that at most 23 people are needed to ensure a birthday match with even chance; it leaves open the possibility that n is 22 or less could also work.

Generalizations

The generalized birthday problem

Given a year with d days, the generalized birthday problem asks for the minimal number n(d) such that, in a set of n randomly chosen people, the probability of a birthday coincidence is at least 50%. In other words, n(d) is the minimal integer n such that

The classical birthday problem thus corresponds to determining n(365). The first 99 values of n(d) are given here:

d 1–23–56–910–1617–2324–3233–4243–5455–6869–8283–99
n(d) 23456789101112

A number of bounds and formulas for n(d) have been published.[5] For any d ≥ 1, the number n(d) satisfies[6]

These bounds are optimal in the sense that the sequence n(d) − 2d ln 2 gets arbitrarily close to

while it has

as its maximum, taken for d = 43.

The bounds are sufficiently tight to give the exact value of n(d) in 99% of all cases, for example n(365) = 23. In general, it follows from these bounds that n(d) always equals either

where ⌈ · ⌉ denotes the ceiling function. The formula

holds for 73% of all integers d.[7] The formula

holds for almost all d, i.e., for a set of integers d with asymptotic density 1.[7]

The formula

holds for all d1018, but it is conjectured that there are infinitely many counterexamples to this formula.[8]

The formula

holds for all d1018, and it is conjectured that this formula holds for all d.[8]

Cast as a collision problem

The birthday problem can be generalized as follows:

Given n random integers drawn from a discrete uniform distribution with range [1,d], what is the probability p(n; d) that at least two numbers are the same? (d = 365 gives the usual birthday problem.)[9]

The generic results can be derived using the same arguments given above.

Conversely, if n(p; d) denotes the number of random integers drawn from [1,d] to obtain a probability p that at least two numbers are the same, then

The birthday problem in this more generic sense applies to hash functions: the expected number of N-bit hashes that can be generated before getting a collision is not 2N, but rather only 2N2. This is exploited by birthday attacks on cryptographic hash functions and is the reason why a small number of collisions in a hash table are, for all practical purposes, inevitable.

The theory behind the birthday problem was used by Zoe Schnabel[10] under the name of capture-recapture statistics to estimate the size of fish population in lakes.

Generalization to multiple types

Plot of the probability of at least one shared birthday between at least one man and one woman

The basic problem considers all trials to be of one "type". The birthday problem has been generalized to consider an arbitrary number of types.[11] In the simplest extension there are two types of people, say m men and n women, and the problem becomes characterizing the probability of a shared birthday between at least one man and one woman. (Shared birthdays between two men or two women do not count.) The probability of no shared birthdays here is

where d = 365 and S2 are Stirling numbers of the second kind. Consequently, the desired probability is 1 − p0.

This variation of the birthday problem is interesting because there is not a unique solution for the total number of people m + n. For example, the usual 50% probability value is realized for both a 32-member group of 16 men and 16 women and a 49-member group of 43 women and 6 men.

Other birthday problems

Reverse problem

For a fixed probability p:

  • Find the greatest n for which the probability p(n) is smaller than the given p, or
  • Find the smallest n for which the probability p(n) is greater than the given p.

Taking the above formula for d = 365 we have:

Sample calculations

pn np(n↓)np(n↑)
0.01 0.14178365 = 2.70864 20.002743 0.00820
0.050.32029365 = 6.11916 60.0404670.05624
0.1 0.45904365 = 8.77002 80.074349 0.09462
0.2 0.66805365 = 12.76302 120.1670213 0.19441
0.30.84460365 = 16.13607 160.28360170.31501
0.51.17741365 = 22.49439 220.47570230.50730
0.71.55176365 = 29.64625 290.68097300.70632
0.81.79412365 = 34.27666 340.79532350.81438
0.92.14597365 = 40.99862 400.89123410.90315
0.952.44775365 = 46.76414 460.94825470.95477
0.99 3.03485365 = 57.98081 57 0.99012 580.99166

Note: some values falling outside the bounds have been colored to show that the approximation is not always exact.

First match

A related question is, as people enter a room one at a time, which one is most likely to be the first to have the same birthday as someone already in the room? That is, for what n is p(n) − p(n  1) maximum? The answer is 20—if there is a prize for first match, the best position in line is 20th.

Same birthday as you

Comparing p(n) = probability of a birthday match with q(n) = probability of matching your birthday

Note that in the birthday problem, neither of the two people is chosen in advance. By way of contrast, the probability q(n) that someone in a room of n other people has the same birthday as a particular person (for example, you), is given by

and for general d by

In the standard case of d = 365 substituting n = 23 gives about 6.1%, which is less than 1 chance in 16. For a greater than 50% chance that one person in a roomful of n people has the same birthday as you, n would need to be at least 253. Note that this number is significantly higher than 365/2 = 182 1/2: the reason is that it is likely that there are some birthday matches among the other people in the room.

It is not a coincidence that 253 = 23 × (23 − 1)/2; a similar approximate pattern can be found using a number of possibilities different from 365, or a target probability different from 50%.

Near matches

Another generalization is to ask what is the probability of finding at least one pair in a group of n people with birthdays within k calendar days of each other's, if there are m equally likely birthdays.[12]

The number of people required so that the probability that some pair will have a birthday separated by k days or fewer will be higher than 50% is:

kn
for m = 365
023
114
211
39
48
58
67
77

Thus in a group of just seven random people, it is more likely than not that two of them will have a birthday within a week of each other.[12]

Collision counting

The probability that the kth integer randomly chosen from [1,d] will repeat at least one previous choice equals q(k − 1; d) above. The expected total number of times a selection will repeat a previous selection as n such integers are chosen equals[13]

Average number of people

In an alternative formulation of the birthday problem, one asks the average number of people required to find a pair with the same birthday. If we consider the probability function Pr[n people have at least one shared birthday], this average is determining the Mean of the distribution, as opposed to the customary formulation which determines the Median. The problem is relevant to several hashing algorithms analyzed by Donald Knuth in his book The Art of Computer Programming. It may be shown[14][15] that if one samples uniformly, with replacement, from a population of size M, the number of trials required for the first repeated sampling of some individual has expected value n = 1 + Q(M), where

The function

has been studied by Srinivasa Ramanujan and has asymptotic expansion:

With M = 365 days in a year, the average number of people required to find a pair with the same birthday is n = 1 + Q(M) ≈ 24.61659, somewhat more than 23, the number required for a 50% chance. In the best case, two people will suffice; at worst, the maximum possible number of M + 1 = 366 people is needed; but on average, only 25 people are required.

An informal demonstration of the problem can be made from the list of Prime Ministers of Australia, of which there have been 29 as of 2017, in which Paul Keating, the 24th Prime Minister, and Edmund Barton, the first Prime Minister, share the same birthday, 18 January.

In the 2014 FIFA World Cup, each of the 32 squads had 23 players. An analysis of the official squad lists suggested that 16 squads had pairs of players sharing birthdays, and of these 5 squads had two pairs: Argentina, France, Iran, South Korea and Switzerland each had two pairs, and Australia, Bosnia and Herzegovina, Brazil, Cameroon, Colombia, Honduras, Netherlands, Nigeria, Russia, Spain and USA each with one pair.[16]

Voracek, Tran and Formann showed that the majority of people markedly overestimate the number of people that is necessary to achieve a given probability of people having the same birthday, and markedly underestimate the probability of people having the same birthday when a specific sample size is given.[17] Further results were that psychology students and women did better on the task than casino visitors/personnel or men, but were less confident about their estimates.

Partition problem

A related problem is the partition problem, a variant of the knapsack problem from operations research. Some weights are put on a balance scale; each weight is an integer number of grams randomly chosen between one gram and one million grams (one tonne). The question is whether one can usually (that is, with probability close to 1) transfer the weights between the left and right arms to balance the scale. (In case the sum of all the weights is an odd number of grams, a discrepancy of one gram is allowed.) If there are only two or three weights, the answer is very clearly no; although there are some combinations which work, the majority of randomly selected combinations of three weights do not. If there are very many weights, the answer is clearly yes. The question is, how many are just sufficient? That is, what is the number of weights such that it is equally likely for it to be possible to balance them as it is to be impossible?

Some people's intuition is that the answer is above 100000. Most people's intuition is that it is in the thousands or tens of thousands, while others feel it should at least be in the hundreds. The correct answer is 23.

The reason is that the correct comparison is to the number of partitions of the weights into left and right. There are 2N − 1 different partitions for N weights, and the left sum minus the right sum can be thought of as a new random quantity for each partition. The distribution of the sum of weights is approximately Gaussian, with a peak at 1000000N and width 1000000N, so that when 2N − 1 is approximately equal to 1000000N the transition occurs. 223 − 1 is about 4 million, while the width of the distribution is only 5 million.[18]

In fiction

Arthur C. Clarke's novel A Fall of Moondust, published in 1961, contains a section where the main characters, trapped underground for an indefinite amount of time, are celebrating a birthday and find themselves discussing the validity of the birthday problem. As stated by a physicist passenger: "If you have a group of more than twenty-four people, the odds are better than even that two of them have the same birthday." Eventually, out of 22 present, it is revealed that two characters share the same birthday, May 23.

Notes

  1. In reality, birthdays are not evenly distributed throughout the year; there are more births per day in some seasons than in others, but for the purposes of this problem the distribution is treated as uniform. In particular, many children are born in the summer, especially the months of August and September (for the northern hemisphere) , and in the U.S. it has been noted that many children are conceived around the holidays of Christmas and New Year's Day. Also, because hospitals rarely schedule caesarian sections and induced labor on the weekend, more Americans are born on Mondays and Tuesdays than on weekends; where many of the people share a birth year (e.g. a class in a school), this creates a tendency toward particular dates. In Sweden 9.3% of the population is born in March and 7.3% in November when a uniform distribution would give 8.3% Swedish statistics board. See also:
    • Murphy, Ron. "An Analysis of the Distribution of Birthdays in a Calendar Year". Retrieved 2011-12-27.
    • Mathers, C D; R S Harris (1983). "Seasonal Distribution of Births in Australia". International Journal of Epidemiology. 12 (3): 326–331. doi:10.1093/ije/12.3.326. PMID 6629621. Retrieved 2011-12-27.
    These factors tend to increase the chance of identical birth dates, since a denser subset has more possible pairs (in the extreme case when everyone was born on three days, there would obviously be many identical birthdays). The problem of a non-uniform number of births occurring during each day of the year was first understood by Murray Klamkin in 1967. A formal proof that the probability of two matching birthdays is least for a uniform distribution of birthdays was given by Bloom (Bloom 1973).
  2. In his autobiography, Halmos criticized the form in which the birthday paradox is often presented, in terms of numerical computation. He believed that it should be used as an example in the use of more abstract mathematical concepts. He wrote:
    The reasoning is based on important tools that all students of mathematics should have ready access to. The birthday problem used to be a splendid illustration of the advantages of pure thought over mechanical manipulation; the inequalities can be obtained in a minute or two, whereas the multiplications would take much longer, and be much more subject to error, whether the instrument is a pencil or an old-fashioned desk computer. What calculators do not yield is understanding, or mathematical facility, or a solid basis for more advanced, generalized theories.

References

  1. W. W. Rouse Ball, 1960, Other Questions on Probability, in "Mathematical Recreations and Essays", Macmillan, New York, p 45.
  2. The Birthday Problem
  3. Mathis, Frank H. (June 1991). "A Generalized Birthday Problem". SIAM Review. Society for Industrial and Applied Mathematics. 33 (2): 265–270. doi:10.1137/1033051. ISSN 0036-1445. JSTOR 2031144. OCLC 37699182.
  4. Jim Gray, Catharine van Ingen. Empirical Measurements of Disk Failure Rates and Error Rates
  5. D. Brink, A (probably) exact solution to the Birthday Problem, Ramanujan Journal, 2012, doi: 10.1007/s11139-011-9343-9.
  6. Brink 2012,Theorem 2
  7. 1 2 Brink 2012,Theorem 3
  8. 1 2 Brink 2012,Table 3, Conjecture 1
  9. Suzuki, K.; Tonien, D.; et al. (2006). "Birthday Paradox for Multi-collisions". In Rhee M.S., Lee B. Lecture Notes in Computer Science, vol 4296. Berlin: Springer. Information Security and Cryptology – ICISC 2006.
  10. Z. E. Schnabel (1938) The Estimation of the Total Fish Population of a Lake, American Mathematical Monthly 45, 348–352.
  11. M. C. Wendl (2003) Collision Probability Between Sets of Random Variables, Statistics and Probability Letters 64(3), 249–254.
  12. 1 2 M. Abramson and W. O. J. Moser (1970) More Birthday Surprises, American Mathematical Monthly 77, 856–858
  13. Might, Matt. "Collision hash collisions with the birthday paradox". Matt Might's blog. Retrieved 17 July 2015.
  14. Knuth, D. E. (1973). The Art of Computer Programming. Vol. 3, Sorting and Searching. Reading, Massachusetts: Addison-Wesley. ISBN 0-201-03803-X.
  15. Flajolet, P.; Grabner, P. J.; Kirschenhofer, P.; Prodinger, H. (1995). "On Ramanujan's Q-Function". Journal of Computational and Applied Mathematics. 58: 103–116. doi:10.1016/0377-0427(93)E0258-N.
  16. Fletcher, James (16 June 2014). "The birthday paradox at the World Cup". bbc.com. BBC. Retrieved 27 August 2015.
  17. Voracek, M.; Tran, U. S.; Formann, A. K. (2008). "Birthday and birthmate problems: Misconceptions of probability among psychology undergraduates and casino visitors and personnel". Perceptual and Motor Skills. 106: 91–103. doi:10.2466/pms.106.1.91-103.
  18. Borgs, C.; Chayes, J.; Pittel, B. (2001). "Phase Transition and Finite Size Scaling in the Integer Partition Problem". Random Structures and Algorithms. 19 (3–4): 247–288. doi:10.1002/rsa.10004.

Bibliography

  • Abramson, M.; Moser, W. O. J. (1970). "More Birthday Surprises". American Mathematical Monthly. 77: 856–858. doi:10.2307/2317022.
  • Bloom, D. (1973). "A Birthday Problem". American Mathematical Monthly. 80: 1141–1142. doi:10.2307/2318556. JSTOR 2318556.
  • Kemeny, John G.; Snell, J. Laurie; Thompson, Gerald (1957). Introduction to Finite Mathematics (First ed.).
  • Klamkin, M.; Newman, D. (1967). "Extensions of the Birthday Surprise". Journal of Combinatorial Theory. 3: 279–282. doi:10.1016/s0021-9800(67)80075-9.
  • McKinney, E. H. (1966). "Generalized Birthday Problem". American Mathematical Monthly. 73: 385–387. doi:10.2307/2315408.
  • Schneps, Leila; Colmez, Coralie (2013). "Math error number 5. The case of Diana Sylvester: cold hit analysis". Math on Trial. How Numbers Get Used and Abused in the Courtroom. Basic Books. ISBN 978-0-465-03292-1.
  • Sy M. Blinder (2013). Guide to Essential Math: A Review for Physics, Chemistry and Engineering Students. Elsevier. pp. 5–6. ISBN 978-0-12-407163-6.
  • The Birthday Paradox accounting for leap year birthdays
  • Weisstein, Eric W. "Birthday Problem". MathWorld.
  • A humorous article explaining the paradox
  • SOCR EduMaterials activities birthday experiment
  • Understanding the Birthday Problem (Better Explained)
  • Eurobirthdays 2012. A birthday problem. A practical football example of the birthday paradox.
  • Grime, James. "23: Birthday Probability". Numberphile. Brady Haran.
  • Computing the probabilities of the Birthday Problem at WolframAlpha
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.