document.write( "Question 1076837: A thief steals an ATM card and must randomly guess the correct five
\n" );
document.write( "-digit
\n" );
document.write( "pin code from a 9
\n" );
document.write( "-key
\n" );
document.write( "keypad. Repetition of digits is allowed. What is the probability of a correct guess on the first try? And number of possible codes? \n" );
document.write( "
Algebra.Com's Answer #691456 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! number of possible codes is 9^5=59049 \n" ); document.write( "probability of guessing right on the first try is 1/59049. \n" ); document.write( " |