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?
-----
# of ways to succeed: 30
# of possible outcomes: 30^2
----
P(duplicate) = 30/30^2 = 1/30
--------
Cheers,
Stan H.