document.write( "Question 1103160: How many people would you have to have in a group so that there is a probability of at least 0.9 that at least two of them will have the same birthday? \n" ); document.write( "
Algebra.Com's Answer #717858 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Can do this on a spreadsheet where \n" ); document.write( "p(2) not is (364/365) \n" ); document.write( "P(3) not is (364/365)(363/365) \n" ); document.write( "p(22) not (1/365)^21*(364*363*...*341) \n" ); document.write( "Here, when not is less than 10% the probability of yes will be greater than or equal to 90%. \n" ); document.write( "n=41 \n" ); document.write( "On a calculator, can do 365*364*363*... to about 345, then divide by 365^21. That will keep it from overloading. Then repeat, and when 326 changes to 325, it will be <10% or >=90%.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |