document.write( "Question 1028530: There are 20 people in a room, and each of the 20 writes down an integer at random from 1-100 inclusive. Find the probability that at least two people wrote down the same number. Express your answer as a decimal rounded to four significant digits.\r
\n" ); document.write( "\n" ); document.write( "This is not so complicated; however, how do I \"determine the probability of AT LEAST TWO PEOPLE\" drawing the same number?\r
\n" ); document.write( "\n" ); document.write( "Thank you in advance!!\r
\n" ); document.write( "\n" ); document.write( "By the way, the answer is 0.8696
\n" ); document.write( "

Algebra.Com's Answer #643616 by ikleyn(52798)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "There are 20 people in a room, and each of the 20 writes down an integer at random from 1-100 inclusive. Find the probability that at least two people wrote down the same number. Express your answer as a decimal rounded to four significant digits.\r
\n" ); document.write( "\n" ); document.write( "This is not so complicated; however, how do I \"determine the probability of AT LEAST TWO PEOPLE\" drawing the same number?\r
\n" ); document.write( "\n" ); document.write( "Thank you in advance!!\r
\n" ); document.write( "\n" ); document.write( "By the way, the answer is 0.8696
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "1.  The full set of outputs is the set of all functions defined on 20 points and taking 100 values. The cardinality of this set is N = \"100%5E20\".\r\n" );
document.write( "\r\n" );
document.write( "2.  In how many ways can 20 people write 20 different numbers?\r\n" );
document.write( "\r\n" );
document.write( "    Take \"C%5B100%5D%5E20\" and multiply by 20!: you will get the number of ways\r\n" );
document.write( "\r\n" );
document.write( "    M = 100*99*98* . . . *82*81.\r\n" );
document.write( "\r\n" );
document.write( "3. Now the probability under the question is\r\n" );
document.write( "\r\n" );
document.write( "    \"1+-+M%2FN\".\r\n" );
document.write( "\r\n" );
document.write( "   It is the same as this number \"1+-+%28100%2F100%29%2A%2899%2F100%29%2A%2898%2F100%29%2A+ellipsis+%2A%2881%2F100%29\".\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );