document.write( "Question 1190198: A hacker is trying to guess someone's password. The hacker knows (somehow) that the password is 4 digits long, and that each digit could be a number between 0 and 9. Assume that the hacker makes random guesses.\r
\n" ); document.write( "\n" ); document.write( "What is the probability that the hacker guesses the password on his first try? Please report the answer to four decimal places.\r
\n" ); document.write( "\n" ); document.write( "Probability =
\n" ); document.write( "

Algebra.Com's Answer #821785 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
it is 1 in 10000; 1 in 10 for each digit and they are independent, so the probabilities are multiplied.
\n" ); document.write( "0.0001
\n" ); document.write( "0.1^4
\n" ); document.write( "
\n" );