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 #643615 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
There are 100 P 20 = 1.303995*10^39 different ways to have 20 people pick different numbers (from a pool of 100). No repeated numbers allowed.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: 100 P 20 is referring to a permutation \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are 100^20 = 1*10^40 different ways for 20 people to pick any number they want (repeats are now allowed) \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The probability of 20 people picking different numbers (no repeats) is
\n" ); document.write( "(1.303995*10^39)/(1*10^40) = 0.1303995\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Subtract this from 100%, which is equivalent to the decimal form 1.00, so\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1.00 - 0.1303995 = 0.8696005 which rounds to 0.8696\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'm subtracting from 100% because there are 2 choices
\n" ); document.write( "either you have a case where everyone picks different numbers (no repeats)
\n" ); document.write( "OR
\n" ); document.write( "there is a case where some people pick the same number(s) (repeats allowed). Whether who or how many, it doesn't matter.
\n" ); document.write( "There are no other possible cases. These two probabilities add to 100%\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Therefore, the final answer is approximately 0.8696 which is approximately 86.96%
\n" ); document.write( "
\n" );