SOLUTION: 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? Any help would be

Algebra.Com
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?
Any help would be appreciated! Thank you!

Found 2 solutions by stanbon, Alyrian:
Answer by stanbon(75887)   (Show Source): 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?
----
P(at least 2 have same #) = 1 - P(no 2 have the same number)
----
Examine P(no 2 have same number)
# of ways to succeed: 50C10
# of possible outcomes: 50^10
----
P(no 2 have same number) = 50C10/50^10 = 1.05x10^-7
----
So, P(at least 2 have same #) = 1 - (1.05x10^-7)
============
Cheers,
Stan H.

Answer by Alyrian(2)   (Show Source): You can put this solution on YOUR website!
The previous solution was almost correct with a little flaw in counting.
So you want the number of permutations of size 10 from 50, with replacement.
This is just 50^10, or n^r.
Then you need to find the number of PERMUTATIONS without replacement, as this
will give you the numbers of ways you can rearrange 10 distinct object picked
from 50.
This is 50P10, nPr.
Then the probability of drawing 10 balls and not getting any matches is
50P10/50^10
This is the complement of what you're actually looking for, so subtract this
value from 1
1 - 50P10/50^10
The numerical value is 0.61829331945.

RELATED QUESTIONS

A box contains 65 balls numbered from 1 to 65. If 10 balls are drawn with replacement,... (answered by stanbon)
please help me solve this question; A box contains 50 wooden balls numbered 1 through... (answered by math_helper)
A box contains 14 balls, numbered 1 through 14. Suppose 5 balls are selected without... (answered by Edwin McCravy)
box 1 contains 30 red balls and 70 white balls, box 2 contains 50 red balls and 50 white... (answered by ikleyn)
A box contains ten balls numbered from 1 to 10. If you pick two balls at random, what is... (answered by galactus,Alan3354)
a box contains 12 balls of which 4 are green and 8 are red. if 7 balls are drawn from the (answered by Edwin McCravy)
A bag contains 5 red balls and 3 blue balls. If two balls are drawn at random without... (answered by ikleyn,greenestamps)
suppose a basket contains 100 red balls and 50 white balls, if two balls are drawn one... (answered by lynnlo)
suppose a basket contains 100 red balls and 50 white balls, if two balls are drawn one... (answered by stanbon)