document.write( "Question 534794: A box contains 50 balls numbered from 1 to 50. If 10 balls are drawn with replacement, what is the probability that at least two of them have the same number? \r
\n" );
document.write( "\n" );
document.write( "Any help would be appreciated! Thank you! \n" );
document.write( "
Algebra.Com's Answer #351648 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A box contains 50 balls numbered from 1 to 50. If 10 balls are drawn with replacement, what is the probability that at least two of them have the same number? \n" ); document.write( "---- \n" ); document.write( "P(at least 2 have same #) = 1 - P(no 2 have the same number) \n" ); document.write( "---- \n" ); document.write( "Examine P(no 2 have same number) \n" ); document.write( "# of ways to succeed: 50C10 \n" ); document.write( "# of possible outcomes: 50^10 \n" ); document.write( "---- \n" ); document.write( "P(no 2 have same number) = 50C10/50^10 = 1.05x10^-7 \n" ); document.write( "---- \n" ); document.write( "So, P(at least 2 have same #) = 1 - (1.05x10^-7) \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |