.
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.
What is the probability that the hacker guesses the password on his first try? Please report the answer to four decimal places.
~~~~~~~~~~~~~~
Based on presented info, there are = 10000 possible passwords.
The probability to guess randomly right password is P = = 0.0001. ANSWER
Solved.