In a room of 253 randomly chosen people, what is the probability that at least one person is born on January 1st (assuming no one was born on leap day)? The answer should be rounded to the nearest ten thousandth.
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.
It would not be 253/365 because some of the people could share a birthday that is not January 1st, thereby decreasing the chance. Using binomial theorem: ∑ x = 1 2 5 3 2 5 3 C x ( 3 6 5 1 ) x ( 3 6 5 3 6 4 ) 2 5 3 − x
Problem Loading...
Note Loading...
Set Loading...
Let Pr(A)= the probability that at least one person is born on Jan. 01.
Let Pr(~A)= the probability that no one is born on Jan. 01.
It is clear that Pr(A)=1-Pr(~A) => (~ means not: all of something plus everything else must equal everything: A plus everything that isn't A must equal everything)
So now all we must do is find Pr(~A)
The probability that one person is not born on Jan. 01 is 364/365. Therefore, the probability that 253 people are not born on Jan. 01 is (364/365)^253
(364/365)^253 = Pr(~A) = 1-Pr(A) = 0.49952
1-Pr(A)=0.49952
1-0.49952=Pr(A)
0.5005=Pr(A)