document.write( "Question 583477: Determine the probability that in a class 23 students, two or more students have birthday on 1 january?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #372661 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
We know that the famous birthday problem states that for a group of 23 people, there is a ~50% chance that two of them have the same birthday. However we can't say that the probability that two of them have a birthday on 1 January is 50%.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "One way to approach this is to say that the probability of any one student having a birthday on 1 January is 1/365 (ignoring leap years). We want two or more students, so the probability is given by\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "binomcdf(23, 1/365, 2, 23)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=0.00183
\n" ); document.write( "
\n" );