Exercise 1.2

(a)
How many 7-digit phone numbers are possible, assuming that the first digit can’t be a 0 or a 1?
(b)
Re-solve (a), except now assume also that the phone number is not allowed to start with 911 (since this is reserved for emergency use, and it would not be desirable for the system to wait to see whether more digits were going to be dialed after someone has dialed 911).

Answers

(a)
If the first digit can’t be 0 or 1, we have eight choices for the first digit. The remaining six digits can be anything from 0 to 9. Hence, the solution is 8 × 106

(b)
We can subtract the number of phone numbers that start with 911 from the total number of phone numbers we found in the previous part.

If a phone number starts with 911, it has ten choices for each of the remaining four digits.

8 × 106 104

User profile picture
2021-12-05 00:00
Comments