document.write( "Question 1051953: This is known as the Birthday Problem.
\n" );
document.write( "(a) Consider a class with 30 students. Compute the probability that at least two of them
\n" );
document.write( "have their birthdays on the same day. (For simplicity, ignore the leap year).
\n" );
document.write( "(b) How many students should be in class in order to have this probability above 0.5? \n" );
document.write( "
Algebra.Com's Answer #667395 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "The complement event would be for all 30 students to have\r\n" ); document.write( "all different birthdays. There are 365P30 ways to assign\r\n" ); document.write( "them all different birthdays and 36530 ways to assign\r\n" ); document.write( "then any birthdays. So the probability of all 30 having\r\n" ); document.write( "different birthdays is\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |