document.write( "Question 306869: For a group of 40 people, what is the probability that exactly three people in the group will celebrate their birthdays on a Wednesday this year \n" ); document.write( "
Algebra.Com's Answer #219645 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! this is a binomial problem ___ probability of Wed is 1/7 ___ probability of not Wed is 6/7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for 3 people out of 40 ___ p = (40C3)[(1/7)^3][(6/7)^37] \n" ); document.write( " |