document.write( "Question 871199: There are 30 people in a room. What is the probability that at least two of these people have the same birthday - that is, have their birthdays on the same day and month? \n" ); document.write( "
Algebra.Com's Answer #525369 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(same birthday) = 1/365, n = 30 \n" ); document.write( "P(x ≥ 2) = 1 - binomcdf(30, .0027, 1)= .003 \n" ); document.write( " |