document.write( "Question 939219: A 3 character key code is randomly generated by a computer using the 26 letters of the alphabet and the 10 digits 0-9. The letters and numbers can be used more than once. What is the probability that the 3 characters in a key code, listed as they are randomly generated, will spell the world ADD? \n" ); document.write( "
Algebra.Com's Answer #572309 by mathmate(429)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "There are 26 letters and 10 digits for a total of 36 character choices for each of the three positions, assuming upper- and lower-case letters are considered identical.
\n" ); document.write( "
\n" ); document.write( "Given that the choice of characters is random, by the multiplication rule, there is a total of \"36%5E3\" possible ways to generate a 3-character code, out of which ADD is one.
\n" ); document.write( "
\n" ); document.write( "The three letters required to spell ADD are {A,D,D}, and they can be generated in three different orders: ADD,DAD and DDA. Thus the probability of generated theses characters is \"3%2F36%5E3+=+1%2F15552\"
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );