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 #691465 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "----- \n" ); document.write( "Assuming 9-key mean zero up to 9, \n" ); document.write( "# of possible codes = 10^5 = 100000 \n" ); document.write( "===== \n" ); document.write( "Probability of first try correct = 1/10^5 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |