Bunuel
Assume that all 7-digit numbers that do not begin with 0 or 1 are valid phone numbers. If a number is generated at random using this rule, what is the probability that this valid phone number would begin with a 3 and have a last digit that is even?
A. 1/20
B. 1/16
C. 1/10
D. 1/8
E. 1/6
For a 7-digit valid phone number, we have one restriction - 0,1 cannot be the first digit.
Now, there are 8 possibilities for the first digit and 10 possibilities for the other 6 digits of the phone number.
Total possible phone numbers are \(8*10^6\)
For a valid phone number which has to begin with a 3 and have the last digit that is even,
there is 1 possibility for the first digit and 5 possibilities for the last digit.
The possibility of finding such a valid phone number is \(1*10^5*5\)
Probabality is \(\frac{1*10^5*5}{8*10^6} = \frac{5}{8*10} = \frac{1}{16}\)
Therefore, the probability of having a phone number with 3 as first digit & an even last digit is \(\frac{1}{16}\)
(Option B)