document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #379482 by stanbon(75887)\"\" \"About 
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?
\n" ); document.write( "-----
\n" ); document.write( "# of ways to succeed: 30
\n" ); document.write( "# of possible outcomes: 30^2
\n" ); document.write( "----
\n" ); document.write( "P(duplicate) = 30/30^2 = 1/30
\n" ); document.write( "--------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );