Thurston wrote an important seven-digit phone number on a napkin, but the last three numbers got smudged. Thurston remembers only that the last three digits contained at least one zero and at least one non-zero integer. If Thurston dials 10 phone numbers by using the readable digits followed by 10 different random combinations of three digits, each with at least one zero and at least one non-zero integer, what is the probability that he will dial the original number correctly?
- #1. Exactly 1 zero and rest 2 non-zero ---> {0, x, x}, {x, 0, x}, and {x, x, 0} ---> 3 cases each with 9 possibilities for the 2 non-zero digits ---> 3*9*9 possibilities
#2. Exactly 2 zeroes and rest 1 zero ---> Similar 3 cases each with 9 possibilities for the 1 non-zero digit ---> 3*9 possibilities
So, required probability = 10/(10*27) = 1/27













