Re: The matching birth-month formula by Afonso



Let c(n) , n=1, 2, 3, …, 12 the cumulative days of
the year
____c(1) = 31
____c(2) = c(1) + 28.25
____c(3) = c(2) + 31
____c(4) = c(3) + 30
...
____c(11) = c(10) + 30
____c(12) = c(11) + 31 = 365.25


For 2 persons the probability without matching
birth-month is
365*(365-c(1)) / (365 ^2) = 1- c(1)/365
For 3 persons
[365*(365-c(1)*(365-c(2)] / 365^3 =
= (1- c(1)/365) * (1-c(2)/365)

The probability of no-matching birth-months among m
persons is

_p(m) =
___ = (1-c(1)/365)*
___ * (1-c(2)/365)*…*(1-c(m-1))/365)

where m < = 12.

To the Co-readers of this News:
I apologize for the different errors made along the
formula´s derivation.

All comments will be welcomed.

_____licas (Luis A, Afonso)


Luis, let's look at your formula for m=2 persons. It depends only on the number of days in January and the total number of days in a year.

Suppose that January had 31 days, December had 334 days, while the other months had zero days. Then the real probability that the two people would not have birthdays in the same month would be

1 - (31/365)^2 - (334/365)^2 = 0.1554.

Your formula gives 1 - 31/365 = 0.9151.

Jack
.



Relevant Pages

  • The matching birth-month formula by Afonso
    ... For 2 persons the probability without matching birth-month is ... The probability of no-matching birth-months among m persons is ... I apologize for the different errors made along the formula´s derivation. ...
    (sci.stat.math)
  • =?iso-8859-1?q?Re:_Two_peoples_having_February_Matching_birth_and_Bob=B4s_stubbornness?=
    ... ___to find at least two persons born on FEBRUARY has the same probability than to find at least two persons born on December. ... You failure to do so should ... at least two of them will have birthdays in the same MONTH? ... will be the source of Luis Afonso's complaint. ...
    (sci.stat.math)
  • OT - Birthdays
    ... for any individual pair, the probability that their ... birthdays are DIFFERENT is 364/365. ... For 2 diffierent pairs ... the probability that BOTH pairs have different birthdays is ...
    (rec.outdoors.rv-travel)
  • Re: @ Beldin - probability and likelihood
    ... likelihood of them matching the known probabilities. ... The 'probability of them matching expected values" is a statistical term, ... That has nothing to do with the expected likelihood of the event. ... Shithead, just because you're clueless, doesn't mean I'm going to go cite ...
    (rec.gambling.poker)
  • Re: Birthday Problem
    ... John Carson wrote: ... >>It's Step One of a correct solution. ... Therefore the probability that all the birthdays are different is 1. ... Therefore the probability that all the birthdays are different is ...
    (comp.lang.cpp)