SOLUTION: Two integers (from 1 to 30, inclusive) are chosen by a random number generator on a computer. What is the probability that the same number is chosen twice?

Algebra ->  Probability-and-statistics -> SOLUTION: Two integers (from 1 to 30, inclusive) are chosen by a random number generator on a computer. What is the probability that the same number is chosen twice?      Log On


   



Question 600795: Two integers (from 1 to 30, inclusive) are chosen by a random number generator on a computer. What is the probability that the same number is chosen twice?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Two integers (from 1 to 30, inclusive) are chosen by a random number generator on a computer. What is the probability that the same number is chosen twice?
-----
# of ways to succeed: 30
# of possible outcomes: 30^2
----
P(duplicate) = 30/30^2 = 1/30
--------
Cheers,
Stan H.